Skip to content

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

License

Notifications You must be signed in to change notification settings

rudrajit1729/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages