Skip to content

A JavaScript implementation of the TrueSkill ranking algorithm.

Notifications You must be signed in to change notification settings

racingjellyfish/JsTrueSkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsTrueSkill

A JavaScript implementation of the TrueSkill ranking algorithm.

Ported from the Java implementation.

Which in turn is ported from the C# implementation.

There are a number of improvements planned:

  • refactor various classes to improve the API
  • refactor various classes to make them more JavaScript-y
  • improve comments
  • add example usage
  • improve unit tests

Done:

  • remove the package structure as it makes little sense in JavaScript

About

A JavaScript implementation of the TrueSkill ranking algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published