This is the classic Space Invaders game, implemented in Java using the Swing GUI toolkit, with a twist. I added the tiny UFO's from Asteroids that try to crash into your ship. Shooting these down will earn you an extra life.
Install the JDK:
apt-get install default-jdk
make run