Package adventure.rooms

Interface Summary
Room This interface specifies how all Rooms in the game must be built.
 

Class Summary
ClosetRoom This is the class for the closet in the game.
HallwayRoom This is the class for the hallway in the game.
Inventory A special 'room' that is not really a room at all.
LabRoom This is the class for the laboratory room in the game.
OutsideRoom This is the class for the Outside room in the game.
StartingRoom This is the class for the starting room in the game.
WorkshopRoom This is the class for the workshop in the game.