Welcome to the Tic Tac Toe game! This simple web-based game allows two players to play the classic Tic Tac Toe game.
- Two-player game
- Responsive design
- Simple and intuitive interface
- Open
index.html
in a web browser. - Enter the names of Player 1 and Player 2.
- Click on "Start Game" to begin.
- Players take turns to make a move by clicking on the cells.
- The game announces the winner or a tie when the game ends.
- You can reset the game or log out to start a new game.
- HTML
- CSS
- JavaScript
- Toastify - Used for displaying toast messages.
Clone the repository:
git clone https://github.com/harsh-pandhe/Tic-Tac-Toe.git
cd tic-tac-toe-game
Open index.html
in your preferred web browser.
This project is licensed under the MIT License.