https://github.com/anc1kr1st/casino_game
The Casino game is a betting game.
https://github.com/anc1kr1st/casino_game
casino-games cpp exercise
Last synced: over 1 year ago
JSON representation
The Casino game is a betting game.
- Host: GitHub
- URL: https://github.com/anc1kr1st/casino_game
- Owner: Anc1kr1st
- Created: 2024-04-10T07:49:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T18:17:22.000Z (over 1 year ago)
- Last Synced: 2025-04-02T19:26:36.760Z (over 1 year ago)
- Topics: casino-games, cpp, exercise
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Casino Game
## Description
The Casino game is a betting game in which the program asks the user to input the cash if he/she wants
to play and asks the user to select any random number of his choice from 1 to 10. If the number entered
by the user matches with the number that is generated, then they win the 10x amount of the cash, but if
it doesn’t match, then the user will lose his/her money.
## Tools & Library Used



## Preview
### Interface:

### Betting: