A simple JavaScript implementation of the classic Tic-Tac-Toe game.
📺 Play Tic-Tac-Toe on a 3x3 grid.
📺 Two players take turns placing 'X' and 'O' symbols.
📺 The game detects winning combinations.
📺 It handles draws when all cells are filled.
📺 Provides a reset option to start a new game.
📺 Simple and responsive web interface.
📺 Easy-to-understand code structure.
🎬 HTML
🎬 CSS
🎬 JavaScript
This project helped me to understand the practical use cases of JavaScript and build a strong foundation in JavaScript development.
To install the Tic-Tac-Toe, use git:
git clone https://github.com/Kumardinesh1908/Tic-Tac-Toe.git
To deploy this project, simply open the index.html file in your browser.