Tic-Tac-Toe game built using HTML, CSS, and JavaScript. Play against a friend and see who can achieve three in a row first!
- Interactive and responsive design
- Score counter to keep track of wins for X and 0
- Vibrant and engaging user interface
- Restart button to begin a new game
- Open the [Tic-Tac-Toe] game in your web browser.
- The game starts with X's turn.
- Hover over a cell to see the current player's symbol.
- Click on an empty cell to make a move.
- The game alternates between X and 0.
- The first player to get three in a row (horizontally, vertically, or diagonally) wins.
- Click the "Restart" button to start a new game.
-
Clone the repository:
git clone https://github.com/rohityadav-sas/Tic-Tac-Toe
-
Open
index.html
in your browser
This project is licensed under the ISC License. See the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.