A Space Invaders clone written in Python and Pygame for the Raspberry Pi.
The original challenge was to write a playable and challenging re-make in around 300 lines of code (v0.1).
This project was created by Russell Barnes for Linux User & Developer magazine issue 136 (v0.1) and for a follow-up article in issue 137 (v.0.2) which added animation and sound.
Player ship & background courtesy of Rawdanitsu.
Alien ship image with thanks to Skorpio & Wubitog.
Player laser beam sound effect courtesy of medetix.
Explosion sound effect courtesy of timgormly.
Music is Arpanauts taken from Eric Skiff's excellent album Resistor Anthems.
Ported to python3 from the original work of russb78 https://github.com/russb78/pivaders simply using 2to3.
To install you simply need a python3 environment with pygame installed (pip install pygame). Tested on Mac Os X 10.11.6 with python 3.6.5
Goto folder pivaders and run: python3 pivaders.py