Skip to content

Latest commit

 

History

History
executable file
·
86 lines (52 loc) · 2.27 KB

README.md

File metadata and controls

executable file
·
86 lines (52 loc) · 2.27 KB

Space-Survivor

GitHub PyPI - Python Version Twitter Follow


Game synopsis:

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.


Library & Dependencies installation:

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:

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

Run the game:

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

Instructions:

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

Screenshots:

Contributing:

First, contributing is always welcome! Also there's a Contributing guidelines that can helps you

LICENSE

MIT License

Copyright (c) 2020 Moez