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
- Host: GitHub
- URL: https://github.com/jambolo/craps
- Owner: jambolo
- License: mit
- Created: 2020-02-07T06:13:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T18:57:36.000Z (about 5 years ago)
- Last Synced: 2026-02-26T20:50:12.735Z (3 months ago)
- Topics: coffescript, craps
- Language: CoffeeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `.