A TicTacToe bot using Depth-First Search and an Ultimate TicTacToe Minimax Bot using simple heuristics. This code was run in Python 3.8.2.
Instructions:
- Run
python tic_play.pyto play TicTacToe with a human, or with a bot. - Run
python_ultimate_play.pyto play Ultimate TicTacToe with a human, or with a bot.