Commit graph

2 commits

Author SHA1 Message Date
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
1df7cea2ad Move map modules to their own directory 2023-02-08 08:36:00 -08:00