going-rogue/erynrl/map/generator
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
..
__init__.py Give MapGenerator up_stairs and down_stairs properties 2023-02-09 21:00:51 -08:00
corridor.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