| Interface | Description |
|---|---|
| UnitController |
Each unit has associated an instance of this class.
|
| Class | Description |
|---|---|
| FireInfo |
This class contains all the information about a given fire.
|
| GameConstants |
Class containing all constants used in the game.
|
| Location |
Class that represents the location of each of the tiles.
|
| ResourceInfo |
This class contains all the information about a given resource source.
|
| UnitInfo |
Class with the information of a given unit at a given timestamp.
|
| Enum | Description |
|---|---|
| Direction |
Class that contains all the directions in which a unit can move.
|
| Resource |
Enum containing the different types of resource.
|
| Team |
Enum that contains all factions in this game.
|
| Technology |
Class containing all available technologies to investigate.
|
| UnitType |
Enum with all unit types and their attributes.
|