going-rogue/erynrl/map
Eryn Wells c59dc1b907 Break up room and corridor generation into generate and apply phases
- Generate creates rooms and corridors, and apply applies them to a tile grid.
- Add up and down stairs generation to the Room Generators.
- Clean up Room.wall_points and Room.floor_points to make it easier to
  write a generic apply() method on RoomGenerator
2023-02-10 21:07:50 -08:00
..
generator Break up room and corridor generation into generate and apply phases 2023-02-10 21:07:50 -08:00
__init__.py Break up room and corridor generation into generate and apply phases 2023-02-10 21:07:50 -08:00
room.py Break up room and corridor generation into generate and apply phases 2023-02-10 21:07:50 -08:00
tile.py Add StairsUp and StairsDown tile types 2023-02-09 20:57:51 -08:00