Class Game

java.lang.Object
  extended by Game

public class Game
extends Object

Sets up and controls the game

Version:
1.0

Constructor Summary
Game()
          Create the game and initialise it
 
Method Summary
static void main(String[] args)
          Create and play a game.
 void play()
          Main play routine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

public Game()
Create the game and initialise it

Method Detail

main

public static void main(String[] args)
Create and play a game.


play

public void play()
Main play routine. Loops until end of play.