Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.01 KB

readme.md

File metadata and controls

23 lines (20 loc) · 1.01 KB

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!)