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
craps / README.markdown
100644 32 lines (22 sloc) 0.514 kb

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)