Skip to main content

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

I coulnd't understand how the aiming works, really

Could you please elaborate cause I don't really understand what the problem is

well I saw that moving right and left moved the objects in time on those squares, but I could never get the bullet to alliance with them, didn't understand how the aiming works with the red clock

(+1)

hi, it isn't a normal bullet. Whenever you use the left and right arrows, a timestep occurs (as you saw). What the bullet does is shoot a specific tile across all timesteps.

This means that you don't need enemies to align. all you have to do is get all the enemies to be on a specific tile at some point in time. Then, when you shoot the bullet, all enemies that ever step on that tile will be killed.

Think of it as if you are choosing a death tile. Whatever touches that tile at whatever timestep will be killed. And whatever they do in the future doesn't matter, because they are already dead. Hope this helps.