On the Subject of Tic Tac Toe
All those years of getting ties in Tic Tac Toe might finally pay off.
Lit > Unlit | Lit = Unlit | Lit < Unlit | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Parallel | Else | Parallel | Else | Parallel | Else | ||||||
Even | Odd | Even | Odd | Even | Odd | Even | Odd | Even | Odd | Even | Odd |
8 | 4 | 9 | 3 | 7 | 3 | 7 | 2 | 6 | 2 | 5 | 1 |
- Begin at the starting row based on the table above.
- Move down the correct column until you reach a number that corresponds to a number on the keypad. If you pass row 9, continue at row 1.
- Place the piece based on the following:
- If placing the piece in this location would result in a tic-tac-toe, you press PASS.
- Otherwise, place the piece by pressing the location on the keypad and move to the next row in the chart.
- If you have pressed PASS twice, a new piece will be displayed and you must also move to the next row in the chart.
- Upon receiving a strike, move back to the starting row.