Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I played it a bit (reached 26 germs) but know i don't know what to do and the game isn't challenging enough to keep me going through room. The message is looping on "soon enough" so i think i saw all i could.

As feedback:

Enemies are too easy to avoid as soon as you get their behavior

Walking back is too easy (it allow avoiding any room you want)

Your player controller as 3 problems : First, walk speed is way to slow (of course enemies's speed must be changed accordingly).

Second: walking diagonally increases the walk speed.

Third: Lack of inertia (this one is harder to fix than the first 2)

Yeah, I figured that out when i was polishing/playtesting the game, but couldn't do anything about it because there wasn't much time left to add stuff...

Yes, you saw it all... All the story pieces... Congratulation!!! =D

I originally wanted to do more enemys (A weak enemy that shoots you and a mage boss, would have been where the BIG slime is...) but scrap it at the end to provide a semi-complete experience... Also this is my first time developin an AI, so I'm sorry if the slimes are stra-easy to avoid...


Now for the moviment stufff...

1) You played the web version or the PC version?? Because i heard some people that had strange responses by the moviment in the web version (and, in fact, that build has some issues...)... Maybe was that... Anyway i'll speed up the moviment (and nerf the stamina a little) in a future build... 

2) Like you said, at the moment the forward and sideway moviment are independent... I kinda gave that for granted whit my moviment system, and apparently i was wrong... I'll fix it in a future build, too...

3) I worked before with a phisics based character controller once [check "The Hole In The Mug" if you want to see it, but probably has the same problems as this, if not being worse...], and i can say that it was an a-h*le to deal with...

...So I scrapped all togheter. That means no inertia\friction (Sorry, phisics isn't really my thing), wonky phisics and who knows what else, but in the long run much easier to create and deal with...


As always, thanks for playing my game, and thank you for the feedback... =D

Deleted 3 years ago

I see, so i can just "smooth up" the moviment, to give it the feeling of inerthia??? I'll bu sure try that!!! =D

Also, Yes i'm using Unity!! =P 

(+1)

Yes, exactly. You can ajust the amount of faked inertia by playing with the transition time (it's a little more complicated than this but nothing magical)

Hi, I recently uploaded a build, where i tryied to fix the moviment issue: Now moviment should be much faster... I'll be happy if you to check it out... =D

As always, thanks for playing my game!!! =D


(Unfortulally i didn't manage to fix the inertia problem: lerping it out was giving me a strange delay on moviment...) =C