Almo
Masterblazer
Here's my advice:
Choose a project to program. Preferably something incredibly simple. I recommend Tic-Tac-Toe, two-player with a GUI in Visual Basic. You'll have a "New Game" and a "Quit" menu item. 9 buttons for the board, and a little code to determine if someone has won, or if the game is over.
Once you do that, then you branch out. Like add an AI who moves randomly. Learn about arrays and try to program two-player Othello; its rules are simple, and the moves are simple.

Choose a project to program. Preferably something incredibly simple. I recommend Tic-Tac-Toe, two-player with a GUI in Visual Basic. You'll have a "New Game" and a "Quit" menu item. 9 buttons for the board, and a little code to determine if someone has won, or if the game is over.
Once you do that, then you branch out. Like add an AI who moves randomly. Learn about arrays and try to program two-player Othello; its rules are simple, and the moves are simple.
