PyRPG_Mini
PyRPG_Mini copied to clipboard
A small Python RPG, focused on RPG elements like battle and grinding
- 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...
newhero method of the Game class needs a loop to check and make sure you've selected an actual class
When prompted to choose your class, you're able to enter any letter and it won't register the "ourclass" variable properly if you do so.
Solution idea(raw): blacksmith main menu: > blacksmith buying function > blacksmith exit function
Choose a standardized size for all screens so the user doesn't have to relearn each menu size.