Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 444 Bytes

openskill.go

A Go implementation of the Weng-Lin Rating, as described here

Based on the Javascript implementation found here

This package requires the version of the Go language to be 1.20 or higher.

TODO

[ ] Improve README

[ ] Add unit testing

[ ] Add links to other implementations

[ ] write more BETTER code