Skip to content

Instantly share code, notes, and snippets.

@hermzz
Last active September 22, 2016 18:46
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 hermzz/491017c3b2895bbac037478bd91930ef to your computer and use it in GitHub Desktop.
Save hermzz/491017c3b2895bbac037478bd91930ef to your computer and use it in GitHub Desktop.
UKU Nationals 2016

See the open_rounds.txt file for how I mapped out the different rounds into something that sort of makes sense. The first_two_rounds.json is just an attempt to convert that format into JSON.

[
{
"round_number": 1,
"round_type": {
"name": "Round of 16",
"place": 1
},
"games": [
{
"winner": 895,
"loser": 5147,
"win_score": 15,
"lose_score": 0
},
{
"winner": 1085,
"loser": 21545,
"win_score": 13,
"lose_score": 12
},
{
"winner": 1310,
"loser": 16393,
"win_score": 15,
"lose_score": 7
},
{
"winner": 1016,
"loser": 22471,
"win_score": 15,
"lose_score": 7
},
{
"winner": 26134,
"loser": 23229,
"win_score": 15,
"lose_score": 9
},
{
"winner": 1072,
"loser": 1729,
"win_score": 15,
"lose_score": 6
},
{
"winner": 1070,
"loser": 26135,
"win_score": 15,
"lose_score": 9
},
{
"winner": 22467,
"loser": 22205,
"win_score": 15,
"lose_score": 8
}
]
},
{
"round_number": 2,
"round_type": {
"name": "Round of 16",
"place": 5
},
"games": [
{
"winner": 21545,
"loser": 5147,
"win_score": 15,
"lose_score": 4
},
{
"winner": 16393,
"loser": 22471,
"win_score": 15,
"lose_score": 10
},
{
"winner": 23229,
"loser": 1729,
"win_score": 11,
"lose_score": 7
},
{
"winner": 22205,
"loser": 26135,
"win_score": 15,
"lose_score": 13
}
]
},
{
"round_number": 2,
"round_type": {
"name": "Quarter",
"place": 1
},
"games": [
{
"winner": 895,
"loser": 1085,
"win_score": 15,
"lose_score": 10
},
{
"winner": 1016,
"loser": 1310,
"win_score": 13,
"lose_score": 10
},
{
"winner": 26134,
"loser": 1072,
"win_score": 15,
"lose_score": 10
},
{
"winner": 1070,
"loser": 22467,
"win_score": 15,
"lose_score": 7
}
]
}
]
Round 1
# Round of 16 for 1st
Clapham Flyght 15-0
Ka-Pow Glasgow 13-12
EMO BAF 15-7
Fire 1 Reading 15-7
Brighton City Flump 15-9
Devon Leeds 15-6
Chevron Brighton Legends 15-9
Manchester Bristol 15-8
Round 2
# Round of 16 for 5th
Glasgow Flyght 15-4
BAF Reading 15-10
Flump Leeds 11-7
Bristol Brighton Legends 15-13
# Quarter for 1st
Clapham Ka-pow 15-10
Fire 1 EMO 13-11
Brighton City Devon 15-10
Chevron Manchester 15-7
Round 3
# Semis for 1st
Clapham Fire 13-10
Chevron Brighton City 13-10
# Quarter for 3rd
Ka-pow EMO 15-12
Devon Manchester 13-11
# Quarter for 5th
Glasgow BAF 15-7
Flump Bristol 11-10
# RR
Reading Flyght 15-7
Brighton Legends Leeds 15-9
Round 4
# Recovery for semi for 5th
Glasgow Manchester 15-8
EMO Flump 13-8
# Recovery for semi for 3rd
Ka-pow Brighton City 15-10
Fire 1 Devon 13-10
# RR
Brighton Legends Reading 15-8
Leeds Flyght 14-9
Round 5
# Semi for 5th
Glasgow Brighton City 15-7
EMO Devon 15-8
# Semi for 9th
Manchester Bristol 14-6
BAF Flump 11-9
# RR
Reading Leeds 15-5
Brighton Legends Flyght 15-4
Round 6
# Placement
Clapham Chevron 12-10 (1st)
Fire Kapow 15-12 (3rd)
Glasgow EMO 10-9 (5th)
Brighton City Devon 13-10 (7th)
Manchester BAF 15-11 (9th)
Bristol Flump 15-13 (11th)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment