Skip to content
/ connect4 Public

Simple Connect Four game on a 8x8 grid programmed from scratch using Python's Tkinter interface.

License

Notifications You must be signed in to change notification settings

penpy/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect4

Simple Connect Four game on a 8x8 grid programmed from scratch using Python's Tkinter interface.

Demo

connect4_demo.mp4

Installing and launching the game

Simply clone the project, make sure you have the requirements installed (NumPy and Pillow), then you can run the game. Easy ;)

git clone https://github.com/penpy/connect4.git
cd connect4
pip3 install -r requirements.txt
python connect4.py

TODO

Add an AI bot and an optimal solver.

About

Simple Connect Four game on a 8x8 grid programmed from scratch using Python's Tkinter interface.

Topics

Resources

License

Stars

Watchers

Forks

Languages