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.

Libraries

neer_elo
Support for doing something awesome.