Skip to content

Porting to python3 of pivaders a simple game built with pygame for educational purposes

License

Notifications You must be signed in to change notification settings

adalseno/pivaders3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Porting to python3 of pivaders a simple game built with pygame for educational purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages