Package Glomus.Server

Class Summary
AIplayer The Player Class is used within the Server to keep track of AI players.
Client  
GameBoard The GameBoard class oversees and manages the running of a Glomus game.
Messages  
Player The Player class is the server-side representation of a remote player.
RemotePlayer The Player Class is used within the Server to keep track of remote players.
Server The Server class listens for requests on a common port and processes them, adding players to games or creating new games entirely.
ServerPlayer The Player Class is used within the Server to keep track of AI players.
 

Exception Summary
IllegalTurnException Thrown by the Player class when the distant user player requests to do something illegal (whether they moved to a room they couldn't, didn't refute when they could have, etc)
NetworkFailureException Thrown by a Player when we lose contact with the distant user player.
PlayerException Generic class that all player exceptions inherit
TimeoutException Thrown by a Player when the distant user player takes too long to process a request.