Skip to content

ngrosso1/ConnectFourAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Connect4Algorithm

Nicholas J. Grosso

This program is the popular board game connect-4 with a GUI interface written in python3. You can choose between two in-person players or playing off against MinMax algorithm. You will need some dependencies as listed below.

Debian/Ubuntu:

sudo apt update
sudo apt install python3
sudo apt install python3-pip
pip install numpy
pip install pygame
pip install tkinter

OSX:

brew update
brew install python3
brew install pip3
pip3 install numpy
pip3 install pygame
pip3 install tkinter

Running command:

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages