elo icon indicating copy to clipboard operation
elo copied to clipboard

The Elo rating system is a method for calculating the relative skill levels of players in two-player games such as chess and Go.

Results 7 elo issues
Sort by recently updated
recently updated
newest added

Using `.to_i` here will floor the result. Using `.round` over time will be more accurate. There are other PRs that change the output of the library to be a float,...

"variaty" >> "variety" on line 27

As Elo is used in zero-sum games in which each participant's gain or loss of utility is exactly balanced by the losses or gains of the utility of the other...

There's a problem with matches where they don't necessarily have the same change (with 2 players the same rating) This breaks other specs though and I'm not sure how the...

You had a bunch of mixed tabs and spaces in the files, making it odd to read on github.

This might not be appropriate, but if say you have a match that is subsequently removed and there have been more recent matches involving the players, is there a simple...