/JSkills

A detailed implementation of the TrueSkill algorithm in the Java language.

Primary LanguageJavaMIT LicenseMIT

JSkills

Build Status

A detailed implementation of the TrueSkill algorithm in Java.

Usage

Add the dependency to your Maven file:

<dependency>
    <groupId>de.gesundkrank.jskills</groupId>
    <artifactId>jskills</artifactId>
    <version>1.1</version>
</dependency>

License

See LICENSE in the project root.