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
AI thinking:
Waiting for your move...