Skip to content

olevett/ELO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EloRate

An ELO Rating system for ranking players in 2 player games, e.g. Chess, Pool etc.

Data The app currently stores all of it's data in text files. These are kept in the

src\App_Data folder

Players.txt Contains a list of all of the players. Even if a player retires/leaves the league, their name remains in this file.

RetiredPlayers.txt If a player retires or otherwise leaves the league, then add their name to this file. Their games will still count towards other players ratings, and any "All-Time" records they hold will be maintained, but their name will not appear on the current leaderboard, or current records.

Games.txt This simply lists the games played. Each game is placed on a separate line using the following format.

Richard beat John Paul beat Bill Mary beat Paul

etc.

Records In addition to the Elo Rating Leaderboard, the app provides details of a range of of "Records"

All-Time Rating The highest rating ever achieved by a player.

Current Rating The Current highest rating.

All-Time Winning Streak The most consecutive wins ever recorded.

Current Winning Streak The player with the most wins since their last defeat.

Most Games Played The player who has played the most

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 85.3%
  • JavaScript 13.9%
  • Other 0.8%