test.dotychase
Class Game

java.lang.Object
  extended by test.dotychase.Game

public class Game
extends java.lang.Object

The Game class. This class is the entry point of the program and contains a controller loop.


Constructor Summary
Game()
          The constructor.
 
Method Summary
static void main(java.lang.String[] args)
           
 void play()
          The play method contains the controller loop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

public Game()
The constructor. It sets up all the rooms and necessary objects in each room.

Method Detail

play

public void play()
The play method contains the controller loop.


main

public static void main(java.lang.String[] args)