Skip to content

sbangad/Connnect-4-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connnect 4

Connect Four is a two-player connection board game in which the players first choose a color and then take turns dropping one colored disc from the top into a grid. The pieces fall straight down, occupying the lowest available space within the column. The objective the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.

made-with-python



Installing and Running

  • Install the modules given in requirements.txt file

numpy==1.18.4

pip install numpy

Pillow==7.1.2

pip install Pillow

pygame==1.9.6

pip install pygame
  • Run the gui.py file using:
python -m gui.py (Python 3.x preferred)

Demo

Play Against AI

Play Against Human


Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%