- Move room generators to map.generators.room - Move corridor generators to map.generators.corridor Generators have a generate() method that generates the things they place, and an apply() method that applies their objects to a grid of tiles. |
||
---|---|---|
.. | ||
actions | ||
interface | ||
map | ||
__init__.py | ||
__main__.py | ||
ai.py | ||
components.py | ||
engine.py | ||
events.py | ||
geometry.py | ||
items.py | ||
log.py | ||
messages.py | ||
monsters.py | ||
object.py |