joeShuff / Dungeon-Generator

Code for the Android App D&D 5e Dungeon Generator.
GNU General Public License v3.0
3 stars 0 forks source link

Full Interactive Map add/edit/delete #13

Open joeShuff opened 4 years ago

joeShuff commented 4 years ago

It would be really nice if once the dungeon is generated, I can say "I want more monsters in this room", "I want to add more to this room or delete that trap". Making notes would also be really helpful, room notes maybe? general notes?

joeShuff commented 4 years ago

Original Feedback:

joeShuff commented 4 years ago

This is quite a large addition, but I feel the first step would be to change the storage from just storing the seed (and regenerating the dungeon every time) to generating the dungeon once and storing the generated information in a DB (Realm? Room?) so that individual bits of data can be modified without effecting anything.