This is a simple Tic-Tac-Toe web application built using HTML, CSS, and JavaScript.
- Allows two players to take turns marking spaces on the board.
- Checks for a winner after each move.
- Resets the game for a new round.
- Open the web application in a browser.
- Click on any empty cell to mark your move.
- The first player to get three of their marks in a row (horizontally, vertically, or diagonally) wins the game.
- If all cells are filled without a winner, the game ends in a draw.