public class GameEngine
extends java.lang.Object
Constructor and Description |
---|
GameEngine()
Constructor for objects of class GameEngine
|
Modifier and Type | Method and Description |
---|---|
void |
backRoom() |
void |
drop(Command command)
Command Drop
|
void |
eat(Command command) |
void |
interpretCommand(java.lang.String commandLine)
Given a command, process (that is: execute) the command.
|
void |
PrintVictoire() |
void |
setGUI(UserInterface userInterface) |
public void setGUI(UserInterface userInterface)
public void interpretCommand(java.lang.String commandLine)
public void eat(Command command)
public void PrintVictoire()
public void backRoom()
public void drop(Command command)