To run, follow these steps:
pip3 install -r requirements.txt
python3 runner.pyThe most important part of the logic is in the tictactoe.minimax function, which implements the minimax algorithm to search for the optimal next move.
To run, follow these steps:
pip3 install -r requirements.txt
python3 runner.pyThe most important part of the logic is in the tictactoe.minimax function, which implements the minimax algorithm to search for the optimal next move.