Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket3989 committed Oct 7, 2020
1 parent 4260b36 commit 2b6fda3
Show file tree
Hide file tree
Showing 10 changed files with 19,336 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# worlds-2019
https://rocket3989.github.io/worlds-2019/
99 changes: 99 additions & 0 deletions annotations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@

[
{
"path": "M 19,-121 A 35.094 35.094 0 0 0 52,-177",
"text": "A win against G2 gets SN a tiebreaker out of groups",
"team": "TL",
"lw": 21,
"textOffset": [
-133,
-121
]
},
{
"path": "M -36,279 A 45.026 45.026 0 0 0 43,310",
"text": "Tap to see how the first match affects the group",
"team": "MCX",
"lw": 21,
"textOffset": [
-47,
244
]
},
{
"path": "M -2000 0",
"text": "Two wins advance G2 or SNG out of groups",
"team": "SN",
"lw": 22,
"textOffset": [
-107,
12
]
},
{
"path": "M -2000 0",
"text": "Two loses eliminate MCX and TL",
"team": "TL",
"lw": 22,
"textOffset": [
-107,
12
]
},
{
"path": "M 286,220 A 123.355 123.355 0 0 1 105,221",
"text": "DWG can lose all three games and still advance without a tiebreaker",
"team": "DWG",
"lw": 24,
"textOffset": [
241, 185
]
},
{
"path": "M 263,-53 A 154.833 154.833 0 0 1 207,62",
"text": "PSG has a slim chance of getting a tiebreaker without beating DWG",
"team": "PSG",
"lw": 24,
"textOffset": [
181,-103
]
},
{
"path": "M 261,-69 A 62.889 62.889 0 0 1 182,3.999999523162842",
"text": "TSM needs to go 3-0 and win a tiebreaker to advance",
"team": "TSM",
"lw": 24,
"textOffset": [
166,
-100
]
},
{
"path": "M -2000 0",
"text": "A three way tie for first leaves possibilities wide open for Group C",
"team": "FNC",
"lw": 24,
"textOffset": [
234,-137
]
},
{
"path": "M 207,242 A 65.907 65.907 0 0 1 106,224",
"text": "There is only a single scenario in which TES is eliminated without a tiebreaker",
"team": "TES",
"lw": 24,
"textOffset": [
218, 198
]
},
{
"path": "M 261,-64 A 62.002 62.002 0 0 1 182,4",
"text": "Even with three wins, UOL can still be eliminated",
"team": "UOL",
"lw": 24,
"textOffset": [
183,
-88
]
}
]
18,249 changes: 18,249 additions & 0 deletions d3.js

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@

<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-8240085-10"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-8240085-10');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>2020 Worlds Group Advancement</title>
<meta property="og:title" content="2020 Worlds Group Advancement">
<!-- <meta property="og:description" content="2019 Worlds Group Advancement"> -->
<meta property="og:url" content="https://rocket3989.github.io/worlds-2020/">
<meta property="og:image" content="https://i.imgur.com/9jPTiwx.png">
<meta name="twitter:card" content="summary_large_image">

<link rel="stylesheet" type="text/css" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon" />

<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:700,500' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width">
</head>
<body>
<div class='header'>
<div class='header-left'>
<button onClick = changeColor() style="cursor: pointer">Color Blind</button>
<button onClick = changeSeed() style="cursor: pointer">View Seeds</button>
<button onClick = static() style="cursor: pointer">Static</button>
</div>
<div class='header-right'>
<span>Adam & Collin Pearce</span>
<a href='http://github.com/rocket3989'>
<img src='./github.svg'></img>
</a>

</div>
</div>

<h1>2019 Worlds Group Advancement</h1>
<p>The second half of League of Legends’ World Group Stage start in just one day! Each team will play the other three teams in their group once more. The best two teams in each group advance to quarterfinals. </p>
<p>The charts below show how each team could advance. With six games left in each group, there are 2<sup>6</sup> = 64 ways for group play to end. Each of these 64 outcomes is represented by a circle under each team. Green circles show scenarios in which a team advances, and red circles show elimination. Yellow circles indicate scenarios with a tiebreaker to decide advancement. Clicking on a match below the group will select an outcome of that match, filtering out other scenarios.</p>
<p>With only one possible elimination scenario each, DWG and TES have the best positioning out of all teams.</p>

