- Run
bundle
- Run
rake db:migrate
- Run
rake db:seed
- Run
rails s
- Create a new account
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.