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

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.

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
![Static Badge](https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=white)
![Static Badge](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white)
![Static Badge](https://img.shields.io/badge/Visual_Studio-5C2D91?style=for-the-badge&logo=visual%20studio&logoColor=white)

## Preview
### Interface:
image

### Betting:
image