1
0
Go to file
2024-01-19 07:41:38 +01:00
.gitignore Add .gitignore file (Python and vscode templates from github) 2024-01-15 12:13:42 +01:00
entry.py Add type annotations for class variables and function return types 2024-01-19 07:41:38 +01:00
game_config.py Split game.py into game.py and entry.py, should make code better readable 2024-01-19 07:26:50 +01:00
game.py Add type annotations for class variables and function return types 2024-01-19 07:41:38 +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 Add type annotations for class variables and function return types 2024-01-19 07:41:38 +01:00
README.md Update README.md: Run entry.py instead of game.py 2024-01-19 07:27:39 +01:00
spells.py Add type annotations for class variables and function return types 2024-01-19 07:41:38 +01:00
wands.py Add type annotations for class variables and function return types 2024-01-19 07:41:38 +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 entry.py to run the game