https://github.com/dssudake/bingo
Simple game in C
https://github.com/dssudake/bingo
Last synced: about 2 months ago
JSON representation
Simple game in C
- Host: GitHub
- URL: https://github.com/dssudake/bingo
- Owner: dssudake
- Created: 2019-12-10T07:24:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T08:02:47.000Z (over 6 years ago)
- Last Synced: 2025-02-23T18:20:53.351Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BINGO
The project that I have buit is the fun game BINGO!!
**Rules** of the game are as follows :
• The numbers vary from 1 to 25 are arranged in a random sequence in a 5X5 matrix .
• Each player has to say a number in alternate moves.
• Each player has to remove number from matrix said by opponent.
• The game ends when either one of the player will finish 5 rows/columns/diagonal of the matrix in any random sequence.
• The first one to do this will win game and the game is terminated.
• This game can also be played in a matrix of any dimension.
**Refer "BINGO_ws.c" for Windows and "BINGO_lx.c" for Linux terminal execution.**