java.lang.Object | +--GameEngine
This class is part of the "World of Zuul" application. "World of Zuul" is a very simple, text based adventure game. This class creates all rooms, creates the parser and starts the game. It also evaluates and executes the commands that the parser returns.
Constructor Summary | |
GameEngine()
Constructor for objects of class GameEngine |
Method Summary | |
void |
interpretCommand(java.lang.String commandLine)
Given a command, process (that is: execute) the command. |
void |
setGUI(UserInterface userInterface)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public GameEngine()
Method Detail |
public void interpretCommand(java.lang.String commandLine)
public void setGUI(UserInterface userInterface)