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
