Package | Description |
---|---|
game | |
gui | |
student |
Class and Description |
---|
Cavern
An instance represents a Cavern that the explorer can navigate through.
|
Cavern.Direction
An enum reprsenting a grid direction.
|
Edge
An Edge represents an immutable directed, weighted edge.
|
EscapeState
The state of the game while escaping from the cavern.
|
ExplorationState
The state of the game while performing exploration.
|
Node
An instance represents a node in the graph --the cavern.
|
NodeStatus
An instance maintains the status of a node --its id
and its distance from the Orb.
|
Tile |
Tile.Type
An enum representing the different types of Tiles that may appear in a
cavern.
|
Class and Description |
---|
Cavern
An instance represents a Cavern that the explorer can navigate through.
|
Node
An instance represents a node in the graph --the cavern.
|
Tile.Type
An enum representing the different types of Tiles that may appear in a
cavern.
|
Class and Description |
---|
EscapeState
The state of the game while escaping from the cavern.
|
ExplorationState
The state of the game while performing exploration.
|
Node
An instance represents a node in the graph --the cavern.
|