| Package | Description |
|---|---|
| student.adventure |
This package provides all of the course-specific classes based
on the "World of Zuul" adventure game example from Chapter 7
of Objects First with Java by Michael Kolling
and David Barnes.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
Game.parser()
Access this game's parser.
|
| Constructor and Description |
|---|
Game(Player player,
Parser parser)
Create the game and initialise its internal map.
|