This project implements tic-tac-toe game where a player can play against an AI powered by the Minimax algorithm.
Clone the repository and go to the tic-tac-toe-minimax directory:
cd tic-tac-toe-minimaxCreate a build directory:
mkdir buildGo to the build directory:
cd buildGenerate CMake files:
cmake ..Build the project:
cmake --build .Run the project:
./tic-tac-toe