tic tac toe
tic tac toe strategy mode
- the board is a 3×4 grid.
- x goes first.
- in order to win, a player must have 4 across or 3 down
- diagonal plays do not count.
tic tac toe impossible mode
- 3×3 mode
- x goes first
- only way to win is 3 across or 3 down
- no diagonals or edges count at all, only the center
tic tac toe connect 4
- 6×6 grid
- x goes first
- 4 in a row wins
- players must start from bottom
- players have to stack there x’s and o’s on top of each other until the top of the grid.
only way to put a mark on a higher row if there is another mark under it.
tic.
- 1×1 grid
- players go at the same time
- a timer is used
- who ever marks the square first wins
tic tac toe battle
- 10×10 grid
- diagonals eliminate a mark
- 4 across or down to win
- once a mark is erased, the player who marked it cannot put it back in.