🎮 Minimax Algorithm

Play against AI that uses Minimax for optimal moves

You are X - Your turn!

How Minimax works:

Minimax algorithm:
1. Evaluates all possible moves
2. Scores each move based on final outcome
3. Assumes you will play optimally
4. Chooses the move with best result

Position evaluation:
• +10 = AI wins
• -10 = You win
• 0 = Draw
Positions evaluated
0
Search depth
9

AI thinking:

Waiting for your move...