Rating: Difference between revisions

From C# Gamedev Wiki
(Created page with "Rating systems are a way to determine player skill and create more balanced matches in multiplayer games. ==Implementations== *TrueSkill Category:Rating")
 
No edit summary
 
Line 2: Line 2:


==Implementations==
==Implementations==
*[[TrueSkill]]
*[[TrueSkill]] - Estimates each player's skill using a normal distribution with a mean and variance.


[[Category:Rating]]
[[Category:Rating]]

Latest revision as of 11:59, 29 June 2024

Rating systems are a way to determine player skill and create more balanced matches in multiplayer games.

Implementations

  • TrueSkill - Estimates each player's skill using a normal distribution with a mean and variance.