PyRPG_Mini
PyRPG_Mini copied to clipboard
Boat-Load of Improvements
- PEP-8 Compliance Fixes
- Return Typing
- Property Typing
- gitignore improvements
- Clean Code Improvement through Constant-Classes
- F-String implementation
- FixMe Hints for Head-Developer
- Various Ternary Shortenings
- General method refactoring through early returns and double-comparision removal
Important Note:
The file Weapon.py
was intentionally not touched. The Head-Developer might want to apply similar changes to this file as well, as a exercise.