You decide exactly how many rooms you want in a level and how they should be connected, and the generator produces levels that follow exactly that structure. Do you want a boss room at the end of each ...
A simple level generator inspired by the level generation of Spelunky. It generates a number of rooms based on a grid size, made up of x rows and y columns. A level generator using a random walk ...