Skip to content

idanhoro/4-in-a-row

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

4-in-a-row


The board game 4 in a row written with PyGame

Game Description

4-in-a-row is a two-player connection board game. Each player is represented by colored then take turns dropping discs into a seven-column, six-row board.

The discs 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.

Images

4_in_a_row

Dependencies

The project was written with Python 3.9.

Packages used:

  • NumPy
  • PyGame

Running instructions

pip install -r requirements.txt

About

The board game 4 in a row with PyGame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages