Tic Tac Toe is a simple 2-player game played on a 3x3 grid.
- One player is X and the other is O.
- Players take turns placing their mark in an empty cell.
- The first player to get 3 marks in a row (horizontally, vertically, or diagonally) wins.
- If all cells are filled and no one has 3 in a row, the game is a draw.
- Click the Restart Game button to play again!