Standard Tic-Tac-Toe is fully solved — experienced players draw every time. Ultimate Tic-Tac-Toe solves that problem by nesting the game inside itself, creating a deeply strategic experience that remains unsolved by computers.


The Board

Imagine a standard 3×3 Tic-Tac-Toe grid. Now replace each of the nine cells with a complete 3×3 Tic-Tac-Toe board. The result is a grid of 81 individual cells, organized as nine “local boards” within one “meta-board.”

The meta-board determines the winner. To claim a cell on the meta-board, you must win the corresponding local board. To win the entire game, you must claim three meta-board cells in a row — horizontally, vertically, or diagonally.


The Send Rule — The Core Mechanic

The rule that makes Ultimate Tic-Tac-Toe special is the send rule:

The cell you choose within a local board determines which local board your opponent must play in next.

For example, if you place your mark in the top-right cell of any local board, your opponent must make their next move somewhere within the top-right local board.

This single rule transforms the game. Every move has two consequences: the local effect (advancing your position on that small board) and the global effect (deciding where your opponent plays next). Balancing these two dimensions is the heart of Ultimate Tic-Tac-Toe strategy.


Winning a Local Board

A local board is won exactly like standard Tic-Tac-Toe — get three of your marks in a row within that board. Once won, the local board is claimed for the winning player on the meta-board. The cells of a completed local board are no longer playable.

If a local board fills up without either player achieving three in a row, it is a draw. Depending on house rules, a drawn local board may count for neither player on the meta-board, or it may be considered “dead.”


The Free Move

What happens when the send rule directs you to a local board that is already completed (won or drawn)? The standard rule is:

If you are sent to a completed board, you may play in any open cell on any incomplete board.

This “free move” is extremely powerful. It lets you choose strategically where to play without constraints. Skilled players often try to engineer situations where they earn free moves while denying them to the opponent.


Opening Strategy

First Move — Where to Start

The very first move of the game is unrestricted — X can play in any of the 81 cells. In practice, most experienced players open in a corner cell of the center local board. This claims a strong position on the most important local board while sending the opponent to a corner board, which is harder to control.

Avoid the Center Cell of Any Board Early

Playing in the center cell of a local board sends your opponent to the center local board — the most strategically valuable board on the meta-board. Unless you have a specific reason, avoid giving your opponent access to the center board.

Control Where You Send

In the early game, focus more on where you are sending your opponent than on winning individual local boards. Sending your opponent to a board where they have limited good options is a powerful strategy.


Middle Game — Building the Meta-Position

Once a few local boards have been partially filled, the strategic picture becomes clearer. Key middle-game principles:

Sacrifice local boards deliberately. Sometimes it is correct to let the opponent win a local board if it means sending them to a position where their next move sends you somewhere favorable.

Create meta-forks. Just as in standard Tic-Tac-Toe, a fork — threatening to win two different meta-lines at once — is the most powerful tactical tool. Try to claim local boards in a pattern that sets up a meta-fork.

Deny your opponent free moves. Be cautious about completing a local board if the send rule will grant your opponent greater freedom on their next turn.


End Game — Closing Out the Win

In the end game, many local boards are complete and the meta-board is partially filled. The game often simplifies into a race to complete a meta-line. At this stage:

  • Calculate whether any free-move opportunity exists that wins a critical local board.
  • Watch for meta-board threats — three in a row on the meta-board wins the game immediately.
  • If the opponent has a meta-threat, prioritize winning the blocking local board over other objectives.

Common Mistakes

Focusing only on one local board. Winning a single local board means nothing if it does not contribute to a meta-line. Always think about the big picture.

Ignoring the send rule. Every move sends your opponent somewhere. A strong local move that sends your opponent to a free move can backfire badly.

Playing too aggressively too early. Completing local boards early narrows the playing field and can create free-move opportunities for the opponent.


Why Ultimate Tic-Tac-Toe Is Unsolved

Standard Tic-Tac-Toe has 5,478 distinct positions. Ultimate Tic-Tac-Toe has a state space so large that it has not been precisely counted, let alone exhaustively searched. Estimates place it in the trillions of positions or beyond. No computer has solved it, and existing AI agents rely on heuristics and Monte Carlo tree search rather than complete analysis.

This unsolved status is precisely what makes the game compelling. Unlike its parent game, Ultimate Tic-Tac-Toe rewards study, practice, and strategic intuition without a known perfect strategy to fall back on.

For more variants that expand on the classic formula, see our overview of Tic-Tac-Toe variants.