Pew Pew
This is my entry into the Godot Wild Jam #44 "Fragile".
A simple space shooter where everything explodes in one hit, including your own ship!
Controls
- Left stick and WASD moves the ship
- Right stick and Left mouse button fires
- Space and Escape pause
About
GitHub page: https://github.com/qbradq/gwj44
Comments
Log in with itch.io to leave a comment.
had some fun playing! got a high score of 202
any way, here are a few suggestions:
EDIT: looked at the source, good job on the strong typing and OOP
did you know that you can use 'class_name' keyword to name your class, and then use that name in the 'extends' directive, instead of using the file path
just makes things look better, and won't break if you change the file path
Thanks for the constructive feedback!