This is a command-line tic-tac-toe game implemented using MVC architecture in C++. An unbeatable player is implemented with minimax algorithm.
- Clone/Download the project
- Navigate your terminal into the directory of this project
- Type command
make
to compile - Type command
./tictactoe
to start a game - Enjoy!
The option to turn on an unbeatable computer player is available now!
You can make both players unbeatable AI players. You probably know the results are always going to be draw, but it is a fun thing to see!