Tic-tac-toe is played on a three-by-three grid, with players alternating X and O and aiming for three in a row horizontally, vertically, or diagonally.
It is also completely solved: with correct play from both sides, every game is a draw. That makes it less a contest than an exercise in not making the one mistake that loses.
Frequently asked questions
- Is there a way to always win at tic-tac-toe?
- No. Against an opponent playing correctly, every game ends in a draw. You can only win if your opponent makes a mistake, so the practical skill is never making one yourself.
- What is the best first move?
- The centre, which belongs to four of the eight winning lines. Corners are the next best, and edges are the weakest opening squares.
- What is a fork in tic-tac-toe?
- A move that creates two separate threats to complete a line at once. Since your opponent can only block one of them, a successful fork wins the game.