going-rogue/erynrl/map/generator
Eryn Wells b0d91c9c5d Refactor how maps, rooms, and corridors are generated
- Rect and Room method objects no longer need to know the map size up front
- The Map object has lists of interesting map features (I don't like this)
- Room and corridor generators take the map itself as an argument to their
  generate and apply methods
- Create a Corridor object to hold a list of points
- Add a bunch of documentation here and there
2023-03-11 00:06:47 -08:00
..
__init__.py Refactor how maps, rooms, and corridors are generated 2023-03-11 00:06:47 -08:00
cellular_atomata.py Add cellular atomata to the map generator finally! 2023-03-05 18:40:02 -08:00
corridor.py Refactor how maps, rooms, and corridors are generated 2023-03-11 00:06:47 -08:00
room.py Refactor how maps, rooms, and corridors are generated 2023-03-11 00:06:47 -08:00