going-rogue/erynrl/map
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
..
generator Refactor how maps, rooms, and corridors are generated 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
grid.py Document map.grid 2023-03-05 13:36:04 -08:00
room.py Refactor how maps, rooms, and corridors are generated 2023-03-11 00:06:47 -08:00
tile.py Add a bunch of doc strings and header comments to files 2023-02-15 08:25:40 -08:00