Rating

From C# Gamedev Wiki

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.