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
dancroak (author)
Wed May 28 21:37:42 -0700 2008
commit  cca976c2ccae2cbb12c898d05a01c98955563000
tree    855198648044e9a91669073f64d316d21b023bf6
parent  56ef746c02107380a9e2eebffb1bfa430f4a836c
craps /
name age message
file README.markdown Loading commit data...
directory examples/
directory lib/
directory test/
README.markdown

Craps

A command-line craps simulator which promotes play that:

  1. decreases the house's advantage in probabilities.
  2. makes a complex game simple and easy to play.

Install

git clone git://github.com/dancroak/craps.git

Usage

cd craps
ruby craps.rb

Assumptions

  1. one player (the shooter)
  2. with $300
  3. at a $10 table
  4. playing 3x odds
  5. aiming for 1 hour of entertainment
  6. walking away after doubling up.

Copyright (c) 2008 Dan Croak (The MIT License)