TicTacToe is a classic two-player game where opponents take turns marking spaces on a three-by-three grid, one playing as X and the other as O.
This version uses the Minimax algorithm. In the hardest mode, the AI evaluates every possible move to find the best outcome, always aiming to win or, at the very least, force a draw.
Technologies Used
The game was developed using Python, using the terminal to display the board and handle player interactions.
Figure

Check out more on GitHub!
