Space Invaders
The famous Space Invaders game in Java language
Description

I created the game as a homework for the Java Programming class. It was the first object oriented programming project I was working on: the entities are all in separate classes and are responsible for themselves (Bullet, Invaders, Human, View)
Controlls: keyboard or maous + keyboard (moving with mouse movement and shooting with SPACE). The player can shoot only 3 bullets (maximal number of bullets visible on the field). The aliens are moving closer to the Earth, and the goal is to shoot all the aliens, and protect the Earth. :)
Files and sourcecodes
Space Invaders game
Playable game binaries (.jar extension)
Space Invaders source
Source codes (.java files)

