Skip to content

Space-Survivor is a 2D game built with Arcade library in python3.

License

Notifications You must be signed in to change notification settings

moezbenrebah/Space-Survivor

Repository files navigation

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

About

Space-Survivor is a 2D game built with Arcade library in python3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages