Skip to content

Ping-pong results tracking app, implementing the ELO ranking system to organize players as top or bottom of the ranks depending on their won and lost games.

Notifications You must be signed in to change notification settings

nullset2/pingpong-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Run bundle
  2. Run rake db:migrate
  3. Run rake db:seed
  4. Run rails s
  5. Create a new account

Description

The purpose of this app is to allow users to track their ping pong games and to show the current leaderboard of players in the office.

Once logged in, users can log games against other opponents, see the history of their games and see the current leaderboard.

A leaderboard keeps track of the rankings of a group of players or teams over time. This is an example of a leaderboard in the context of socccer, this is an example of a leaderboard, in the context of chess, this is an example of an Elo ranking implemented in Ruby.

About

Ping-pong results tracking app, implementing the ELO ranking system to organize players as top or bottom of the ranks depending on their won and lost games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published