Expand description

contains types that represent the topology of a level

Structs

Each level has a Floor with a predefined width and height, stairs positioned at the exit, and one or more units. There is a player-controlled Warrior unit for every level.

Enums

The Floor::tile method constructs a conceptual representation of the floor using the Tile enum.