neer_elo 0.5.0 copy "neer_elo: ^0.5.0" to clipboard
neer_elo: ^0.5.0 copied to clipboard

Library for calculating the Elo Ratings

A library to calculate Elo Rating.

Created from templates made available by Stagehand under a BSD-style license.

Usage #

There are mainly 3 important parameters to pass to function NeerElo.calculate(r1,r2,score):

  1. r1 = Player 1 Rating
  2. r2 = Player 2 Rating
  3. score
    1. [1.0] If Player 1 Wins against Player 2.
    2. [0.5] If Match is drawn.
    3. [0.0] If Player 1 Looses to Player 2
NeerElo.calculate(0, 8, 1.0);//r1,r2,score

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
95
pub points
0%
popularity

Publisher

unverified uploader

Library for calculating the Elo Ratings

Homepage

Documentation

API reference

License

unknown (LICENSE)

More

Packages that depend on neer_elo