Comments

Log in with itch.io to leave a comment.

Really fun game, nice level design, we immediately see the effort on the level design. My little problem is the jump but I think that basically the game is correct

Thanks!

Control is something I am still struggling at. For jump I used the simplest method on Unity (just add force), and yeah the jump often feels weird on me too.

Nice game! I enjoyed it thoroughly, and the main menu was great too. :)
The main criticism I can give is that sometimes I felt like I unfairly died due to the left/right controls sometimes not moving my character immediately. But otherwise, there was no real bugs I could see, and the presentation is well done :)

(2 edits)

Thanks!

Control is something I am still struggling at. The player input was sorta disabled during area transition and enabled after the fading end, that's probably one of the reason why the input felt lagging. Maybe I should've enabled it earlier