glicko2js icon indicating copy to clipboard operation
glicko2js copied to clipboard

Glicko2 javascript implementation

Results 2 glicko2js issues
Sort by recently updated
recently updated
newest added

To my knowledge Dr. Glickman doesn't talk about >2 person competitions at all, so the math behind the Race features is unique to this module. My understanding is that the...

I try to put this file in typescript but maybe its not finished but you have a "get started" ... ```typescript const scalingFactor = 173.7178; class Race { matches: any[]...