Skip to main content

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

I didn't get at first that "Sides" was the Gun Upgrade, in the tutorial I bought "storage", encouraged by the fact of having 20 iron, so I initially thought that the "shoot" system was broken. But, it's an overall solid entry, and procedural generation is still nice to see in a jam.

(+1)

Yes, that was a huge oversight on my part. Glad that you’ve overcome it thou and could enjoy the intended experience :)

The generation was actually super easy - three small “systems” working together.

  • generating not present tiles around a target (player)
  • random distribution from a set of objects for each tile (multiple instances - one for “resources” one for “decor”)
  • automatic removal based on distance to target (player)

If you want to know more, let me knoww, I’d be happy to respond :)