A simple, interactive Tic Tac Toe game built using HTML, CSS, and JavaScript. This project includes an intuitive UI with glowing effects, a reset button, and responsive design for an engaging user experience.
- Interactive Gameplay: Play a classic game of Tic Tac Toe with an easy-to-use interface.
- Winning Highlight: Highlights the winning combination with colors and animations.
- Reset Button: Quickly reset the game to start fresh.
- Responsive Design: Works seamlessly across devices.
├── index.html # Main HTML file
├── style.css # Styling for the game
├── script.js # JavaScript logic for gameplay
├── favicon.svg # Favicon for the website
└── README.md # Documentation
- HTML5: For the structure of the game.
- CSS3: For styling and animations.
- JavaScript: For game logic and interactivity.
- Add a New Favicon:
- Replace favicon.svg with your desired favicon file.
- Update the CSS styles in style.css to customize the colors or animations.
-
Edit the HTML layout or JavaScript logic to introduce new features, like:
-
Player vs. Computer mode.
-
Score tracking across multiple games.
-
adding logic when the game is draw.


