Package | Description |
---|---|
org.bitbrawl.foodfight.controller |
Classes for working with the player controllers, separate from the game
field.
|
org.bitbrawl.foodfight.util |
Useful classes that do not directly represent field objects.
|
Class | Description |
---|---|
Clock |
A timer that can be used to determine how much time a controller has left for
all of its moves.
|
Controller |
The code that is controlling the actions of a player.
|
Controller.Action |
An action that a controller can choose to play on a turn.
|
ControllerException |
Signals a problem with a controller's code, whether it's because the
controller threw an exception or there's a problem with the controller's
structure.
|
JavaController |
A competitor-written controller implementation.
|
Class | Description |
---|---|
Controller.Action |
An action that a controller can choose to play on a turn.
|