Welcome to the Tic Tac Toe Game! This is a simple implementation of the classic Tic Tac Toe game where two players take turns marking spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
- Two-player game mode
- Easy-to-use interface
- Reset game functionality
- Open the game here.
- Player 1 starts by clicking on any cell in the grid.
- Player 2 follows by clicking on an empty cell.
- Players take turns until one player wins by placing three of their marks in a row (horizontally, vertically, or diagonally) or until all cells are filled without a winner (resulting in a draw).
- Click "New Game" to start a new game or "Reset Game" to reset the current game.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to all contributors and users for their feedback and support.
Feel free to report any issues or contribute to the project.
Enjoy the game!