A simple Tic‑Tac‑Toe game implemented in LANGUAGE that allows two players (or player vs CPU) to play locally.
- Two‑player mode ✔️
- Player vs CPU with basic AI (optional)
- Console‑based / GUI interface
- Score tracking across rounds
- Language: Python (or Java, JavaScript, C++)
- Libraries: tkinter / Pygame / none (pure console)
- Platform: CLI / Web / Desktop
git clone https://github.com/rao-shreya/Tic-Tac‑Toe.git
cd Tic‑Tac‑Toe
[python main.py / run index.html / compile Java files]