I do not know what this game is about. However, here is a suggestion. Write down the steps it takes to play the game. For example, may be player A makes a move, etc. Also, from you posting it looks like the user/player has to login in order to be able to play the game. And the login information will be maintained in MS Access database. So, you know on your VB form you will need to retrieve the user/player login info and match it against the database. May be the score also needs to be stored in the DB. Also, you will have to read data from a file. So, make sure you at least know how to do file I/O and link VB to MS Access. Once you have the steps of the came, you can then try to pseudocode these steps. Hope you get the idea.