TicTacAIVerse Play now

Guide

Tic Tac Toe strategy: how to stop losing

Tic Tac Toe is small enough to be solved completely — which means every loss is a mistake with a name. Here is how to stop making them.

Rule zero: the two checks

Before anything clever, run these two checks in this order, every single turn:

  1. Can I complete a line right now? If yes, play it. The game is over; nothing else matters.
  2. Can my opponent complete a line next turn? If yes, block it — unless check one already won you the game.

That's it. The large majority of Tic Tac Toe losses, at every level short of expert, come from skipping one of these two checks while thinking about something grander. Completing beats blocking, and blocking beats everything else. Make the scan automatic before you study anything below.

Forks: the only way to beat a competent player

A fork is a position where one move creates two winning threats at once. Your opponent can block one line; they cannot block both. Every forced win in Tic Tac Toe runs through a fork — against an opponent who never misses the two checks above, forks are the only way to win at all.

The classic pattern: you hold two corners on the same side with the edge between them empty, or two corners diagonally with the centre yours. One more mark and suddenly two lines each need only one square to finish.

Building forks: corners are the raw material. Each corner sits on three lines (a row, a column, a diagonal), so two corners plus a connecting mark routinely produce a double threat. Edges sit on only two lines and almost never fork.

Blocking forks: when you sense one forming, the strongest defence is often a counter-threat — make two in a row yourself, forcing your opponent to respond instead of completing their fork. Blocking one prong while they build the second is how competent players still lose.

Openings that matter

Going first: take a corner

The centre looks strongest — it touches four lines — but against a human, a corner opening wins more games. The reason is practical, not mathematical: after a corner opening, the only reply that doesn't eventually lose to perfect play is the centre. Every other response lets you force a fork. Most casual opponents don't know that, so a corner opening turns their most natural replies into losing positions. A centre opening, by contrast, is answered adequately by any corner — much harder to go wrong against.

Going second: the survival table

The uncomfortable truth about "winning"

Between two players who both run the two checks and know the reply table above, every game is a draw. The game was fully solved long before computers; perfect play from both sides has no winner. So real Tic Tac Toe skill is asymmetric: never lose yourself, and convert every mistake your opponent makes instantly. A player who does both wins every winnable game and draws the rest — which, over a session, looks a lot like dominance.

The three classic blunders

Training plan

  1. Drill the two checks against Medium AI — it punishes every miss but never forks you, so you can build the habit safely.
  2. Practise forks against the same opponent: Medium cannot see them coming, so you'll learn the patterns by winning with them.
  3. Test your defence against Hard. It plays near-perfectly; if you can draw it repeatedly from both the first and second seat, your fundamentals are done.
  4. Play people. Humans are creative, impatient and occasionally brilliant — grab a friend and see how the theory holds up across a table.