Skip to content

shashwatregmi/connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-4

C++ project based on the popular Connect 4 board game.

Currently this project is a one player game with two levels where the user is playing against the computer. The program uses two dimensional vectors to create the playing board and takes inputs from the user to place the checkers. Next, the computer places a checker on the board (placement dependant on difficulty) and this process repeats until four checkers have been placed side by side and a winner can be determined.

Program Screenshots:

Introduction to the game:

User Gameplay:

Error Handling and CPU gameplay:

End of game:

About

C++ project based on the popular Connect 4 game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages