I want to set up a leveling system for my app’s gamification features. I was able to find a way to update the user’s XP points after doing certain actions, but my problem is converting, then displaying that XP as the user’s level.
I made an RPG-style XP table (stole and slightly modified the one from D&D), but I’m not very sure how to implement it and convert the XP into the user’s level.
Any ideas?
Thank you so much!