https://github.com/idanhoro/4-in-a-row
The board game 4 in a row with PyGame
https://github.com/idanhoro/4-in-a-row
4inarow game numpy pygame python
Last synced: 3 months ago
JSON representation
The board game 4 in a row with PyGame
- Host: GitHub
- URL: https://github.com/idanhoro/4-in-a-row
- Owner: idanhoro
- Created: 2021-07-14T15:19:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T12:02:10.000Z (almost 5 years ago)
- Last Synced: 2025-12-28T09:48:45.775Z (6 months ago)
- Topics: 4inarow, game, numpy, pygame, python
- Language: Python
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## Dependencies
The project was written with **Python 3.9**.
**Packages used:**
- NumPy
- PyGame
## Running instructions
`pip install -r requirements.txt`