Our entry to PyWeek 35.
Unfortunately, we were unable to complete the game. We wanted to add in levels, enemy sprites, and ranged weapons, but we all got busy with life. However, we still want to show off what we had, and we will still probably work on it and finish later.
You may either run the game from this source or install it from PyPI. If you downloaded this from PyWeek, it is recommended to run from source so that you install less things.
In the directory of this project, run the following:
python -m pip install -r requirements.txt
python -m run_game
Note: Replace
python
with the proper executable name. On Windows, this is usuallypy
and on other systems, it's usuallypython3
.
The game is also available on the Python Package Index, and can be installed with one command:
python -m pip install slayer-in-the-shadows
python -m slayer_in_the_shadows
Jump: W or Space
Right: D
Left: A
Attack: Left click