skent259 / crapssim

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

Leave Up Winning Bets #24

Open amortization opened 2 years ago

amortization commented 2 years ago

At the casino, some bets (Place bets come to mind) are automatically left up if they are won and only the winnings are taken down. I think that it would be handy if we had some way to set these bets to automatically be left up.

skent259 commented 2 years ago

Interesting idea, however, I'm wondering whether this is implemented via a strategy (which the default place bet strategy already does)

I could see the usefulness of this feature when someone was using the module interactively since it would save them the time of constantly adding place bets. But it's probably somewhat low on the priority list at the moment given I don't see interactive betting as a common use case for this repo