Alien Landing Game

from Black Art of Java Game Programming
by Fan, Ries, and Tenitchi

This version is modified to include background music using a MIDI file.

Here's the game:

Here's the source code:

  • GameManager.java
  • GunManager.java
  • UFOManager.java
  • UFO.java
  • Sprite.java