jambolo / craps

Various tools to analyze the game of Craps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>.

About

Various tools to analyze the game of Craps

License:MIT License


Languages

Language:CoffeeScript 100.0%