Skip to content

A python project to build the Space Invaders Game from scratch using the pygame module.

Notifications You must be signed in to change notification settings

Gerosh-George/Space-Invaders-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders Game

A python project to build the Space Invaders game from scratch using the pygame module.

This tutorial helped me to learn about the pygame module: https://www.youtube.com/watch?v=FfWpgLFMI7w

I added a little more things to the game made in yt video like a restart button and increasing the level of the game when a certain score is reached.

You can clone this repository and run this game on your local.
The only thing you need to install is pygame which you can do by running the below command.

  • pip install pygame

And the game looks like this:

image

About

A python project to build the Space Invaders Game from scratch using the pygame module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages