yalikejazz1337 / text-based-RPG

A simple text based RPG game written in Python using various libraries. Inspired by the EPIC RPG Discord Bot.
https://yalikejazz1337.github.io/text-based-rpg.com
1 stars 0 forks source link

Level system #7

Closed yalikejazz1337 closed 2 years ago

yalikejazz1337 commented 2 years ago

Added a level up sytem! Bug fixes: -When hunting, if the move inputted is nothing, the game would bug and crash. (FIXED) -XP Bonus would only be defined once, making it useless (FIXED) -Rounded most numbers so it looks better!