Procedural Generation

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By djmick

How would I implement level generation similar to Spelunky where pre-made rooms are put randomly into a grid, resulting in a random level, but one that always has a path you can take to the exit?
http://tinysubversions.com/spelunkyGen/
There is an example of what I am trying to do explained, I just want to try and do it in Godot.

:bust_in_silhouette: Reply From: klaas

Hi,
Have a look here …

https://journal.stuffwithstuff.com/2014/12/21/rooms-and-mazes/

Thats pretty cool but I’m looking for Spelunky style procedural generation. Spelunky Generator Lessons
Like that but in Godot.

djmick | 2020-08-23 23:08