This project is a part of the CS5004 course, focusing on implementing the classic Connect Four game.
Connect Four is a two-player connection game in which the players take turns dropping colored discs into a seven-column, six-row vertically suspended grid. The objective is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.
- Two-player gameplay or one player vs AI gameplay (<- working on this now)
- Input validation
- Win detection for horizontal, vertical, and diagonal lines
- Clone the repository:
git clone https://github.com/yourusername/CS5004_Lab6_Connect_Four.git
- Navigate to the project directory:
cd CS5004_Lab6_Connect_Four
- Compile the project (if applicable):
make
Run the game using the following command:
./connect_four
Follow the on-screen instructions to play the game.