Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This game actually really grew on me as I figured out how to do the stealth correctly. I did run into an issue or two, one where on one run the rooms had 3 times the enemies as normal, although if the number is chosen randomly it could just have been really bad luck. Sometimes when entering a room I couldn't see where the cone of vision was and was immediately targeted without the chance for stealth. I really enjoyed the stealth aspect despite the minor issues, and think you've come up with a solid jam entry.

The number of enemies per room is chosen somewhat randomly, yes. We have a "difficulty" rating as well that increases the possible number of enemies based on how many items you have bought from the store, to make the game more difficult as you progress. This was rushed out at the end of the jam, however, and probably needs to be re-balanced.

The problem where the vision cone is not visible is probably because the enemy is outside of the camera view, so the game object is culled. This was a bug I noticed too late to fix, because I didn't playtest the enemies enough :/

Glad you liked it :)