Skip to content

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

License

Notifications You must be signed in to change notification settings

ctrekker/Space_Invaders

Repository files navigation

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.