- parser() - Method in class adventure.Game
-
Access this game's parser.
- Parser - Class in adventure
-
This parser reads user input and tries to interpret it as an "Adventure"
command.
- Parser() - Constructor for class adventure.Parser
-
Create a new Parser object.
- play() - Method in class adventure.Game
-
Main play routine.
- player() - Method in class adventure.Game
-
Access this game's player.
- Player - Class in adventure
-
This class represents a player in an adventure game.
- Player() - Constructor for class adventure.Player
-
Constructor for objects of class Player
- printWelcome() - Method in class adventure.Game
-
Print out the opening message for the player.