Skip to main content

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

Really enjoyed playing this one! Probably just a skill issue but I had a lot trouble with the controls, but I did get better as the game continued and the skill curve felt manageable given the level design, nicely done!

Pro tip that might help if you also experience delayed music upon scene transitions in the browser version: In Unity, I found that looping through all the audio clips (e.g. for( i < all clips.count ) { source.clip = clips [ i ] ; source.play() } ) at the start of the first scene, it eliminates the problem. Please let me know if you also experience this when playing your game in the browser, I'm wondering if it's a browser specific issue (I'm using Opera)

Thanks for playing, and for the feedback!

The audio delay wasn't something we had noticed, and comparing the browser version with our editor version, I can't pick out much of a difference? I use Firefox however, so it may be browser specific. I did check through the music tracks we used, and most of them seem to also start with a half-second of silence, so the issue might also simply be that. Thanks for the heads up though, we'll try implementing that change if we continue developing this in the future to see if it makes a difference.