TrueSkill

From C# Gamedev Wiki
Revision as of 20:54, 28 June 2024 by Winkio (talk | contribs) (Created page with "TrueSkill is a rating system originally developed by Microsoft Research used to determine the approximate skill rating of players in a multiplayer game. ==External Links== *[https://trueskill.org/ Homepage] *[https://github.com/sublee/trueskill github] *[https://www.moserware.com/assets/computing-your-skill/The%20Math%20Behind%20TrueSkill.pdf Paper] Category:Rating")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TrueSkill is a rating system originally developed by Microsoft Research used to determine the approximate skill rating of players in a multiplayer game.

External Links