rfaile313 / CrapsWithBettingSystem

An easy Python Craps game I created from scratch with pass line betting
MIT License
31 stars 16 forks source link

Odds Math #5

Closed rfaile313 closed 6 years ago

rfaile313 commented 6 years ago

The odds math is incorrect for the casino game of table craps, and the values are returned to the bankroll incorrectly.

Here's a link to how odds should pay on different numbers: http://www.crapsage.com/craps_payouts.php

Good issue for newcomers to programming, and/or programmers who enjoy math!

bx-r0 commented 6 years ago

I'd like to work on this if no one else is?

rfaile313 commented 6 years ago

Please do!

rfaile313 commented 6 years ago

@JeremyBowyer this looks good! I didn't even catch the odds modifying the initial wager on line 122. Nice work. Merged.