Connect 4 with PyGame

I have been working on developing a Connect4 game in PyGame.  I was able to develop a simple version with the help of video on Youtube.  I will need to continue to develop the game. I would like to develop an introduction, keep track of score and introduce different levels.

Here are some pictures from the game.







Comments

Popular posts from this blog

Maze Game in Python using Turtle

Space Wars- Python 3