1
0
Go to file
Kwarde be70fa4bf4
Merge pull request #16 from KW46/improvement-use-dicts
Switch to dictionaries, better imports, adds game_config.py and DEBUG_MODE
2024-01-18 17:05:09 +01:00
.gitignore Add .gitignore file (Python and vscode templates from github) 2024-01-15 12:13:42 +01:00
game_config.py Move MAX_LEVENSHTEIN_DISTANCE to game_config.py 2024-01-18 16:57:32 +01:00
game.py FIX: KeyError when returning a mistyped spell with Levenshtein distance 2024-01-18 17:03:21 +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 Better import usage, adds game_config.py, adds a debug mode (sets all spell chances to 100%) 2024-01-18 16:43:20 +01:00
README.md Update README.md 2024-01-15 17:23:03 +01:00
spells.py FIX: KeyError when returning a mistyped spell with Levenshtein distance 2024-01-18 17:03:21 +01:00
wands.py Make game.py compatible with the new dicts 2024-01-18 16:31:43 +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