Skip to content

PavelLaptev/EloRating-JavaScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elo Rating

Build with CoffeeScript and Compiled in javascript

In this example the data inputed is : rating A: 1400, rating B: 1400

Start
---
Everybody starts with 1400 rating
A: 1400 - B: 1400
---
Data inputed: A: 1 - B: 0
---
New Ratings:
---
A: 1408 - B: 1392
---
Now keep changing :) 

About

Elo Rating build in CoffeeScript and compiled in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 67.9%
  • HTML 32.1%