Interface | Description |
---|---|
Data |
This interface enable access the initials data of the game
|
Entity |
A class that implement the Data.Entity interface is a component of the board.
|
EntityGhost |
describe a ghost, it can be any of the 5 ghost in the game.
|
EntityGomme |
An interface that describe the gomme type
|
Class | Description |
---|---|
DataAccess |
Load the game information from a save file
Can save the high score to thee save file
|
Enum | Description |
---|---|
EntityType | |
GhostType | |
GommeType | |
MoveSpeed |
Exception | Description |
---|---|
InvalidDataException |
Can be thrown if a game file is not correct
|