Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 620 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 620 Bytes

MiniProject

🎮 Tic Tac Toe

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.


📌 Features

  • 🧑‍🤝‍🧑 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)

🛠️ Tech Stack

Depending on your version:

Web Version

  • HTML
  • CSS
  • JavaScript