A Tic-Tac-Toe terminal game for Linux.
This program lets you play a game of Tic-Tac-Toe against an AI that uses the minimax-algorithm with alpha-beta pruning for further optimization.
- g++ 9.4.0
- make 4.2.1
- Clone or download this repository
- Navigate to root directory of this repository
make
sudo make install
Use sudo make uninstall
to uninstall the program.