Skip to main content

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

The further you go, the longer are the distances between the houses. But no perfect movement is necessary to finish the game. I did, however, assume that eventually players will "hit the wall" and become slightly frustrated and this will force them to revise the strategy. In particular - did you study/notice the drone targeting behavior?

This is a very intriguing hint, but I couldn't notice anything in the drone targeting behavior..

(+1)

All right, here's the solution. I can't hide it since itch.io has no spoilers tag.

Once any of the characters is in the open, drone targeting begins. A red rectangle appears and gradually shrinks over time. Once the target is locked, the character is executed. However, if a second character appears, it disrupts the targeting mechanism, causing the initial rectangle to grow larger. This gives you extra time—not much, but still enough to reach nearby buildings if you hide and reveal yourself strategically. Note that if both the hero and the kid move close together, this disruption becomes unnoticeable.

Interesting! I definitely tried to observe that dual targeting behavior, but the behavior was similar enough to when people were targeted alone, I didn't notice. Something that might make this more of a reasonable discovery is if I could tell myself a story about what is happening.

As it is, the drones seem to be able to independently target multiple targets independently, so it's unclear why a new target would require the initial rectangle to get bigger.. But if there was a way to communicate that the drone system has some kind of "switching-cost"  when there is a second target, then that could be effective in allowing the user to intuit what's going on.

As an example solution, perhaps the red box pauses for a fraction of a second and changes to a more transparent color when a secondary target appears, giving the appearance of being "inactive" while new targeting is happening, and then resuming the shrinking. This could be intuited as extra processing time required. It might even work without the transparency effect..   Anyways, just some thoughts, nice work!

I just assumed there was a single drone and, as you've explained, extra target would force it to perform cost analysis. Please note, that this is a 1KB game, and I really had no more space to fit in any kind of extra effect to hint the player. Even a single sound. Well, maybe if I have refactored it more I could spare these couple of bytes...

Fair enough! That's some good work getting this into 1k!