Skip to content

grossvogel/elo-rankings-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Elo Ranking Implementation

A very basic Elo ranking implementation based on a stripped-down reading of the Wikipedia article on Elo rankings.

The code in test.php describes how to use the code.

Todo

  1. Allow the k-factor used for a particular competitor to vary depending on the competitor's current ranking and/or number of matches. Beginners and those with low scores should generally be more mobile (higher k-factor).

About

A simple implementation of an Elo ranking system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages