
Vector graphics, made in Visual Basic Express 2012 RC. With a crappy graphics engine!
Click the image to download.Additional help: Don't let the heat bar fill. You'll lose nearly half of your health AND be unable to fire for a little while! Health display is the ring around your ship. The line indicates level, starting and ending at the right. It rotates counterclockwise, and changes color.
KNOWN BUGS:
>Flickering on most elements if they overlap
I can't do much about this right now, this is because I'm de-rendering everything instead of just clearing it all to avoid flickering. I'll have to mess with the order things render in.
>Executable files are the bane of all existence
...What?
Next update planned:
>Less flickering
>More sounds (hopefully without an installer)
>Different ship types or a boss
>Colorblind-friendly mode
>Installer instead of apparently hyper-suspicious exe
Fun fact: this includes precisely 504 lines of code, with one user-defined class, twenty functions and subs, and five forms objects.