public
Description: A craps simulator to help you plan your next trip to the casino by minimizing the house advantage and setting basic constraints on your play.
Homepage:
Clone URL: git://github.com/dancroak/craps.git
craps / TODO.markdown
100644 7 lines (6 sloc) 0.185 kb

TODO

  1. Add callbacks to Shooter model to handle new highs
  2. Move code from House to Bet.
  3. Remove House.
  4. Create Point, change @table.point references from Roll to use Point.