Tic-Tac-Toe. I can think of two different ways to do it, too...both using control arrays. One uses a single control array, the other uses multiple control arrays.
2007-01-22 14:08:33
·
answer #1
·
answered by Richard H 7
·
0⤊
0⤋
Noughts and crosses (tic-tac-toe to Americans) is a nice easy starter. When you've coded the game itself, try writing an AI player - it's one of the simplest AI programs you'll ever write, and a great introduction to an exciting area of programming. No complex maths, very simple I/O.
2007-01-21 20:43:38
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
My first game programming project was Blackjack. That's an easy one - entirely numerical, no advanced math functions, a good starter.
2007-01-21 20:40:01
·
answer #3
·
answered by jsprplc2006 4
·
0⤊
0⤋
use C# =). that way you can go to www.microsoft.com and download XNA game studio. but I know a fun little game you could make with vb, look it up, solitare using speech recognition, pretty fun to make and play.
2007-01-21 21:45:04
·
answer #4
·
answered by Nick 2
·
0⤊
1⤋