Skip to content

kickr/JSkills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSkills

Build Status

A detailed implementation of the TrueSkill algorithm in Java.

Usage

Install this package to your local Maven repository

mvn install

and define the dependency in your project as following

<dependency>
    <groupId>jskills</groupId>
    <artifactId>jskills</artifactId>
    <version>0.9.1-SNAPSHOT</version>
</dependency>

License

See LICENSE.txt in the project root.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%