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

It's interesting the idea behind of this game, but the controls are a little bit unrensposive, sometimes look's like i jump higher that other times, and also lacks a lot of juice and feedback, but anyway, i like it! 

First of all, thanks for your feedback ;)

The controls are, indeed, a little broken, but the variable jump height was intended (we designed it as a “hold to jump higher” input), but ended up somewhat weird and buggy. About the lack of juice and feedback, we intended to make it clearer if you were progressing through the game and add a little more response to your gameplay, but the short time and a little bit of disorganization on our side hindered our attempts to implement such systems, so we ended up with more of a beta sort of thing than a full release.

Again, thanks for your feedback. Really pleased to know that you enjoyed the game.

(+1)

The "hold to jump higher" it's actually pretty simple, you just need to multiply the Y velocity by a number that is less than 1 (i usually put 0.5) ONLY when the key for jump was released and the Y velocity is going up (you know, when the Y velocity is greather than 0 or less than 0, depending on the engine) i recommend you this video: https://www.youtube.com/watch?v=vFsJIrm2btU it explains a lot of tips to make your platformer controls feel a lot better. 

(+1)

Thanks, gonna keep an eye on that