Based on the classic retro game Galaga. Built by 7 people in AP Computer Science A.
Looking for source? Look in the src/ directory.
Most of the classes do exactly what they are called. All gui handler code is done by the GameGUI class. Graphics are done by a subclass. Another thing to note is that Player extends the Ship class, and many methods are called through player to its underlying ship object.