Skip to content

Personal project to create Connect 4 game in Python.

Notifications You must be signed in to change notification settings

rs2518/connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-4

Connect 4 game in Python.

Setup

Enter the terminal and change directory to the project repository.

While inside the project repository, create a conda environment with the necessary configurations:

conda env create --name connect_4 --file setup.yml

Note that pygame must be installed manually first using the following command in the terminal whilst inside the project's conda environment:

python3 -m pip install -U pygame --user

Check if pygame works by running one of the included example games:

python3 -m pygame.examples.aliens

Acknowledgements

Credit to Keith Galli

Github repository (https://github.com/KeithGalli/Connect4-Python)

About

Personal project to create Connect 4 game in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages