The classic retro game recreated using Pygame
and python
.
Follow the youtube video to see how I fared on spaceShooter
![]() |
![]() |
---|---|
![]() |
![]() |
Button | |
---|---|
Move Left | left |
Move right | right |
Fire bullets | spacebar |
Quit game | Esc |
Windows
zip file
from here and extract the file to your preferred destination by using 7-zip or winzip or any other similar program of your choice.spaceShooter
inside the extracted file.MAC OS X
You have to build from source to get it up and running on OS X
. Reason? I don't have an OS X
system to build the executable! So I would love for a Pull request on that one.
Building from source will do the trick though
$ pip3 install hg+http://bitbucket.org/pygame/pygame
Install Pygame specific dependencies
$ brew install sdl sdl_image sdl_ttf portmidi libogg libvorbis
$ brew install sdl_mixer --with-libvorbis
$ git clone https://github.com/prodicus/spaceShooter.git
$ cd spaceShooter/
$ python spaceShooter.py
Linux/Debian
based systemsIf your download was saved on the ~/Downloads
folder
Press Ctrl + Alt + T to open the shell if you are on GNU/Linux
based systems and type
$ unzip ~/Downloads/SpaceShooter-0.0.1.Linux.zip -d ~/Desktop
$ cd ~/Desktop
$ ## navigate to the unzipped file and change the file permissions for the executable
~/Desktop $ chmod +x spaceShooter
~/Desktop $ ./spaceShooter
This will unzip the file on your Desktop
, you can replace it with the directory of your choice
NOTE : If it gives you an error, you probably don't have unzip
installed in your system.
$ sudo apt-get install unzip
That should fix the error.
spaceShooter
A Similar process would be followed for OS X
You need to have pygame
installed for this option.
$ sudo apt-get install python-pygame
$ git clone https://github.com/prodicus/spaceShooter.git
$ cd spaceShooter/
$ python spaceShooter.py
Enjoy the game!
OS X
as described in #1windows
executable fileOS X
executable file as the Debian
based one fails to execute on itWAV
game music file as ogg
format is not playable as described in #1This game was written in one day, so the coding standards might not be up the mark. Don't be shy to make a Pull request :)
For details, please refer the Contributing page
You can report the bugs at the issue tracker
OR
You can tweet me if you can't get it to work. In fact, you should tweet me anyway.
You can find a copy of the License at http://prodicus.mit-license.org/
License for them is in Public Domain