Rules for Extreme (9-board) Tic-Tac-Toe
- Extreme, or 9-board, tic-tac-toe is similar to tic-tac-toe except it doesn't end in a tie every time.
- There are 9 boards arranged in a 3x3 grid like a big tic-tac-toe board.
- The first move may be placed anywhere.
- Each subsequent move must go in the board that corresponds with the the square that the last move was.
- For example, if the first move is placed in the top-right corner of a board, the next move must go in the top-right board.
- If a move would force someone to play in a full board, the player plays in the same board in which the last player played.
- If that board is also full, the player may play anywhere.
- When all squares are filled, whoever has the most tic-tac-toes wins.