HectusNet / NeoBB

Players compete in a turn-based match with random blocks which do random things.
https://marcpg.com/neobb
1 stars 1 forks source link

TODO: Replace the Ranking system #2

Closed MarcPG1905 closed 1 month ago

MarcPG1905 commented 1 month ago

We should probably replace the ranking system with something actually good. The current one is just some basic calculations that I made myself, because I don't seem to be intelligent enough for an actual Elo system.

We should probably use either Elo or Glicko-2 for the new ranking system, but Glicko-2 seems more promising, as it can be easily modified to support more than two players.