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

Download

Download
pewpew.exe 34 MB
Download
pewpew.x86_64 35 MB
Download
pewpew.zip 27 MB

Comments

Log in with itch.io to leave a comment.

(2 edits)

had some fun playing! got a high score of 202
any way, here are a few suggestions:

  • you should work one the audio, voiced effects were the funniest part, but you need to balance them as some were too loud and other were to quiet
  • also the ammo mechanic is a bit out of place, cuz you can just get a new weapon before the current one runs out, in fact, i noticed the ammo label only on my 3 try)

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

(+1)

Thanks for the constructive feedback!