|
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. |