Interface | Description |
---|---|
Collision |
A collision between two objects on the field.
|
Field |
The entire playing field for a match.
|
Food |
A piece of food on the field.
|
Inventory |
The food that a player is holding in their hands.
|
Locatable | |
Player |
A single player on the field.
|
Score |
A team's score.
|
Table |
A team's table, where they can score points by putting food.
|
Team |
A team of players, and their associated information.
|
Enum | Description |
---|---|
Event |
An event in the game that is worth some number of points.
|
Event.Type |
The type of an event, either one-time or ongoing.
|
Food.Type |
A type of food.
|
MatchType |
A type of match.
|
Player.Hand |
A player's hand, either left or right.
|