Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 874 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 874 Bytes

Space Invaders

A simple Java 2D game clone.

The game

Space Invaders is an arcade video game designed by Tomohiro Nishikado. It was first released in 1978. The player controls a cannon. He is about to save the Earth from invasion of evil space invaders.

Controls

Go Left: Left Arrowkey;

Go Right: Right Arrowkey;

Shot: Spacebar;

Have fun! ;)

Game Screens

Initial Screen

Game Screen

GameOver

Won