A project I worked on in my second year of university with my classmate, Mohamed Cisman, in developing Connect 4.
We learned how to develop the infamous game in two different user interfaces: the standard command line interface and a graphical user interface.
To enable the game to run in a GUI, we used the Tkinter package within Python to display the GUI and add key features such as the board and the pieces.
Link to follow documentation for installing Python on any operating system: https://www.python.org/downloads/
Ensure Git is installed first before cloning the repository
Link to follow documentation for installing Git on any operating system: https://github.com/git-guides/install-git
git clone https://github.com/Engombe23/Connect-4.gitCopy the following command to run the program
python3 connect4.py