Skip to content

Latest commit

 

History

History
10 lines (3 loc) · 330 Bytes

How-to-play-tic-tac-toe.md

File metadata and controls

10 lines (3 loc) · 330 Bytes

How to play Tic-tac-toe game?

Tic tac toe is a game with two players, who take turns marking the spaces in a 3 * 3 grid using the variables X and O. The player who succeeds in placing three of their marks in a horizontal, vertical or diagonal ways first wins the game.

Typically X starts the game and alternate with O.