Playing second in Tic Tac Toe (as Player O) means you are immediately on the defensive. Because the first player has the initiative, they can set up traps and force you to respond. However, because Tic Tac Toe is a solved game, **perfect defensive play guarantees you will never lose a match**.
In this guide, we will outline the three critical rules Player O must follow to secure a draw in every single match.
Rule 1: If X Opens in a Corner, You MUST Take the Center
If Player X opens the match in any of the four corner cells (indices 0, 2, 6, 8), you have exactly one move to prevent a loss: you must place your O in the center cell (index 4).
Responding to a corner opening by claiming another corner or an edge cell allows Player X to create an unavoidable fork on their next turn, leading to an immediate loss. Claiming the center breaks their diagonal line of attack and gives you maximum defensive coverage.
Rule 2: Defusing the Diagonal Corner Trap (Opposite Corners)
If Player X opens in a corner (e.g., index 0), you take the center (index 4), and Player X then plays in the opposite corner (index 8), they are setting a trap. They want you to play in one of the remaining corners (indices 2 or 6) so they can block you and create a fork.
To block this trap, you must play in an edge cell (indices 1, 3, 5, 7) instead of a corner. Choosing an edge cell creates a two-in-a-row alignment of your own, forcing Player X to spend their turn blocking you. This disrupts their plans and guarantees a draw.
Rule 3: If X Opens in the Center, Take a Corner
If Player X opens the match by taking the center cell (index 4), your best response is to claim any corner cell (indices 0, 2, 6, 8).
Responding to a center opening with an edge cell allows Player X to secure adjacent corners, setting up a fork. Taking a corner immediately restricts their options and leads to a straightforward draw.
Summary: Player O Cheat Sheet
- Opponent opens in a corner? → Take the Center.
- Opponent opens in the center? → Take a Corner.
- Opponent plays opposite corners? → Play an Edge.