I'm not sure whether I should post this here since it's not really a long-term project, but I couldn't find another place to post this.
I just started out in game programming as well as SFML and decided to practice by first writing a tic-tac-toe game. It works by pressing the number of the square with the number on the keypad. The numbering starts from left to right, up to down in the following manner:
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9
I compiled it in Linux, but I have the source code and the required images for it in the following link if you guys wish to try compiling it in your own system.
http://www.mediafire.com/?oih9ez1yai33mcwThe program is still a bit incomplete since I have yet to make it recognize if a character wins or not.
Keep in mind that the program uses the C++0x and 2.0 SFML library.
I also have a question to ask. Which game do you guys suggest I write after this?