Skip to content

Instantly share code, notes, and snippets.

@mike623
Created March 30, 2017 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mike623/0886156d105e6e3507ff59fdc3c54ced to your computer and use it in GitHub Desktop.
Save mike623/0886156d105e6e3507ff59fdc3c54ced to your computer and use it in GitHub Desktop.
basically total the scores
Game 1 Mike 3 : 0 Eric
Game 2 Mike 3 : 1 Eric
Game 3 Mike 1 : 3 Eric
Offense Scale:
3 = 95
2 = 80
1 = 70
0 = 0
Defense Scale:
0 = 100
1 = 95
2 = 80
3 = 30
Mike (3 games played = 3 is denominator)
OFF = (95 + 95 + 70)/3 = 86
DEF = (100 + 95 + 30)/3 = 75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment