Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I tried it out, but I'm sorry, the controls were PAINFUL to use. I don't understand why I could move faster going backwards than forwards. There's too much friction on the ground and nowhere near enough once airborne. There's also an area in the first level where I got stuck and couldn't die either. I quit at that point.

Based on how the character moves, I assume you used a rounded collider yeah? That makes the character easily slip off platforms, which feels awful when the controls are already difficult to use. I suppose it fits the theme of the level being flooded though.

Last bit of feedback, it's pretty apparent in my screenshot that the door is out of place. Its style doesn't match the rest of the art. It'd take only a few seconds to make a black rectangle of pixels and fill it with red, but makes a huge difference in visual consistency.


The reason you can go faster when going backward, was just to play with the idea of "The more knowledge you have about the game, the faster you can complete it".
So I added on purpose little odd speed difference.

I also don't understand what you mean where "There is too much friction on the ground", as I believe to have set my material to zero friction. I just set a constant velocity when walking on the group.
For the airborne control, they on purpose easily goes out of hand, and accumulate too much speed. Again, in order for someone trying to speed run, being able to abuse that.

I am indeed using a Capsule collider.

For the door, I just got to build last minute, and did not get time to fix theses stuff.
And for you being stuck, I know about this place, there is a "R" keybind that allow you to restart the level.

Thanks for you feedback, I know I have a lot to learn, and improve for my platformer control!