Class Summary |
Action |
An Action is a thing that a Piece can do. |
ActionQueue |
This is a Queue (with methods get, peek, put, remove, empty and isEmpty)
that contains actions. |
Board |
The board is what is displayed to the user of the game. |
Game |
This is the main game class. |
Ghost |
A ghost is a piece that is painted using a semi-transparent symbol. |
Map |
This class represents the map of a game. |
Piece |
Represents a piece (unit) on the game board. |
Position |
Represents the position of a Piece. |
Property |
This represents a property of a Piece. |
Symbols |
This class contains the symbols (Images) of the game. |