erikolsen / elo_calculator

A rails app to enter the results of ping pong matches and rate players using the ELO system.
http://erik-staging.herokuapp.com/
5 stars 7 forks source link

Feature Request: Doubles #20

Open ataz opened 9 years ago

ataz commented 9 years ago

Allow 2 players vs. 2 other players in the New Game tab. Simplest way for handling elo would be to just take the average of each team and use that as a basis for calculations instead (although there are more advanced ways of handling elo diff between individual players in a team, I think just using the average could suffice...)