Class Summary |
Alias |
Alias
Creates a new alias. |
Drop |
Drop
When executed by a player, the drop command takes the item to be dropped
from the player's inventory (unless it's not present) and places it in the
current room's list of items. |
Examine |
Examine
Prints a more detailed description of an object in the game. |
Help |
|
Inventory |
Inventory
Prints a list of the items and their descriptions that the player is
carrying. |
Kate |
A simple test class that prints a statement. |
Look |
Look just prints out the description of the room
passed to it - generally the current room. |
Move |
Move
Moves player from one room to another. |
Open |
Open
Opens a door (or other object, such as a box) that lies in the direction
specified,"; |
Quit |
Quit
Quits the game. |
Take |
Take
Picks up an item in the current room, if it is able to be picked up. |
Talk |
Talk -
Allows the player to talk to an NPC in the current room. |
Use |
Use
Uses an item in the inventory. |