For my Fundamentals of Computing I class final project, I decided to make a shmup.
The game is played at a faster pace perhaps than it should have been, but I enjoyed making it.
The graphics are very minimalistic, consisting almost entirely of circles.
The game features a half-decent level intrepretation system, where levels are stored in text files with simple commands to handle enemies and other things. The system had support for branching and conditionals, though the only condition allowed was time. I had to exercise restraint to prevent myself from essentially making it a complete language of its own.

The game itself is really hard. Below is a screenshot from the third level:
png

The source is available on my github.

Tags: Projects Notre Dame Bullet HFIL
Part of a series on School.

Leave a comment below! For issues with this website itself, please describe the problem to issues at johnwesthoff dot com.
For urgent questions or comments, shoot me an email (address provided on my GitHub profile).