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

It was quite fun but a little bit to luck-based. If the factories spawn close to you, gg, if they don't well gg anyways. Also controls were a bit quirky, I'd prefer WASD + QEZC but maybe thats just me...

(2 edits)

Thanks for the feedback. :D

Yeah, I just took the controls from Cataclysm DDA, but that is a turn based game, but here one must be quick so it's problematic if the controls are weird. I already made a commit to allow wqazxcde movement, because I thought that might be more intuitive for people without numpads (I will probably upload the new version, since it was a really quick and easy thing to do, so it shouldn't affect my trijam time too much).

> It was quite fun but a little bit to luck-based

You have 5 seconds before the sabots spawn. If you are far away from factories you can use the teleporter to quickly try to get to a more advantageous position (there's no cooldown and there's no risk involved, because there are no fires or sabots yet). That's the strategy I use.

I also intentionally made the player faster than the sabots so that the player may outrun them and lure them into each other or into the fires. The game (without taking into account teleportation) becomes easier the higher the fire to sabot ratio is, because the sabots only try to avoid the factories, so if there is a wave of sabots coming from one direction, you only need to stand behind a fire to fully destroy them. I managed to complete level 7 with that strategy.

Some versions of the Chase game (1984) (which is what this game was inspired in) also have so called safe teleports that you can use a limited amount of times that put the player somewhere where there is no fire or enemy. Maybe I might some day add something like that.


Edit:

Uploaded the updated version with the improved controls, which took 1 to 2 minutes.

(2 edits)

Ok, I just found a major bug that was making the game many times harder. The probabilities are completely off, because every time you were teleporting the game would teleport you 20 more times and if in any of them you die, you die. So with every teleport, it is 20 times more likely that you are teleported into a fire or into a sabot. XD I won't upload the fix for that until after the jam is over, because despite that bug it is still playable and because it took quite a bit of time to find that bug (and to notice it ("Why did I land into that single fire in all of that terrain?! What are the odds? This is happening way too often...")).