Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 407 Bytes

elo.h

A simple library to compute elo ratings. This is for educational purpose and licensed under MIT/public domain so you may use it. But the formulas are very simple so you probably could also just copy them.

Goals

  • single header in style of stb
  • well tested, maybe additional examples
  • C and C++ interfaces