Game rules
Tic-Tac-Toe Rules
Tic-Tac-Toe is small enough that its entire strategy has been completely solved: with both players making optimal moves, every single game ends in a draw, no exceptions. That solved-ness is exactly why the game feels trivial to adults but genuinely teaches younger players their first real lessons in forced moves and blocking — it's a complete, fully analyzable strategy space small enough to actually master.
Setup and Play
Draw a 3×3 grid. Two players take turns marking an empty cell with their symbol (X always moves first by convention). The first player to complete three marks in a row — horizontally, vertically, or diagonally — wins immediately; if all nine cells fill with no winner, the game is a draw.
Why the Center Matters More Than Any Other Cell
The center cell participates in four possible winning lines (one row, one column, both diagonals), more than any edge cell (three lines) or corner cell (three lines, but different diagonal coverage) — taking it on your first move, if you're not already forced elsewhere, gives you access to the most potential winning paths simultaneously. A first player who opens in the center and plays correctly from there cannot be beaten, only drawn, against equally correct defense.
The Actual Solved Strategy
Because the entire game tree is small enough to map completely, the correct strategy is fully known rather than merely "generally good practice": the first player should open center or a corner (opening on an edge is the only genuinely losing first move against perfect defense); the second player's best response depends entirely on what the first player opened with, but always exists and always leads to at least a draw. Every subsequent move for both players comes down to two priorities in order — win immediately if a winning move exists, otherwise block any opponent move that would let them win next turn. A player following exactly these priorities every single turn literally cannot lose.
Why This Makes the Game "Solved" and What That Means
A game is called "solved" when its complete outcome under perfect play from both sides is provably known in advance — Tic-Tac-Toe was one of the earliest games ever solved this way precisely because its total number of possible board states (fewer than 255,168 complete games, dramatically reduced further by symmetry) is small enough to exhaustively check by hand or with simple, early computer programs. This is genuinely different from a game like checkers or chess, where a similar full solution either took decades of dedicated computing power or remains entirely out of reach.
Restoring Real Strategy: Larger Grids and 3D Play
Because the standard 3×3 board is fully solved and always drawable with correct play, several variants exist specifically to bring genuine strategic depth back. Playing on a larger grid (5×5 or larger) while still requiring only three in a row makes a draw far less likely and shifts the game meaningfully in the first player's favor; requiring four or five in a row on a larger grid instead (the game more commonly known as Gomoku when played this way) restores a rich, still-unsolved strategic contest even on paper. A 3D version, stacking multiple 3×3 grids and allowing winning lines through the layers as well as within them, adds enough complexity that even experienced players can't play it perfectly from memory the way they can the flat game.
Teaching the Game to a Young Child
Because the entire strategy is small enough to state completely, Tic-Tac-Toe works well as a genuine first lesson in forced-move thinking for a young child: rather than teaching the full optimal strategy at once, most adults introduce just the single rule "always block if the other player has two in a row," which alone is enough to guarantee at least a draw against another beginner and gives a child their first real taste of looking one move ahead rather than playing purely on instinct.
The Arguments This Game Actually Produces
Because the standard game is so simple, real disputes are rare and almost always come down to a genuinely ambiguous mark placement (a symbol drawn crossing a grid line) rather than any rules question — agreeing to redraw an ambiguous mark immediately, rather than arguing about which cell it was meant for, avoids the only real friction point this game tends to produce.
Questions People Still Ask Mid-Game
Does X always have to go first? By convention yes, though nothing about the rules requires it — some casual play simply alternates who goes first each game instead of always giving it to X.
Can a game end in a win for both players simultaneously? No — the game ends the instant either player completes a line, so a "double win" scenario can't occur; whoever completes their line first in turn order wins outright.
Is there any way for the second player to actually win against a first player who plays correctly? No — against genuinely optimal first-player play, the best the second player can achieve is a draw; a win for the second player is only possible if the first player makes a mistake.