spatial-data-discovery / spatial-data-discovery.github.io

Organization website
https://spatial-data-discovery.github.io/
4 stars 0 forks source link

Simplified Roulette #51

Closed johnhennin closed 4 years ago

johnhennin commented 4 years ago

This script will simulate a simplified version of roulette (simplified in that you can only place color bets or straight bets). Players start with 1000 "dollars" and this value changes as they play and win/lose. Players have the option to choose between No Zero roulette, French or Single Zero roulette, and American or Double Zero roulette.

dt-woods commented 4 years ago

Received an uncaught error when betting on my roulette game (see image below). Looks like something's wrong with the if/elif statements on L55-62; it's missing an else to catch whatever is missed by the elif's. roulette