Microsoft's Game Rating System


Summary of my bookmarked Github repositories from Nov 1st, 2019

Github repositories

  • saulabs/trueskill

    TrueSkill is a rating system developed by Microsoft Research for games with multiple teams and players. It addresses limitations of the ELO system by utilizing the Glicko rating system. The TrueSkill gem provides an implementation in Ruby and offers features such as factor graphs and score-based Bayesian rating. The installation process involves running a gem install command. Currently, the calculation of ranking probability is not available, but there are plans to generalize the method for an arbitrary number of teams. The project is maintained by Lars Kuhnt and is subject to the copyright outlined in the LICENSE file.