My first game: TicTacToe

Started by
1 comment, last by Csabi 13 years, 6 months ago
This is the first game I `wrote: A TicTacToe game in C++. I wrote it when I known only the most basics of c++: Tic Tac Toe

What do you think about it? :d
Check out my website: Coding Mix
Advertisement
If I were you, I would store the game grid data in a 3x3 array, rather than using nine separate variables.
In the second version of the game I`we used an array: TicTacToe v2
Check out my website: Coding Mix

This topic is closed to new replies.

Advertisement