mattholden / GeminiSystem

Other
0 stars 0 forks source link

Implement a rating/ranking system #3

Open DarkenedSky opened 11 years ago

DarkenedSky commented 11 years ago

We need some sort of rating/ranking system, like Glicko or ELO or TrueSkill, to rate players and match them up with other players.

DarkenedSky commented 11 years ago

It looks like https://github.com/nsp/JSkills is a really nice API for calculating this stuff, but I'm concerned about the dependencies it adds (especially "Lombok" which looks really odd). Also need to do more research to determine how much work is needed to integrate their interfaces into Gemini games and Characters so they can be used in the calculations.