<p><h1 class='group-header' style='margin-top:50px;'>Group A</h1></p>
<div class='group' id='group-a'></div>
<h1 class='group-header'>Group B</h1>
<div class='group' id='group-b'></div>
<h1 class='group-header'>Group C</h1>
<div class='group' id='group-c'></div>
<h1 class='group-header'>Group D</h1>
<div class='group' id='group-d'></div>


<p style="padding-left: 15px"><span class='source' style='margin-left: 20px'><a href="https://github.com/rocket3989/worlds-2020/blob/master/script.js">code</a></span>
<span class='source' style='margin-left: 8px'><a href="https://rocket3989.github.io/worlds-2020/">2019 Worlds</a></span>
<span class='source' style='margin-left: 8px'><a href="https://rocket3989.github.io/msi-4096/">2019 MSI</a></span>
<span class='source' style='margin-left: 8px'><a href="https://roadtolarissa.com/worlds-group-2018">2018 Worlds</a></span>
<span class='source' style='margin-left: 8px'><a href="https://roadtolarissa.com/msi-4096/">2018 MSI</a></span>
<span class='source' style='margin-left: 8px'><a href="https://roadtolarissa.com/worlds-group-2017">2017 Worlds</a></span>
<span class='source' style='margin-left: 8px'><a href="https://roadtolarissa.com/msi-group/">2017 MSI</a></span>
<span class='source' style='margin-left: 8px'><a href="https://roadtolarissa.com/worlds-group">2016 Worlds</a></span></p>

<script src="./d3.js"></script>
<script src="./swoopy-drag.js"></script>
<script src="./script.js"></script>
<div style="margin-left:650px">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="business" value="QBU7Y694UU6QW" />
<input type="hidden" name="currency_code" value="USD" />
<input type="submit" value="Donate" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>

</div>

</body>
</html>
49 changes: 49 additions & 0 deletions matches.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
group t1 t2 winner date
D FLY TES 2 10-3
D UOL DRX 2 10-3
B RGE PSG 1 10-3
B DWG JDG 1 10-3
C GEN LGD 1 10-3
C TSM FNC 2 10-3
A MCX TL 1 10-4
A G2 SN 1 10-4
B RGE DWG 2 10-4
B PSG JDG 2 10-4
C GEN TSM 1 10-4
C LGD FNC 1 10-4
A MCX G2 2 10-5
A TL SN 2 10-5
B DWG PSG 1 10-5
B JDG RGE 1 10-5
D FLY UOL 1 10-5
D TES DRX 1 10-5
A G2 TL 2 10-6
A SN MCX 1 10-6
D DRX FLY 1 10-6
D TES UOL 1 10-6
C FNC GEN 1 10-6
C TSM LGD 2 10-6
A TL G2 TBD 10-8
A MCX SN TBD 10-8
A G2 MCX TBD 10-8
A SN TL TBD 10-8
A TL MCX TBD 10-8
A SN G2 TBD 10-8
B PSG DWG TBD 10-9
B RGE JDG TBD 10-9
B DWG RGE TBD 10-9
B JDG PSG TBD 10-9
B PSG RGE TBD 10-9
B JDG DWG TBD 10-9
C FNC TSM TBD 10-10
C LGD GEN TBD 10-10
C TSM GEN TBD 10-10
C FNC LGD TBD 10-10
C LGD TSM TBD 10-10
C GEN FNC TBD 10-10
D FLY DRX TBD 10-11
D UOL TES TBD 10-11
D DRX UOL TBD 10-11
D TES FLY TBD 10-11
D UOL FLY TBD 10-11
D DRX TES TBD 10-11
Loading

0 comments on commit 2b6fda3

Please sign in to comment.