Package | Description |
---|---|
org.bitbrawl.foodfight.field |
Classes and interfaces representing objects and properties of the game field.
|
org.bitbrawl.foodfight.util |
Useful classes that do not directly represent field objects.
|
Class | Description |
---|---|
Direction |
A direction on 2-dimensional plane of the field.
|
RandomScalar |
A random variable used to add a bit of randomness to various parts of the
game.
|
Vector |
A two-dimensional vector in the horizontal plane of the field.
|
Class | Description |
---|---|
Direction |
A direction on 2-dimensional plane of the field.
|
Direction.Deserializer |
A deserializer for directions.
|
Direction.Serializer |
A serializer for directions.
|
PlayerComparator |
A comparator that can be used to order players by their symbols.
|
Vector |
A two-dimensional vector in the horizontal plane of the field.
|
Vector.Deserializer |
A deserializer for vectors.
|
Vector.Serializer |
A serializer for vectors.
|