TakServer
TakServer copied to clipboard
Feature Request: ELO ratings
Storing/calculating ELO ratings for logged-in users would be super-cool: https://en.wikipedia.org/wiki/Elo_rating_system
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 :)
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.