Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

hi robert! how does the algorithm look like to make these dungeons? 

im working on a little 2d dungeon game with your awesome dungeon tileset and your characters and i would really love to use these kind of dungeons in my game. 

but i dont know how you are generating them :/ 

(2 edits) (+1)

I don't remember to be honest, but you can use browser dev-tools to find out - take a look at index.html and grid.js files - they are not minified or anything.

That being said I'd recommend you search for "dungeon generation algorithms" or "procedural dungeons howto" or something like that - reading my rubbish code's probably not worth your time.

Good luck!

-- edit: It's slightly different take but I love this method: https://web.archive.org/web/20140330181550/https://www.vlambeer.com/2013/04/02/r...