A simple tic-tac-toe game
Pre-requisites
You need SFML 2.1 installed in your system to run this game
1 - Download source code
2 - Extract it to a folder
3 - In a shell, go to the folder where you extracted the source code and run:
$ make
4 - Start the game:
$ ./bin/tic-tac-toe