This is a Tic Tac Toe bot written in C++ that uses the minimax algorithmn with alpha beta pruning to figure out best moves.
- Install g++ (ex.
sudo apt install g++)
- Install the minGW compiler (tutorial here)
- Navigate into the TicTacToe directory via the command line (by using the
cdcommand) - Run
g++ -o TicTacToe src/*.cpp
- Adding choice if user wants to be X or O