Galaxy Monkeys

Hello, just a fun simple game I made for a school project I’d like to share. Please Let me know what you think. Thank you.

Honestly, I originally pictured this game like Ape Escape’s original mini game #3 on the PSX. However, due to time constraints, it hasn’t reached it’s full potential. I plan on working on it in my spare time to make it thus.

https://github.com/ms12r/Galaxy-Monkeys

https://drive.google.com/open?id=17PA2orvTnNC2kjj5oyHx6XErDuuazGhE

Hi,

It looks nice, at a glance. However, I have to upgrade my JVM to play your game.

After fast investigation of your source code I have a suggestion for you.
You can create a class called Scene with two static functions clearScene and setupScene.
Then, without creating an instance of it, you can use it in a way like below:
Scene.cleareScene(…)
Scene.setupScene(…)

Thank you, I updated it to include the new changes.