# ๐ŸŽฎ Tic Tac Toe โ€“ SUMIQVERSE A full-featured Tic Tac Toe game built with HTML, CSS, and JavaScript. Play in single-player mode against an AI (with 3 difficulty levels) or enjoy a classic two-player game! ## ๐Ÿš€ Live Demo [Play Now](https://sumiqverse.github.io/tic-tac-toe) ## ๐Ÿง  Features ### ๐ŸŽฎ Game Modes - **Single Player**: - Easy (Random AI) - Medium (Smart but beatable) - Hard (Unbeatable Minimax AI) - **Multiplayer**: Alternate turns between Player X and Player O ### ๐Ÿ–ผ๏ธ UI/UX - Responsive, clean layout - Floating popups: - "You Win", "You Lose", "It's a Draw" - Automatically disappear after 5 seconds - Highlights winning tiles - Turn indicator ### ๐Ÿ› ๏ธ Extra Features - Mode & Difficulty selection screen - Restart button - Prevents moves after game over - Reset board cleanly between rounds ## ๐Ÿ“ File Structure /tic-tac-toe โ”œโ”€โ”€ index.html # Game layout and structure โ”œโ”€โ”€ style.css # Styling and animations โ””โ”€โ”€ script.js # Game logic and AI ## ๐Ÿ’ก Tech Stack - HTML - CSS - JavaScript ## ๐Ÿงช Testing & Validation - โœ… All win/draw conditions tested - โœ… All AI levels tested for fairness - โœ… Responsive across screen sizes - โœ… No bugs after reset/game end ## โš™๏ธ How to Run Locally 1. Clone this repository: ```bash git clone https://github.com/SUMIQVERSE/tic-tac-toe.git