







Description
Tic tac toe game in which two players alternately putĀ crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does.
Game Rules
- There are two players; one plays with the X sign and the other one plays with the 0 sign.
- They both move alternately, starting with the X player.
- They can move only in empty squares.
- Initially, the board is made of 9 empty squares, aligned on a 3x3 board.
- The purpose of the game is to make 3 own signs on a column, row or diagonal.
- If the board is filled but none of the players managed to achieve this goal, then the game ends in a draw.
Strategy
- Win: If the player has two in a row, they can place a third to get three in a row.
- Block: If the opponent has two in a row, the player must play the third themselves to block the opponent.
- Fork: Create an opportunity where the player has two ways to win (two non-blocked lines of 2).
- Center: A player marks the center. (If it is the first move of the game, playing on a corner gives the second player more opportunities to make a mistake and may therefore be the better choice; however, it makes no difference between perfect players.)
- Opposite corner: If the opponent is in the corner, the player plays the opposite corner.
- Empty corner: The player plays in a corner square.
- Empty side: The player plays in a middle square on any of the 4 sides.
