Skip to content

A simple game for ranking anything based on a series of one-on-one matchups using an Elo algorithm.

Notifications You must be signed in to change notification settings

rfleury2/panelo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panelo

This is a hobby application built for practice and fun.

Panelo is an application that uses the Elo rating system (read more on Elo below) to rank competitors based on a series of one-on-one matchups, considering each competitor's relative strength.

What is the Elo rating system?

The Elo rating system is a method for calculating the relative skill levels of players in competitor-versus-competitor games such as chess. It is named after its creator Arpad Elo, a Hungarian-born American physics professor.

The Elo system was originally invented as an improved chess rating system. It is commonly used in sports to adjust for strength of schedule and to compare teams from different eras.

Read more on Wikipedia

How do I play?

Take World Cup teams as an example. You receive several one versus one matchups and select the better team between the two options. The sum of all of the one on one matchups you selected is used to rank of all the teams using the Elo rating system.

Available games

  • Who is the greatest male tennis player of all time?
  • Who is the greatest president of the United States?

About

A simple game for ranking anything based on a series of one-on-one matchups using an Elo algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published