DEV Community

HaseebGarfinkel
HaseebGarfinkel

Posted on

Beginner Python Game: Connect Four

As my second project, I wanted to try recreating a simple game to expand my knowledge on basic python.

Image description

The code here was mainly contained in a couple different functions that each controlled a different part of the game, such as a function to drop a piece into a column and a function to check for a winner.

Link to Github

As I am still a very new programmer, I would really appreciate any advice and tips you could give me in the comments.

Thank you!

Top comments (0)