The board game 4 in a row written with PyGame
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.
The project was written with Python 3.9.
Packages used:
- NumPy
- PyGame
pip install -r requirements.txt