I am learning how to do Pygames in Python3. This was found from FreeCodeCamp Tutorials Website. I will code every other day or so, so I won’t forget how to code. I am a beginner, and the video was a beginner tutorial. The Connect 4 in Python 3 game was very good to learn. Here’s the video of my game I edited:
Github: https://github.com/darkrider231/Connect4Python3
I can make this game to any number of how many in a row you can connect.
Now I can make this game as big as I want, or how small as I want with a few lines of code changes. Now I got it where it you can connect 8 in a row in order to win instead of the original Connect 4:

Leave a comment