This was fun. I liked that I could easily tell where the water was going to land. I also like the "You lost" screen.
Some things that could be improved:
- During gameplay the high score in the top-left is a float number (instead of an integer) so there are many zeroes wrapped around the text element as it gains/loses 0.0000001 every now and then.
- The game felt slow. I think if the default speed was a little faster, it would be better.
- The final high score on the "You lost" screen was a float value of many digits of precision when a single integer would have sufficed.
Things that were great:
- The buttons felt 3D when clicked, nice work.
- The candle animation was smart.
- The font of the title in the main menu was good.
Overall, I liked the game. I hope you make another one!