This project was started to have so that the Magoosh/EasyESI office could have an app to track their Foosball games.
It uses the TrueSkill algorithm to provide accurate rankings for players and chart them over time.
- Follow steps 1-3 of the Heroku quickstart guide: (http://devcenter.heroku.com/articles/quickstart)
- Run the following commands from your terminal:
git clone git://github.com/zmillman/foosball_tracker.git
cd foosball_tracker
heroku create --stack cedar
git push heroku master
heroku run rake db:migrate