1
0
Go to file
2024-01-15 15:49:21 +01:00
.gitignore Add .gitignore file (Python and vscode templates from github) 2024-01-15 12:13:42 +01:00
game.py Determine fastest caster 2024-01-15 15:49: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 Cast spells if one of two player fails to cast their spell. Adds player.cast_spell(): Not scripted yet, currently just a placeholder so that cast_spell() prints somethin when called! (and modifies health) 2024-01-15 15:36:37 +01:00
README.md Add spells.find_spell_by_name() 2024-01-15 13:09:54 +01:00
spells.py Cast spells if one of two player fails to cast their spell. Adds player.cast_spell(): Not scripted yet, currently just a placeholder so that cast_spell() prints somethin when called! (and modifies health) 2024-01-15 15:36:37 +01:00
wands.py Intro message, ask for player name, improve wand's representation (readability) 2024-01-15 14:27:08 +01:00

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