I'm looking for a way to generate random platformer-type levels using different level templates.
Quick example of a rough template I made (this one isn't seamless it was just an example):
How would I store all the templates in one project file, and then generate a map using the templates that constantly adds more to it as the player moves around it?