I did it. Wow, this game is so difficult but so fun to play. It took me about 2 hours and a lot of patience. I didn’t get a chance to play this game during the voting period, but I see how it got to the first place. I have a few complaints though.
Gamepad support is an absolute must for this game. That’s not even a question. Games like this are meant to be played on a gamepad. Controls themselves could use some improvements, it’s very confusing that you have to press 3 keys in a specific order to make a dash. You have no idea how many times I dashed left or right instead of up, it was so frustrating.
The character jumps lower when the game is running at low FPS, which means you are not taking FPS variations into account. You need to move all jump (and all movement) calculations to FixedUpdate()
or multiply them by Time.deltaTime
.
I also expected a different ending when the character ends up in Heaven, it was really disappointing to see the same (depressing) one. I get that this game has a dark theme, but it should reward you more for all the pain you went through.
Despite all this, I really like the game and my notes above are only intended to help you make it even better. Congratulations on the 1st place! Keep up the good work! ;-)