A simple, animated Tic Tac Toe game built with HTML, SCSS, and JavaScript. Play in single-player mode against a basic AI or challenge a friend in two-player mode.
- ✅ Two game modes: One-player (vs computer) and Two-player
- 🎨 Clean, modern UI with SCSS styling
- 💡 Simple AI opponent for solo games
- 🧠 Win detection & draw logic
- 📱 Responsive design (works on mobile)
- Choose a mode: One-player or Two-player.
- Take turns clicking on the grid to place your mark (O or X).
- The game automatically detects wins or draws.
- Click Restart to play again.
git clone https://github.com/your-username/tic-tac-toe.git
cd tic-tac-toe
