
Console-based two-player Tic-Tac-Toe game developed in C to practice structured programming, modular design, and input validation.
The project implements a 3×3 game board using a two-dimensional array and includes complete game logic for win detection, draw detection, and match replay functionality.
Key features: