Project

Space Invaders

About

Summary

Can you fight off the space invaders before they invade your planet?

Installation & Usage

Github Repo

# You will need to have Python 3 and Pygame 1.9.4 installed

$ git clone https://github.com/ianramzy/space-invaders.git

$ cd space-invaders

$ python3 space-invaders.py

Inspiration

Perhaps one of the most iconic arcade games of all time, I had to have my own version to play!

Technologies

This game is made in python using the pygame library.

Another project by Ian Ramzy