| Class | Description |
|---|---|
| ArbitrationRequest |
This class represents an Arbitration Request.
|
| Game |
A class representing the Game of Assassins that is being played.
|
| GameSave |
Save state for the game.
|
| KickRequest |
A class modeling a request made by one player to kick another player from an
ongoing game of Assassins.
|
| KillGraph |
A class representing the relationships between players in a game.
|
| KillListener |
The Kill Listener class serves to alert players about their killed status in the
game.
|
| Server |
A class representing a game server.
|
| ServerProxy |
An implementation of Server that uses the database to read and write
game objects.
|
| Exception | Description |
|---|---|
| EmptyPlayerListException |
Class for EmptyPlayerListException.
|