A classic Tic-Tac-Toe (X-O) game implemented in C++ with an interactive graphical user interface. This project combines basic game logic with graphics programming to create a fun and visual experience.
✅ Two-player mode (Player X vs Player O) ✅ Interactive graphical interface (no console!) ✅ Mouse-click based input ✅ Winning line animation
- Languages: C++
- Graphics Library: graphics.h
- IDE: Dev C++ , Visual Studio Code