Skip to content

thegrafico/Connect_four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Connect four

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

Read more here

Requirements

Python version 3 >=

Usage

in terminal at app.py directory:

python app.py

License

MIT

About

Connect four game with Python 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages