Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Tutorials vary depending on specific kind of generation that you want.

For example, if you wanted to accomplish Spelunky-like level generation, you could export levels for various patterns (side area/horizontal only/has way up/has way down/way up and down), pick a random one of those (see loading) and also have “obstacle markers” that replace themselves by random patterns (exported tiny rooms).