This is a command line tic-tac-toe game written in C++ in which you can play either local 2-player or against the computer. The computer uses the minimax algorithm to ensure perfect play, hence it's impossible to beat.
- Clone the repository.
- Run
build.sh
.