skent259 / crapssim

Simulator for craps with various betting strategies
MIT License
28 stars 13 forks source link

Clean up Bet module #36

Closed skent259 closed 5 months ago

skent259 commented 5 months ago

Primarily this is to move all bets back into a single module, restructure the underlying classes, and rename the interface (bet_amount -> amount, get_winning_numbers -> winning_numbers, etc). Also includes formatting with Black and better repr methods.

This is a continuation of the larger bet changes in #30 and #19