The goal of Tic-Tac-Toe is to succeed in aligning 3 of your Xs or Os either diagonally, horizontally or vertically.
Contents and Game of the Game
Tic-Tac-Toe is played in 9 squares. You can play Tic-Tac-Toe anywhere you want: on a piece of paper with pencils, on the sand during your beach vacation, on a blackboard with chalk, etc. You just need to be able to draw the playing grid, which is very easy:
- draw two parallel horizontal lines
- then draw two parallel vertical lines that intersect the two horizontal lines.
You thus obtain a small three-by-three grid.
How to Play Tic-Tac-Toe
Tic-Tac-Toe is a two-player game. Each player decides which symbol they intend to use (usually one player chooses the O and the other the X). Then, in turn, each player places their symbol in one of the 9 boxes.
Remember: the player who starts the game has the advantage. So remember to alternate rounds after each game. 😅
The player who manages to align 3 of their symbols wins the round. However, most games between players who play the game often end in a draw. Don’t be disappointed 🥲.