kaiwilens / Python_text-based_game

2 stars 0 forks source link

Modify Experience and Level up functions #23

Closed LukeT23 closed 3 years ago

LukeT23 commented 3 years ago

The functions used for the character to gain experience and level up need to be modified so that if the character gains enough experience in one battle to level up more than once the function continues leveling them up until their experience is less than the required experience for the next level.

kaiwilens commented 3 years ago

I'll look over the code and once I have a better understanding of it, I'll see what I can do to help. @LukeT23

LukeT23 commented 3 years ago

I have improved these codes with my most recent pull request and this is no longer an issue!