shaheenm82 / quest-list

Automatically exported from code.google.com/p/quest-list
0 stars 0 forks source link

Maintain User Level #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Increment the user level if the user experience exceeds the experience 
threshold for the current level.

Original issue reported on code.google.com by shaheen....@gmail.com on 25 Feb 2015 at 7:59

GoogleCodeExporter commented 9 years ago
The Level Validator performs this check and increments the users level if the 
users experience exceeds the maximum for the current level.  The users level is 
decremented if it falls below the minimum for the current level.

I've adjusted the formula for calculating the thresholds for the level to make 
the level progression more moderate.

Original comment by shaheen....@gmail.com on 12 Mar 2015 at 5:33