1
0
Go to file
Kwarde ca8228935d
Merge pull request #3 from KW46/fix-issue-2
FIX: None existing attributed player.stunned_rounds, fixes #2
2024-01-15 20:31:21 +01:00
.gitignore Add .gitignore file (Python and vscode templates from github) 2024-01-15 12:13:42 +01:00
game.py Finish cast_spell(), few tweaks done 2024-01-15 17:20:03 +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 FIX: None existing attributed player.stunned_rounds, fixes #2 2024-01-15 20:30:23 +01:00
README.md Update README.md 2024-01-15 17:23:03 +01:00
spells.py Finish cast_spell(), few tweaks done 2024-01-15 17:20:03 +01:00
wands.py Add .active_spell to Player (removes playerN_active_spell), finish duelling logic 2024-01-15 16:00:44 +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