I’m currently working on a Rogue type game and wanted to produce an extension that would allow me to use the internal Tilemap object to randomly generate different floor plans. I have a test game up on gd games showing what it does and explaining how it works Floor Plan Utilities Test | Play on gd.games .
The test utility only supports keyboard control at the moment but on mobile devices you can still play with random floor generation using the Recreate button.
I haven’t sent this to the community list yet as I’m still testing, but I would be interested to know if anyone else might find this a useful extension.
The test utility is also up on Github https://github.com/henspace/Floor-Plan-Utilities-Test