← Back to Labs
Tic Tac Toe
Play against an AI opponent using the minimax algorithm. You are X, AI is O.
Your Turn (X)
How it works:
- • AI uses minimax algorithm for optimal moves
- • Click any empty square to make your move
- • Try to get three X's in a row to win!