Elixir implementation of the Glicko rating system
Go to file
avitex c96d357812 Initial rating implementation 2017-11-16 12:39:07 +11:00
lib Initial rating implementation 2017-11-16 12:39:07 +11:00
test Initial rating implementation 2017-11-16 12:39:07 +11:00
.gitignore Initial commit 2017-11-15 20:32:39 +11:00
LICENSE Add readme and license 2017-11-15 20:37:48 +11:00
README.md Add readme and license 2017-11-15 20:37:48 +11:00
mix.exs Initial commit 2017-11-15 20:32:39 +11:00
mix.lock Initial rating implementation 2017-11-16 12:39:07 +11:00

README.md

elixir-glicko (IN-PROGRESS)

An Elixir implementation of the Glicko rating system.