Hello there, I was wondering if anyone knew how to make a randomly generated map.
Similar to what the game 'Soul Knight' does.
Currently I am using construct 2 (if that helps)
Any advice would be appreciated.
Develop games in your browser. Powerful, performant & highly capable.
This is a big topic, try googling procedural generation site:construct.net
There are also a few tutorials about random map generation.
SkyFallAU
I don't know how Soul Knight works, but if you want to use random seeds so that people can share a random level they like, then you will need the noisejs plugin for C2. And you will want to read up on perlin noise.
https://www.construct.net/en/forum/extending-construct-2/addons-29/plugin-noisejs-71474?kws=perlin%2bnoise
There are a couple of C2 addons for seeded random, I like this one:
construct.net/en/forum/extending-construct-2/addons-29/plugin-seedrandom-53718