|
Class Summary |
| Actor |
A single actor in the game world. |
| ActorList |
A typed list of actors |
| GameWorld |
A ticker than updates the turns based on the amount of time
that needs to pass based on the rendering engine. |
| Map |
A map in the game including any monsters running around, walls and
items. |
| MapList |
A type list of maps |
| MapLocation |
A single location of the map |
| MapTileSet |
A tile set describing the properties of the tiles used on the game
map. |
| SimulationLog |
A log containing details of everything thats gone on in the
game world |
| Stats |
The statistics associated with an actor in the game |