A command-line implementation of the Connect 4 game written in C, featuring full game logic and modular code structure.
- Player vs bot gameplay
- Two-player gameplay
- Move validation and win detection
- Board state management
- Modular program structure
- C programming
- Modular design
- File-based structure
- Download ZIP and extract files
- Run the "bat" file
- Follow the prompts in the terminal
- Data structures
- Control flow and logic
- Program organization
- Debugging and testing