A text-based Tic-Tac-Toe game interface that offers 3 options to the player :
[1] Human
[2] Easy Engine (plays randomly
[3] Intermediate (engine that simulates another human)
[4] Hard Engine (plays perfectly. Unbeatable)
- Clone the repository
- Navigate into the
src
directory and open a terminal in that directory - Type in
./TicTacToe
Refer to the Gameplay Instructions file to see how to format inputs in order to correctly play the game and / or seek help in-game
There are several command line arguments that you can pass to learn more about how to play and / or about the implementation. These will print the relevant information and then exit with a zero-exit status.
- -v, --version prints the version of the executable
- -h, --help is equivalent to in-game help
- -i, --info prints some select information about the game and what it is about