Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlcolglazier/rust-elo

An implementation of the Elo ranking system.
https://github.com/carlcolglazier/rust-elo

Last synced: about 1 month ago
JSON representation

An implementation of the Elo ranking system.

Awesome Lists containing this project

README

        

Elo
===

An implementation of the Elo ranking system.

This library is designed to facilitate easy methods for creating and running Elo
rankings. Elo rankings are commonly used in games such as chess to represent a
player's skill level.