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

Oh wow this game is very good like I had a lot fun playing with it! But I've found some issue that the ghost is much more slower on my laptop than for my friend's. My friend had a lot of trouble exiting while I can slowly find my way out on the first try. But still very fun game

(1 edit)

Thank you ^^ happy to hear that!
Hmm, so there might be issues with the frame rate. On my computer the ghost is very close to the player all the way to the exit, but some people had said that the ghost is too slow. I need to investigate into that issue at some point, when developing new games. Thank you for your helpful feedback 。^‿^。 (edit: if it's not too much trouble, could you tell me what framerate your laptop has?)

(+1)

Yeah I think it might be related to that. I know you're not using Unity, but in Unity there's like if you want consistent movement you have to * Time.deltaTime which is the time between two frames so that the speed will be consistent. Maybe there will be something similar in the engine that you use.

(1 edit)

Yea, that's the thing that I could use, thanks! Another option could be making the enemy move towards the player every 0.1 seconds instead of every tick.