Last updated:
0 purchases
neer elo
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):
r1 = Player 1 Rating
r2 = Player 2 Rating
score
[1.0] If Player 1 Wins against Player 2.
[0.5] If Match is drawn.
[0.0] If Player 1 Looses to Player 2
NeerElo.calculate(0, 8, 1.0);//r1,r2,score
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.