banner

The Rules of TicTacToe

Object of the Game

On a 3x3 board, two players alternate placing their pieces in an open space on the board, attempting to form three in a row.

Movement Rules

On your turn, you drop your piece in any space that is not occupied.  Choose the space for your piece by specifying the location number – shown below.

        1 | 2 | 3
        ---------
        4 | 5 | 6
        ---------
        7 | 8 | 9