Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 18, 2022 01:06 am GMT

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!


Original Link: https://dev.to/haseebgarfinkel/beginner-python-game-connect-four-7g5

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To