A simple web-based Tic Tac Toe game where two players can play against each other on a 3x3 grid. The game is built using HTML, CSS, and JavaScript.
- Two Player Mode: Play with a friend on the same device.
- Real-time Updates: Instantly shows the result of each move.
- Win Detection: Automatically detects and announces the winner or if it's a draw.
- Reset Button: Easily restart the game after it finishes.
- Responsive Design: Works well on both desktop and mobile devices.
- Player 1 is X and Player 2 is O.
- Players take turns to mark an empty cell in the 3x3 grid.
- The first player to align three marks either horizontally, vertically, or diagonally wins the game.
- If all cells are filled without a winning combination, the game ends in a draw.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
You'll need a web browser to run the game. No additional installations are required.