https://github.com/letsbuilda/slayer-in-the-shadows
Lets Build A Game's entry into PyWeek 35
https://github.com/letsbuilda/slayer-in-the-shadows
game python python-arcade
Last synced: 7 days ago
JSON representation
Lets Build A Game's entry into PyWeek 35
- Host: GitHub
- URL: https://github.com/letsbuilda/slayer-in-the-shadows
- Owner: letsbuilda
- License: mit
- Created: 2023-03-13T18:35:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-01T12:47:59.000Z (4 months ago)
- Last Synced: 2025-12-15T16:15:36.989Z (4 months ago)
- Topics: game, python, python-arcade
- Language: Python
- Homepage: http://docs.letsbuilda.dev/slayer-in-the-shadows/
- Size: 296 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slayer in the Shadows
Our entry to **[PyWeek 35](https://pyweek.org/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.
## Installation
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.
### Source
In the directory of this project, run the following:
```commandline
python -m pip install -r requirements.txt
python -m run_game
```
> Note: Replace `python` with the proper executable name. On Windows, this is usually `py` and on other systems, it's
> usually `python3`.
### PyPI
The game is also available on the Python Package Index, and can be installed with one command:
```commandline
python -m pip install slayer-in-the-shadows
python -m slayer_in_the_shadows
```
## Controls
Jump: W or Space
Right: D
Left: A
Attack: Left click