Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

Thanks for checking it out!

The world is actually randomly generated IMO. The first row is always randomly generated. From there its deterministic but this essentially means the whole thing is unique/random. Similar to setting a “seed” in other procedural generation systems.

Enemies, potions, keys etc are also randomly placed on the map. Which is likely where your bug comes from. I think there are some infinite loops that can be triggered in the world gen logic.