This is a simple Tic-Tac-Toe game implemented using HTML, CSS, and JavaScript.
- Play Tic-Tac-Toe against a friend.
- Clear and intuitive user interface.
- Clone or download the repository to your local machine.
- Open the
index.html
file in your web browser. - Click on any empty square to place your X or O.
- The first player to align three of their symbols either vertically, horizontally, or diagonally wins.
- If all squares are filled and there is no winner, the game ends in a draw.
- HTML
- CSS
- JavaScript
This project is created by Saumili Haldar.
Contributions are welcome! Feel free to fork this repository and submit pull requests to suggest improvements.