A simple game of Tic Tac Toe created using HTML, CSS, and JavaScript.
You can try out the live version of the application here: https://mitgajera.github.io/Tic-Tac-Toe
- Play as X or O
- Try to get three in a row
- Easy to use interface
- HTML
- CSS
- JavaScript
- Click on a square to place your piece
- Try to get three in a row
- If all squares are filled and no one has won, the game is a draw
- Add more features to the game
- Implement a more robust game logic
- Improve the user interface and user experience
If you'd like to contribute to this project, please fork the repository and submit a pull request. All contributions are welcome.