First of all, this is a fantastic work for your age! You should be proud of yourself and I am sure you have a great future ahead of you. Keep going!
The rotation of the whole level was probably the most satisfying that I have encountered this jam. The art style looks absolutely great and everything fits together perfectly. Sound-wise, your game is awesome as well. The intro level was also really well made - it explained everything, so I was able to quickly get into it.
When it comes to the issues, then I have the following feedback (and don’t take it badly, I work as QA):
- Sometimes I got stuck into the objects.
- If you fall out of the level, you can keep falling indefinitely.
- Battery can go to the minus value - this is not really an issue per se, but next time, you can use `if (battery <= 0){battery = 0}` which will make sure it never goes below zero. It is a small touch that makes the game look more professional.
Awesome work!