https://github.com/ranimeshehata/connect-four
Programming 1, semester 3 project about connect4 game !!
https://github.com/ranimeshehata/connect-four
c cmd cpp
Last synced: 2 months ago
JSON representation
Programming 1, semester 3 project about connect4 game !!
- Host: GitHub
- URL: https://github.com/ranimeshehata/connect-four
- Owner: ranimeshehata
- Created: 2022-12-24T13:37:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T19:03:53.000Z (over 2 years ago)
- Last Synced: 2025-04-03T11:44:08.089Z (over 1 year ago)
- Topics: c, cmd, cpp
- Language: C
- Homepage:
- Size: 25.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming 1, semester 3 project about connect4 game !!
### The goal of the game is to connect connect-four discs of the same color next to each other vertically, horizontally, or diagonally as you can. The board may be of any size. Each player is assigned a random different color.
### Score is calculated based on the number of connected fours.
### The game ends when the board is full.
### The winner is the player with the highest score.
