Gambling in python
A downloadable game for Windows
It's a Python File created in Idle as a personal project
It's a very simple version of Gambling in a slot machine
You Start with 50 "Coins" You can bet any amount to these coins up to 5x what you have.
3 Dice will roll like a slot machine if their values are equal they get added together to make up a score, that score is divided by 4 then it multiples your bet
eg)
bet = 40
Dice = 4 , 4 , 4 | Score = 12
Winning = 40 * (12 /4) = 120
after a few bets, you will have a chance to go home and get some perks
If The amount of "Coins" goes below 0 you'll go bankrupt if you can't pay the debt in time it's Game Over,
The game finishes when you reach 100,000 Monet
few Tips
- it crashes if you use decimals, it will only want integers as inputs
- typing -1 shows your current amount of money
- typing -2 makes you go to the bank
Status | In development |
Platforms | Windows |
Author | ClickingZ |
Genre | Puzzle |
Tags | Arcade, Casual, Singleplayer, Text based |
Leave a comment
Log in with itch.io to leave a comment.