Skip to content

Instantly share code, notes, and snippets.

@r1ckhenry
Created August 5, 2016 08:16
Show Gist options
  • Save r1ckhenry/3499cfdb4e61ea2c2cd662bad87ee0e3 to your computer and use it in GitHub Desktop.
Save r1ckhenry/3499cfdb4e61ea2c2cd662bad87ee0e3 to your computer and use it in GitHub Desktop.
Dodgeball League

Dodgeball League

Create a Dodgeball league. Your models could include:

  • team
  • match

A team should at least have a:

  • ID
  • Name

A match should have at least:

  • ID
  • home_team_id
  • away_team_id
  • home_team_score
  • away_team_score

You may add more models for example a league model to perform analysis on the teams and matches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment