An open API service indexing awesome lists of open source software.

https://github.com/jambolo/craps

Various tools to analyze the game of Craps
https://github.com/jambolo/craps

coffescript craps

Last synced: about 1 month ago
JSON representation

Various tools to analyze the game of Craps

Awesome Lists containing this project

README

          

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