Skip to main content

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

Very cool concept, especially the recursion part.

Unfortunately at that 2-layer robot (the 2nd time I pressed X), I got stuck and couldn't move/interact anymore. Even R just reset the scene, but all other keys didn't work. Could be that it reset the first layer robot, but camera stayed centered on the 2nd, so I did move but not see it...

Nevertheless a nice idea, great artstyle and also quite a bit of content for a jam :)

I found the problem (and made another comment about it). It has to do with a combination of two bugs. I'm not resetting correctly and undoing the controlling of other transmitters, and I'm not correctly handling taking control of a transmitter when it currently has no robots in range. So to avoid it, you have to make sure you don't start controlling a transmitter until a robot is in range.

Good to hear it's just a little bug! Who knows, often jam games are developed further after submission :)