Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 696 Bytes

File metadata and controls

22 lines (15 loc) · 696 Bytes

Elo Build Status Inline docs Deps Status Hex.pm

Calculate Elo ratings.

iex> Elo.rate 1200, 1600, :win
{1222, 1578}

See the documentation for usage information.

Installation

def deps do
  [{:elo, "~> 0.1.0"}]
end

TODO

  • adjustable k-factor or k-factor rules per player