Class and Description |
---|
Command
This class is an abstract superclass for all command classes in the game.
|
CommandWords
This class holds a collection of all command words known to the game.
|
Game
This class is the main class for a "World of Zuul"-style adventure game
application.
|
Parser
This parser reads user input and tries to interpret it as an "Adventure"
command.
|
Player
This class represents a player in an adventure game.
|
Room
Represents one location in the scenery of an adventure game.
|