A fully functional and responsive Tic Tac Toe web game built using HTML, CSS, and JavaScript. This classic 3x3 grid game allows two players to take turns, detects wins and draws, and lets users restart the game anytime. Clean UI, simple interactions, and mobile-friendly design make it a great mini-project to showcase frontend skills.
๐ Play the Game
- โ Two-player gameplay (X vs O)
- โ Detects and highlights the winner
- โ Declares a draw if no one wins
- โ Restart button to play again
- โ Responsive layout for all devices
- โ Clean and intuitive UI
- HTML5 โ Structure of the game
- CSS3 โ Styling and responsiveness
- JavaScript (ES6) โ Game logic and interactivity
# Clone the repository
git clone https://github.com/yashgupta7373/Tic-Tac-Toe.git
# Open in your browser
Open index.html
Made with โค๏ธ by Yash Gupta