324 Entertainment Wiki
(Created page with "Usually, tic tac toe is a game for 2 players, but throw in a 3rd player and you get this! == How to play == # Instead of 9 squares, it's now 16. But you only need to get 3 in...")
Tags: Visual edit apiedit
 
(Adding categories)
Tag: categoryselect
 
Line 10: Line 10:
 
* To make a tic tac toe game for x players, the board size is (x+1)²
 
* To make a tic tac toe game for x players, the board size is (x+1)²
 
* Opposite of this game: Turn the rules around, if a player gets 3 in a row then that player is out and play continues until there is only one player left.
 
* Opposite of this game: Turn the rules around, if a player gets 3 in a row then that player is out and play continues until there is only one player left.
  +
[[Category:Games]]

Latest revision as of 15:35, 11 April 2017

Usually, tic tac toe is a game for 2 players, but throw in a 3rd player and you get this!

How to play

  1. Instead of 9 squares, it's now 16. But you only need to get 3 in a row, not 4, to win.
  2. While the first 2 players use X's and O's, the 3rd player will use triangles.
  3. Play as usual, and the first person to get 3 in a row wins.

Variations

  • To make it 4 players, increase the board size again, to 5x5, and add squares for the 4th player.
  • To make a tic tac toe game for x players, the board size is (x+1)²
  • Opposite of this game: Turn the rules around, if a player gets 3 in a row then that player is out and play continues until there is only one player left.