A simple and fun implementation of the classic Tic Tac Toe game where two players take turns to place their marks (X and O) on a 3x3 grid. The first to align three symbols in a row—vertically, horizontally, or diagonally—wins the game.
- 🧑🤝🧑 Two-player mode on the same device
- ⚡ Real-time win and draw detection
- 🔁 Restart game option
- 💡 Clean and responsive UI (for web version) / Interactive console (for CLI version)
Depending on your version:
- HTML
- CSS
- JavaScript