uk.co.triplesix.craps
Class Craps

java.lang.Object
  extended by uk.co.triplesix.craps.Craps

public class Craps
extends java.lang.Object

Craps is a simple java implementation of the classic dice game

Author:
Karl Smith

Constructor Summary
Craps()
           
 
Method Summary
static void main(java.lang.String[] args)
          Initialise a new game.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Craps

public Craps()
Method Detail

main

public static void main(java.lang.String[] args)
Initialise a new game. Show the instructions, set the game running, and then while the game is still running, process game loop.

Parameters:
args -