Tic-Tac-Toe is a simple two-player strategy game played on a 3×3 grid.
One player uses the symbol X, and the other uses O. Players take turns marking one empty square of the grid with their symbol.
The goal is to be the first player to get three of your symbols in a row, either:
-
Horizontally
-
Vertically
-
Diagonally
-
The game is played by two players.
-
Player X typically goes first.
-
Players alternate marking one empty cell per turn.
-
A player wins by forming a line of three matching symbols.
-
If all nine squares are filled without a winning line, the game ends in a draw.
-
Easy to learn and quick to play.
-
Encourages strategic thinking.
-
Can end in a win or a draw.
-
Often used as a simple introduction to game strategy and logic.
-
-

Reviews
There are no reviews yet.