skent259 / crapssim

Simulator for craps with various betting strategies
MIT License
30 stars 14 forks source link

Strategy as an object instead of a method as per #23 #27

Closed amortization closed 2 years ago

amortization commented 2 years ago

This is probably a work in process, but I I re-wrote strategy to use a Strategy object instead of numerous functions. It also includes some basic building block strategy objects that users can use to build strategies. Here are some highlights: