I liked this game, it's a platform game with good physics and challenge!
Just be careful when programming the controllers. You problably used "Input.GetButton("Horizontal") for the movement, so WASD was working as well. It works fine, but once I made a game with the same thing and forgot to deactivate the arrow keys. So when you moved with WASD, the movement animation played fine. But if you moved using the arrow keys, the player just moved, with no animations... And this happened while a guy was playing my game on Twitch XD
Congrats on your entry ^^