Python port of Space Invaders™ (with enhancements) - Based on TuxRadar's lesson (http://www.tuxradar.com/content/code-project-build-space-invaders-clone)
You must have the following packages installed for PyInvaders to run:
- Python ('Tis the language PyInvaders is written in!)
- On Debian-based systems:
sudo apt-get install python
- On Debian-based systems:
- PyGame (Standard Python game library)
- On Debian-based systems:
sudo apt-get install python-pygame
- On Debian-based systems:
- Python-YAML (To parse user settings)
- On Debian-based systems:
sudo apt-get install python-yaml
- On Debian-based systems:
Actually running the game is easy!
Once you download PyInvaders and install the necessary dependencies, simply make pyinvaders.py
executable and run it!
To squeeze even more enjoyment out of PyInvaders, take a look inside settings.yml
and customize to your heart's desire! Every aspect of the game is tweakable!