Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carlcolglazier/rust-elo
- Owner: CarlColglazier
- License: isc
- Created: 2015-07-01T15:04:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T15:08:59.000Z (over 9 years ago)
- Last Synced: 2024-10-08T20:40:39.571Z (3 months ago)
- Language: Rust
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.