Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
/ wave-ladder Public archive
forked from elovation/elovation

Simple rails app to track your game results with elo and trueskill ratings

License

Notifications You must be signed in to change notification settings

waveaccounting/wave-ladder

 
 

Repository files navigation

Elovation

Build Status Code Climate

At Braintree, we play ping pong in the office. We wanted a way to track results and assign ratings to players. Elovation was born. It's a simple rails app that tracks the results of any two player game and assigns ratings to the players using the Elo rating system.

This also supports individual player rankings within multi-player teams, using the Trueskill ranking system

Quick Start with Heroku

The fastest way to get started with Elovation is to click the deploy to Heroku button below. Elovation can be run on the free tier, so all you will require is a Heroku account to get started with no running costs.

Deploy

If you would like to add a level of authentication security to your app on Heroku, on the setup screen set the "BASIC_AUTH" to "true", and set a username and password in their respective fields. When you try to access your app in future, you will be prompted for your credentials.

The click to deploy button will automatically migrate your database.

About

Simple rails app to track your game results with elo and trueskill ratings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 82.2%
  • HTML 11.2%
  • CSS 6.1%
  • JavaScript 0.5%