Space survivor is a 2D game built in python3 with the Arcade library, where the player with his/her spaceship eliminates enemy ships and avoiding its bullets with just keyboard command.
Original the game developed under ubnutu (Linux) with all the arcade library stuff but it can also played or developed either on Windows, or on Mac OS, and you can go step by step with the installation by following this link:
- Installation
- OpenGL 3.3 or higher
Lunix users, if you encounter an issue with playing sound so you must to switch to sound branch:
- clone the repo
- switch to sound branch using these commands (in the arcade library where you find setup.pu file):
sudo git checkout -b sound-pyglet
then:
sudo git rebase developement
If you choose to run the game from the Terminal you can use the following command or you can use the gui "ran" button on your IDE:
python3 game.py
Action | Key |
---|---|
Right | D or arr.RIGHT |
Left | Q or arr.LEFT |
Up | Z or arr.UP |
Down | S or arr.DOWN |
Fire | Espace |
Pause | P |
Quit | ESCAPE |
First, contributing is always welcome! Also there's a Contributing guidelines that can helps you
MIT License
Copyright (c) 2020 Moez