Jameskmonger / creature-chess

Open source Auto Chess game in TypeScript, React and Node
https://creaturechess.com
GNU Affero General Public License v3.0
79 stars 9 forks source link

ELO rating #387

Open Jameskmonger opened 3 years ago

Jameskmonger commented 3 years ago

Players and bots should have an ELO score

This should be calculated by getting their ELO difference to each other player based on the difference in their finishing positions, then averaging this to change the players ELO

Jameskmonger commented 3 years ago

https://sradack.blogspot.com/2008/06/elo-rating-system-multiple-players.html

https://gamedev.stackexchange.com/questions/55441/player-ranking-using-elo-with-more-than-two-players

Jameskmonger commented 3 years ago