Skip to main content

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

There's no direction or objective so I'm not entirely sure what I'm supposed to be doing or what the purpose of the neighbor returning is since nothing changes after that (even though it's only 10 seconds). 

You can't jump on the stairs, making them basically one way and impossible to climb. I'm assuming you have some sort of system that detects what the 'ground' is to see whether or not the player can jump (not sure if its a raycast or a mask or what) - this should be applied to the stairs too. 

Spritework is cute though! I like the little spider at the start, even though one of the only interactions is killing it.

It actually is possible to jump on stairs, with a couple restrictions. First, you need to stand in the middle of the step. Being too close to the next step or too close to the edge will cause it to fail. Second, you need to be facing to the right (move the mouse to aim the gun). 

The game's instructions don't actually mention spacebar to jump, so I didn't realize that jumping was possible at all until I read your comment. I spent a while trying to ascend the stairs to the right by phasing partially through them, and made it to the second-to-last stairs multiple times but could never get all the way up without knowing about jumping. But it turns out that the only thing up there was an ammo refill, so it was a waste of effort.