bakana808 / shen

an abstract framework that manages tournaments, player rankings, and player statistics for competitive games
1 stars 1 forks source link

Implement Decay System #3

Open bakana808 opened 7 years ago

bakana808 commented 7 years ago

Decay would automatically decrease a player's skill rating for inactivity. This loss of skill rating via decay would be won back after the next match.

First test algorithm would decay a player's skill rating by -50 for every week of inactivity (no matches).