Multiplayer-ELO icon indicating copy to clipboard operation
Multiplayer-ELO copied to clipboard

Multiplayer ELO calculations

Results 2 Multiplayer-ELO issues
Sort by recently updated
recently updated
newest added

For example in a 64 player game, ELO is constant. Maybe consider not rounding if the eloChange is small? `player.eloChange += round(K * (S - EA))`

Hi, I regularly play in team event with 2v2 format. This project works perfect for multiplayer games but only apply to 1v1 game I guess. Have you got any ideas...