Cool game! Very impressive that its created using only C. I was a little confused though with the controls for movement vs aiming.
Viewing post in APES.C jam comments
Thank you for playing! Yeah, I should had written somewhere more clearly how controls work. In general, up-down is for aiming and left-right is for movement, but the half-circle available for the aim is the one in the direction of last movement (e.g. if you last moved right, than you can only aim right). Also, if you move in the opposite direction of the aim/last move, then you only "turn around" without moving. And movement is pixel by pixel and can happen only if there is no collision when shifted by that one pixel to the side or by that one pixel to the side plus one pixel up (i.e. climbing up (going "up stairs") when possible).
I guess I am better at coding than at describing things in human language. XD