Skip to content

robr3rd/PyInvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyInvaders

Python port of Space Invaders™ (with enhancements) - Based on TuxRadar's lesson (http://www.tuxradar.com/content/code-project-build-space-invaders-clone)

Requirements

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
  • PyGame (Standard Python game library)
    • On Debian-based systems: sudo apt-get install python-pygame
  • Python-YAML (To parse user settings)
    • On Debian-based systems: sudo apt-get install python-yaml

Instructions

Actually running the game is easy!

Once you download PyInvaders and install the necessary dependencies, simply make pyinvaders.py executable and run it!

Extra

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!

About

Python port of Space Invaders™ (with enhancements) - Based on TuxRadar's lesson (http://www.tuxradar.com/content/code-project-build-space-invaders-clone) - NOTICE: Moved to GitLab)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages