Package gecco.client

Interface Summary
Client This is the interface that represents the client from the server's point of view.
Server This is the interface that represents the server from the client's point of view.
 

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.