kristiandelay / RankingELO-cSharp

Simple implementation of ELO Ranking Computation.

Home Page:https://www.noveltech.dev/elo-ranking-csharp-unity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RankingELO - C#

Simple implementation of ELO Ranking Computation. Writeup can be found here.

There is also a Python implementation in another repository with a simulated rounds available at Wally869/RankingELO-Python.

By creating randomly distributed pairs of (skill level, ranking) and making players "fight" the results seem to converge towards what we expected (x-axis is skill level between 0 and 1, while y-axis is ranking).

Simulating Evolution of ELO Rankings

About

Simple implementation of ELO Ranking Computation.

https://www.noveltech.dev/elo-ranking-csharp-unity/

License:MIT License


Languages

Language:C# 100.0%