Thanks!
I spent most of the time just polishing code and making it port to android. Kinda saw this as an oportunity to learn the process of making mobile games with touch inputs etc. I would prob want to replace the textures entirely and change some of the audio as well apart from doing some more leveldesign and better difficulty curve.
I'm glad you liked the player input system. I myselfe think its really important that the game feels responsive and I try to realize that into all my games. I would prob prefer a game with responsive inputs and bad graphics to one with good graphics with unresponsive input or at least that would make me aggro some...
If you are curious, I solved the response thing by storing the players input separately and then just executing it in order.