Skip to content

A copy of the good 'ol Space Invaders arcade game from the 80s recreated with Pygame, a Python wrapper for SDL(a C/C++ graphics library).

Notifications You must be signed in to change notification settings

danielthetam/SpaceInvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders for Pygame

This is a copy of the good 'ol Space Invaders, an arcade game of the 80s, created with Pygame. Pygame is a Python wrapper for the graphics library, SDL, which was written in C.

Do note that if you'd like to change the game variables, please do so in the constructor of the Game class as well as the variables in the 'restart_game' function.

space-invaders-screenshot

About

A copy of the good 'ol Space Invaders arcade game from the 80s recreated with Pygame, a Python wrapper for SDL(a C/C++ graphics library).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages