Package | Description |
---|---|
org.bitbrawl.foodfight.field |
Classes and interfaces representing objects and properties of the game field.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Collision |
A collision between two objects on the field.
|
interface |
Food |
A piece of food on the field.
|
interface |
Player |
A single player on the field.
|
interface |
Table |
A team's table, where they can score points by putting food.
|