Skip to main content

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

I love this game, my only suggestion is a longer and more detailed tutorial. The game itselsf is not difficult or complex in its mechanics, but as its so different from what we usually expect in first person games, its hard to understand until you play like 3 minutes. So a bigger and more guided tutorial could help the player understand what is happening since the start of the game.

Also, every time i get to the level selection menu and click level 3 and the click back the HTML game crashes. It doesnt happen with other levels.

Thanks for the feedback, I am in thinking about continuing  this game so i’ll for sure add a proper introduction type level where the controls are taught.  The level 3 HTML bug you mentioned is strange considering there should not be anything strange with level 3… Thanks again for playing!

(+1)

I figured out the cause of the bug! It's not only level 3. Its every single level with a keycard enemy. The game forgets to clean up the keycard they drop because it drops on an OnDestroy() function. Meaning when the scene is left without having killed the keycard enemy it spawns the card and causes an error and in turn crashing the game. Thanks again for the feedback!