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