rudrajit1729 / Space-Invaders

Classic Space Invaders game created in python with a modern twist. Done at Speed Code Contest took 1.5 hours to complete.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space-Invaders

Classic Space Invaders game created in python with a modern twist. Done at Speed Code Contest took 1.5 hours to complete.

Run the Game

Just clone everything in here and run the python script main.py.

Make sure you have the pygame module installed.

Installing pygame : pip install pygame in your terminal.

Controls

Press space to begin, and shoot.

Use arrow keys or W A S D to move your ship.

Rules

Correctly targetting lasers on enemy ships destroys them and earns you points.

Enemy lasers hitting you decreases your health.

Game ends if 5 enemy ships get past or health becomes 0.

Game Screen

About

Classic Space Invaders game created in python with a modern twist. Done at Speed Code Contest took 1.5 hours to complete.

License:Apache License 2.0


Languages

Language:Python 100.0%