going-rogue/erynrl
Eryn Wells 9a04692539 Refactor map generator package
- 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.
2023-02-09 16:07:29 -08:00
..
actions Import Action and ActionResult from actions submodules 2022-05-29 21:24:31 -07:00
interface Clean up some pylint warnings in interface/color.py 2022-05-16 20:49:28 -07:00
map Refactor map generator package 2023-02-09 16:07:29 -08:00
__init__.py
__main__.py Some messing around with fonts and BDF files from long ago 2023-02-08 08:36:44 -08:00
ai.py Add some docstrings to ai.py 2022-05-28 09:02:52 -07:00
components.py Convert the passive healing clock to a more granular tick mechanism 2022-05-16 20:50:23 -07:00
engine.py Refactor map generator package 2023-02-09 16:07:29 -08:00
events.py Refactor events into their own package 2022-05-28 08:52:54 -07:00
geometry.py Refactor map generator package 2023-02-09 16:07:29 -08:00
items.py
log.py
messages.py
monsters.py
object.py