2024-09-26 15:49:26 +02:00
|
|
|
|
## Xameren's Casino
|
|
|
|
|
This is a simple CLI/TUI Casino featuring a variety of different games. Try your luck and win big!
|
2024-09-26 16:01:24 +02:00
|
|
|
|
|
|
|
|
|
![An image of the casino's CLI](https://github.com/Xameren/Casino/blob/main/Casino%20image.png)
|
2024-09-26 15:49:26 +02:00
|
|
|
|
## Casino game list
|
|
|
|
|
**Roulette**
|
|
|
|
|
Predict where the ball will land on the roulette wheel.
|
|
|
|
|
**Slots**
|
|
|
|
|
A game where a slot mashine is spinned and stopped. You have to get the same symbols multiple times for a payout.
|
|
|
|
|
**Horse betting**
|
|
|
|
|
A horse race will start and you have to predict the horse which will win the race.
|
|
|
|
|
**Casino war**
|
|
|
|
|
You and the dealer each draw a card—the highest card wins. If it’s a tie a Casino War will begin and you play once more.
|
|
|
|
|
**Coinflip**
|
|
|
|
|
A coin is flipped and you have to bet on the side you think the coin will land on.
|
|
|
|
|
**Crash**
|
|
|
|
|
Your bet is multiplied each second and you have to cash out before the game "crashes" and you lose your bet.
|
|
|
|
|
**Keno**
|
|
|
|
|
Select between 1 and 20 numbers from a pool of 60. The more numbers you match, the bigger the prize.
|
|
|
|
|
|
|
|
|
|
## Installation and Requirements
|
|
|
|
|
To play Xameren's Casino, you will need to have Python installed on your machine.
|
|
|
|
|
|
|
|
|
|
### Prerequisites
|
|
|
|
|
- [Python](https://www.python.org/downloads/)
|
|
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
Clone the repository:
|
|
|
|
|
`git clone https://github.com/Xameren/Casino.git`
|
|
|
|
|
|
|
|
|
|
Navigate to the project directory:
|
|
|
|
|
`cd Casino`
|
|
|
|
|
|
|
|
|
|
Run the Python file:
|
|
|
|
|
`python Casino.py`
|
|
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
Please do not submit pull requests, instead submit issues with bugs / improvements and I will attempt to figure it out myself.
|
|
|
|
|
|
|
|
|
|
## Licence
|
|
|
|
|
The Casino is currently under the [MIT Licence](LICENSE)
|