An open API service indexing awesome lists of open source software.

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 !!

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.
![image](https://github.com/ranimeshehata/Connect-four/assets/121239735/59de797c-f07d-4a8a-a9f9-2090c306e9d3)