Interface | Description |
---|---|
GameConstructor |
A simple interface used to execute the longer
calculations required to start a game on the
main game thread.
|
GameStateListener |
Interface that receives game state updates.
|
Identity |
Interface for objects that can be
identified via some unique ID.
|
PlayfieldGenerator.GeneratorProgressListener |
Listener interface for classes that want to
informed of playfield generation progress.
|
Class | Description |
---|---|
ClaimResult |
Object returned to describe the outcome of an attempted claim.
|
ConvexObject |
Defines a convex object shown in the game
the points on the boundary of the object
are given in counter clockwise order.
|
GameState |
Class managing the main game state, data,
players and general control flow.
|
PlayfieldGenerator |
Generator to generate a playfield of randomly placed convex objects
on a rectangular plane.
|