DEV Community

froglegs1
froglegs1

Posted on

Connect Four On Your Terminal

Using basic class and objects in python I created the connect four game on your terminal. I created this program to cement my understanding of the fundamentals of the programming language of Python.

Image description

Image description

A link to my GitHub repository that house the code I used on this project is shown below:

https://github.com/froglegs1/Python-Connect-Four

Any feedback to better my code would be appreciated, have a good day!

Top comments (0)