A simple command-line Tic-Tac-Toe game implemented in C. The game allows two players to play against each other, taking turns to make their moves. It features basic validation for moves, win condition checking, and score tracking for the winning player.
- Two-player gameplay
- Command-line interface
- Win condition detection (rows, columns, diagonals)
- Move validation (prevents overwriting moves)
- Player score tracking
- Easy-to-read board display
To compile and run this program, you'll need:
- A C compiler (e.g., GCC)