Skip to content

A Python Based Gambling Simulation (Roulette & BlackJack)

Notifications You must be signed in to change notification settings

batscs/py_bounty

Repository files navigation

Bats' py_bounty

image image

Usage:

Roulette:

roulette bet [amount] [your_bet]
[amount] has to be replaced with the amount you are willing to gamble
[your_bet] has to be replaced by one of the following possible bets:

  • black | the result has to be on a black field
  • red | the result has to be on a red field
  • green | the result has to be on a green field
  • even | the result has to be on a even number
  • odd | the result has to be on a odd number
  • high | the result has to be higher than or exactly 19
  • low | the result has to be lower than or exactly 18

Blackjack:

blackjack bet [amount]
[amount] has to be replaced with the amount you are willing to gamble
After that you can either hit and take another card or stand and let the dealer play
Depending on who has a higher result at the end but lower or exactly 21 wins (or ties!)

About

A Python Based Gambling Simulation (Roulette & BlackJack)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages