Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 497 Bytes

craps

Various tools to analyze the game of craps without using all that fancy probability math

  • bonus.coffee: simulates the "Bonus Craps" game.
  • distribution.coffee: enumerates dice roll distributions
  • dont.coffee: simulates playing don't pass (including odds)
  • hardways.coffee: simulates betting on hardways
  • pass.coffee: simulates playing the pass line (including odds)
  • place.coffee: simulates place bets

Currently, each test can be run on the command line by typing coffee <file>.