Project information

Project description

I created this connect-four interface game that allows a user to play connect four game with a bot. I have applied OOP conecepts that I learned in my Fundamentals of Programming-I class during winter semester of 2022. The bot plays the black box and you (the user) play the red box. The basic rule of the game is to have 4 blocks of the same color diagonally, vertically, or horizontally. Whoever achieves this goal first will win the game.