Interface | 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.
|
Class | Description |
---|---|
JavaController |
A competitor-written controller implementation.
|
Enum | Description |
---|---|
Controller.Action |
An action that a controller can choose to play on a turn.
|
Exception | Description |
---|---|
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.
|