Can you fight off the space invaders before they invade your planet?
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
Perhaps one of the most iconic arcade games of all time, I had to have my own version to play!
This game is made in python using the pygame library.
Another project by Ian Ramzy