diff --git a/triple-dungeon/README.md b/triple-dungeon/README.md index 5c83ab0..d3dd98d 100644 --- a/triple-dungeon/README.md +++ b/triple-dungeon/README.md @@ -8,9 +8,12 @@ This repository is Triple Dungeon's submittion for [Python Discord](https://pyth 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. -## Install -This game can be installed with `pipenv sync` +## 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. \ No newline at end of file +Use left shift to cycle through different monster combinations and try to shoot the monsters in that order.