Tic-Tac-Toe is a simple, two-player game played on a 3x3 grid. The game is also known as Noughts and Crosses or X's and O's
Two Players: The game is played between two players. One player marks X, and the other marks O.
Turn-based: Players take turns placing their mark in an empty cell on the 3x3 grid.
Winning Conditions: A player wins if they successfully place three of their marks consecutively in any horizontal row or any vertical column or any dinagonal line
Draw: If all 9 spaces on the grid are filled and no player has three marks in a row, the game ends in a draw.