How to play 3D Tic Tac Toe
1. Take turns
Players alternate placing X and O in any empty cell. In computer mode, board input locks while the computer chooses its reply.
2. Read the layers
Each board uses columns A–C and rows 1–3. “Top B2” is the centre of the top board; the same coordinate on all three boards forms a vertical pillar.
3. Make a straight line
Win with three marks in one layer, through matching cells across layers, along a vertical-plane diagonal, or on a corner-to-corner space diagonal.
4. Follow the state
The amber dot marks the latest move. Hover or focus a cell to outline its matching row-and-column coordinate on every layer. The winning line remains labelled and highlighted.
The 49-line calculation
24 + 9 + 12 + 4 = 49. The three layers contribute 8 lines each (3 rows, 3 columns, 2 diagonals), for 24. Add 9 vertical pillars, 12 diagonals across the six vertical planes, and 4 corner-to-corner space diagonals.
The exact centre, Middle B2, lies on 13 lines: 3 straight axes, 6 face diagonals across the three planes through the centre, and 4 space diagonals. That is why it is both powerful and heavily contested.
