Out of all the things I would not have expected the countup on the XP screen to be the hardest thing to implement... Only having to handle up to 1 level up is fine, but the possibility of gaining multiple levels at once makes it very complicated.
@CobraCodeDev Interesting. What was the difficult part? The animation to properly reflect the progression?
@CobraCodeDev I just save the total EXP earned and do a loop until the remaining EXP is zero.
@CobraCodeDev Yeah, been there. It's a good challenge :)
@CobraCodeDev yep that exact problem is what cost me a game dev job that I interviewed for, we didn't have chatgpt back then and I should have tried harder
@CobraCodeDev This content you’ve been showing lately is it for a course or is it your own game? I got curious. If it’s a course, I’d be interested in getting it later xD