enum2b is software for computing the winning probability for the "Fairground Game" problem. Author: Peter Huggins Date : January 28th, 2005 FairgroundGame.tar.gz contains: enum2b.cpp, README, LICENSE. System: Linux 1) To install: %gunzip FairgroundGame.tar.gz %tar xvf FairgroundGame.tar %cd FairgroundGame/ 2) To compile: %g++ enum2b.cpp -o enum2b 3) To run: %./enum2b Questions can be sent to the author at: [first initial followed by last name]@math.berkeley.edu