Skip to content

Instantly share code, notes, and snippets.

@arempe93
Last active November 30, 2015 03:40
Show Gist options
  • Save arempe93/236121790bcd9060d830 to your computer and use it in GitHub Desktop.
Save arempe93/236121790bcd9060d830 to your computer and use it in GitHub Desktop.
Example Game Capture
{
"timestamp": 201511272234,
"our_score": 2,
"their_score": 6,
"decision": "L",
"elo_delta": -8,
"players": [
{
"name": "heatingamer008",
"score": 1090,
"goals": 5,
"assists": 0,
"saves": 2,
"shots": 4,
"mvp": true
},
{
"name": "Spontaneousbeast",
"score": 490,
"goals": 1,
"assists": 2,
"saves": 0,
"shots": 2,
"mvp": false
},
{
"score": 430,
"goals": 2,
"assists": 0,
"saves": 0,
"shots": 3,
"mvp": false
},
{
"score": 340,
"goals": 0,
"assists": 1,
"saves": 1,
"shots": 2,
"mvp": false
},
],
"goals": [
{
"player": 0,
"time": 54,
"assist": false
},
{
"player": 0,
"time": 76,
"assist": true
},
{
"player": 0,
"time": 97,
"assist": false
},
{
"player": 1,
"time": 197,
"assist": false
},
{
"player": 0,
"time": 243,
"assist": true
},
{
"player": 2,
"time": 245,
"assist": false
},
{
"player": 2,
"time": 283,
"assist": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment