Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 554 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 554 Bytes

TrueSkill implementation in Go

The TrueSkill ranking system is a skill based ranking system developed at Microsoft Research for Xbox Live.

It is a flexible ranking system that implements skill tracking of players and teams based on the outcome of games. The TrueSkill algorithm can be used to arrange interesting matches (matchmaking) and can be used to recognise and potentially publish the skills of players and teams tracked.

This package is licensed under the MIT license.