| Interface | Description |
|---|---|
| CommandDispatcher |
Interface for dispatching commands through the BuckoFIBS system.
|
| Class | Description |
|---|---|
| AudioManager |
Let's make some noise.
|
| BFProperties |
user configuration with persistence.
|
| ClientReceiveParser |
Parse and dispatch messages received from the network.
|
| CommandDispatcherImpl |
Dispatch commands through the system.
|
| GameManager |
Track each turn in a game.
|
| GroupManager |
Manage the GroupOfPlayers.
|
| Main |
Start me up.
|
| Version |
Handle versioning.
|
| Enum | Description |
|---|---|
| AudioManager.Cue |
Define the Sound events that we can play
|
| ClientReceiveParser.Mode |
We connect to fibs in either normal communications mode, or a special "Register new user" mode.
|
| CommandDispatcher.Command |