/Space_Invaders

Based on the classic retro game Galaga. Built by 7 people in AP Computer Science A.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Space_Invaders

Based on the classic retro game Galaga. Built by 7 people in AP Computer Science A.

Where to find stuff

Looking for source? Look in the src/ directory.

Class Index

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.