Class | Description |
---|---|
Direction |
A direction on 2-dimensional plane of the field.
|
PlayerUtils |
A utility class to get information about players on 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.
|
Enum | Description |
---|---|
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.Deserializer |
A deserializer for vectors.
|
Vector.Serializer |
A serializer for vectors.
|