mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 14:05:25 -06:00
20 lines
832 B
Markdown
20 lines
832 B
Markdown
# Discord Game Jam 2020
|
|
|
|
Team Triple Dungeon
|
|
|
|
## About
|
|
|
|
This repository is Triple Dungeon's submittion for [Python Discord](https://pythondiscord.com/)'s [Game Jam 2020](https://pythondiscord.com/pages/events/game-jam-2020/).
|
|
|
|
This game is far from complete. We ran into some serious lag issues half way though the project, but all agreed that it was a good experience.
|
|
|
|
## Setup
|
|
This game can be setup and run with:
|
|
`pipenv sync`
|
|
`pipenv shell`
|
|
`python main.py`
|
|
|
|
## Instructions
|
|
Use WASD to move and the mouse to aim and fire.
|
|
Use left shift to cycle through different monster combinations and try to shoot the monsters in that order to recieve a speed boost. Once all the monsters are gone you will move onto another level. If the monters get too close you will take damage. If your health geths to 0 the game will be restarted.
|