1
0
Go to file
Kwarde 8e96f8d1de
Merge pull request #9 from KW46/fix-issue-7
Fix issues #6 and #7 (protego working when it should not, stunned_rounds being off by one)
2024-01-16 16:20:34 +01:00
.gitignore Add .gitignore file (Python and vscode templates from github) 2024-01-15 12:13:42 +01:00
game.py Merge pull request #9 from KW46/fix-issue-7 2024-01-16 16:20:34 +01:00
Pipfile Modify Pipfile with a version for levenshtein 2024-01-15 13:13:31 +01:00
Pipfile.lock Modify Pipfile with a version for levenshtein 2024-01-15 13:13:31 +01:00
player.py Remove damage_modifier (if self.decreased_spell_damage) from spell_crucio 2024-01-16 16:20:21 +01:00
README.md Update README.md 2024-01-15 17:23:03 +01:00
spells.py Address issues in #6 and #7 2024-01-16 16:02:35 +01:00
wands.py Address issues in #6 and #7 2024-01-16 16:02:35 +01:00

Simple console game written in Python.
Based the on Harry Potter franchise.

You can run the game via pipenv. If you don't, make sure package levenshtein is installed.
Run game.py to run the game