Interface | Description |
---|---|
CountriesManager | |
IDable | |
Unit |
Class | Description |
---|---|
Continent |
Data structure for a Continent in the game.
|
Country |
Data structure for a Country in the game.
|
CountryPathFinder |
Utility class to calculate distances between a graph of Country objects.
|
Player |
Represents a Player in the game.
|
Team |
Represents a Team in the game.
|
UnitPack |
UnitPack is a factory class for creating Units.
|
UnitStack |
Each UnitStack represents a number of units sharing a type and owner.
|
UnitStackGroup |
UnitStackGroup is a group of UnitStacks, each of which may have different owners or types.
|
UnitStackGroupIterator | |
VoxWorld |
VoxWorld is where agents send their commands to.
|