๐ฎ A Python console-based Tic-Tac-Toe game with an unbeatable AI using the Minimax algorithm and Alpha-Beta pruning. Play as X or O against an opponent that always makes the best move. Perfect for learning game logic, recursion, and AI algorithms โ no extra libraries required.
- Unbeatable AI using Minimax + Alpha-Beta pruning
- Play as X or O
- Clean terminal interface
- No additional dependencies
- Educational example for AI decision-making
- Clone this repository:
git clone https://github.com/yourusername/tictactoe-ai.git cd tictactoe-ai
python tictactoe_ai.py