Paper and Pencil Games
Tic-Tac-Toe
A two player game played on a 3x3 grid. Also called "Naughts and Crosses" or "Xs and Os".





Tic-Tac-Toe is a simple game played on a 3x3 grid between two people. Players take turns placing either an X or an O into one of the nine spaces. A player wins by getting three of their marks in a horizontal, vertical or diagonal row.

If you exclude rotation and reflection, there are only 765 different states for the game to be in, and only 138 final outcomes for the game. If X goes first, there are 91 winning outcomes, 44 losing outcomes and 3 draws (ties).
If both players play perfectly every game will end in a draw. In order to play perfectly, you must follow this simple strategy.
Strategy
To play perfectly, you should make the first possible move from the following ordered list.
- Win - If you can get three in a row, do it.
- Block a Win - If your opponent has two in a row, block them.
- Fork - Place your mark in such a way that you have two ways to win on your next move.
- Block a Fork - If your opponent's next move provides a way for them to fork, block this, preferably by getting your own two-in-a-row.
- Play the Center - If the center is empty, take it.
- Play a Corner - If a corner is empty, take it, preferably opposite the corner the opponent is occupying.
- Play a Side - If a side square is empty, take it.
Wikipedia
Follow Braingle!