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.