I've probably bitten off more than I can chew with this one, but here we go. I have tried, unsuccessfully obviously, to create an exploration system similar to the game "A Dark Room". So far, all I've figured out how to create is a set map, thanks to Dan Cox's video on creating a dungeon crawler.
In short, I want to be able to create randomly generated maps that has all of the landmarks hidden until the players radius reaches it. Any help would be much appreciated. Thank you in advance.
Comments
I've honestly never tried this in Twine but a quick search for "procedural generation dungeon crawler tutorial" gave me a bunch of resources. You'll have to adapt the code to work with javascript / twine but that's the place to start.
Though I caution you, this isn't easy, and will probably be rather frustrating unless you have a good grasp on what you're coding.