Skip to main content

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

This is a VERY impressive project to have finished in just four days! The art looks great, the controls feel nice and snappy, and the generation is super neat, good job!

(+1)

Thank you for the kind words! It was a lot of effort yes :) The generation bit I used a trick I learned from the Dead Cells devs: hand-designed room layouts, and then the generation algorithm just randomly picks those to assemble the world. The only difficult thing is guaranteeing all rooms are accessible (this is what makes the game freeze for a while when generating a new world, by the way)