A simple Tic Tac Toe game implemented using HTML, CSS, and JavaScript.
- Play Tic Tac Toe against another player.
- Simple and intuitive user interface.
- Game state and winner detection.
-
Open index.html in your preferred web browser.
-
Two players take turns clicking on the empty cells to make their move.
-
The game will automatically detect a winner or declare a draw.
-
Play again or reset the game using the provided button.
- The game is played on a 3x3 grid.
- Players take turns placing their symbol (X or O) in an empty cell.
- The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins.
- If the grid is full and no player has three in a row, the game is a draw.
Contributions are welcome! If you have any ideas for improvements or find any issues, please open an issue or submit a pull request.
This project is licensed under the MIT License.