Class | Description |
---|---|
ExplorerSprite |
Responsible for managing the explorer and drawing it on the
screen.
|
GUI |
An instance is a GUI for the game.
|
MazePanel |
An instance is responsible for drawing the underlying maze on the screen.
|
OptionsPanel |
An instance is a JPanel with info for the user.
|
Sprite |
Maintains information about a sprite for the GUI.
|
TileSelectPanel |
An instance is a panel that displays information about a currently selected Tile.
|