This website requires JavaScript.
Explore
Help
Sign In
Kwarde
/
Python-ConsoleGame-WizardsDuel
Watch
1
Star
0
Fork
0
You've already forked Python-ConsoleGame-WizardsDuel
Code
Activity
21
Commits
1
Branch
0
Tags
1bd4a1f0345e50fae59c71359583104b2e71903d
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Kwarde
1bd4a1f034
Set MAX_PLAYER_HEALTH to 1000 (it was set to 500 for quicker test runs)
2024-01-15 17:20:50 +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
Set MAX_PLAYER_HEALTH to 1000 (it was set to 500 for quicker test runs)
2024-01-15 17:20:50 +01:00
README.md
Add spells.find_spell_by_name()
2024-01-15 13:09:54 +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
README.md
Simple console game written in Python. Based the on Harry Potter franchise
Description
No description provided
Readme
91
KiB
Languages
Python
100%