Difference between revisions of "User:CreativeHedgehog/Projects/Tic Tac Toe:Rules"
(Created page with "In tic tac toe, you want to be the first to get 3 in a row. X always goes first. You play in 9 squares numbered 1 through 9, and moves are showed as X9, or O7. The easiest way...") |
|||
Line 1: | Line 1: | ||
In tic tac toe, you want to be the first to get 3 in a row. X always goes first. You play in 9 squares numbered 1 through 9, and moves are showed as X9, or O7. The easiest way to win is to double attack, but if you think you are a master, just code a bot do to the game if you get lazy. Winning gets you in the Hall Of Fame. X stands for X, O stands for O. | In tic tac toe, you want to be the first to get 3 in a row. X always goes first. You play in 9 squares numbered 1 through 9, and moves are showed as X9, or O7. The easiest way to win is to double attack, but if you think you are a master, just code a bot do to the game if you get lazy. Winning gets you in the Hall Of Fame. X stands for X, O stands for O. | ||
+ | |||
+ | {{User:CreativeHedgehog/Templates/Navbar||||||||20px}} |
Latest revision as of 13:56, 29 July 2020
In tic tac toe, you want to be the first to get 3 in a row. X always goes first. You play in 9 squares numbered 1 through 9, and moves are showed as X9, or O7. The easiest way to win is to double attack, but if you think you are a master, just code a bot do to the game if you get lazy. Winning gets you in the Hall Of Fame. X stands for X, O stands for O.