TakServer icon indicating copy to clipboard operation
TakServer copied to clipboard

Feature Request: ELO ratings

Open eapache opened this issue 8 years ago • 2 comments

Storing/calculating ELO ratings for logged-in users would be super-cool: https://en.wikipedia.org/wiki/Elo_rating_system

eapache avatar Apr 21 '16 21:04 eapache

Apache provides an ELO library in java (https://svn.apache.org/repos/asf/labs/openelo/) though we may want to tweak it specifically for Tak. A road win should probably count better than a flat win, for example.

I may try and tackle this on the weekend, depending how much time I have; I'm super-interested but also kind of busy :)

eapache avatar Apr 21 '16 21:04 eapache

Ya, rating system is nice to have. Glicko-2 (https://en.wikipedia.org/wiki/Glicko_rating_system) may be better than ELO. But if ELO is a lot simpler to implement, then that is fine.

It'd be great if you could do it. I'm working on other features/issues right now so can't spare time for this.

chaitu236 avatar Apr 21 '16 21:04 chaitu236