Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect 4

Description

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.

Technologies

python

Installation

Python

Link to follow documentation for installing Python on any operating system: https://www.python.org/downloads/

Git

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

Clone the repository

git clone https://github.com/Engombe23/Connect-4.git

Running Connect 4

Copy the following command to run the program

python3 connect4.py

Demo

Connect 4 Demo

About

Connect 4 in two formats, the command line interface and the graphical user interface.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages