The following slides overview how to play the game Tic-tac-toe. This guide has been created with the intent as serving as a Docfix sample.
Tic-tac-toe requires two people and a surface to play on, such as paper or a whiteboard. Gameplay occurs within a 3x3 grid, where each player uses a unique symbol, and the objective is to get three of their symbols in a row within the grid.
Two players play tic-tac-toe. Each is assigned a unique symbol: X for player one, and O for player two.
Tic-tac-toe is played on a 3x3 grid. The following figure depicts the grid, and a slight variation of the grid. Both can be used for gameplay.
The goal is to get three of your symbols in a row—horizontally, vertically, or diagonally.
A game ends in a win when there are 3 unique symbols in a row. A game ends in a draw if there are no spaces left, and neither player has placed three symbols in a row.