From: Lukas Krickl Date: Sat, 19 Jul 2025 07:14:36 +0000 (+0200) Subject: Added more mapgen notes X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=2ecb672a51d36c486e08576489c4bac90fee8de0;p=gbrg%2F.git Added more mapgen notes --- diff --git a/TODO.md b/TODO.md index c98db13..191e152 100644 --- a/TODO.md +++ b/TODO.md @@ -101,3 +101,6 @@ [ ] It places doors to a wall it finds nearby. [ ] It repeats this until no more rooms can be placed [ ] Lastly all empty tiles are replaced with floor tiles +[ ] Each level has its onw post generation step that can be run +[ ] Each level has a hard-cided post step that places the exit to the next level +[ ] Each level has a shortcut to town (previous entrance)