Nice game. Probably my only complaint - I want more levels. I was just getting into it, and then the game ended :)
Really well done, and the fact that it’s all in pure JS is impressive (I peeked at the source a bit)!
Thanks :)
Yes, more levels is my plan, but only with a custom level-editor.
I did not manage to create one this time, so all current levels are defined in the main file as setup-callbackfunctions for the level-scenes... a bit "quick and dirty", but this way also the level-reload after a "wet bunny event" was easy to do - just calling the setup up the current scene again :)