-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
41 lines (40 loc) · 3.2 KB
/
about.html
File metadata and controls
41 lines (40 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<title>NLL Scorigami</title>
<link rel="stylesheet" type="text/css" media="all" href="/scorigami.css" />
</head>
<body>
<div id="content">
<h1 align="center">What is NLL Scorigami?</h1>
<p>NLL Scorigami is a way of visualizing the different scores that have happened in the National Lacrosse League (NLL) since
the league's inception in 1987. Each final score is marked in the grid with a square. The colour of the square indicates
how often that score has happened, and the legend on the right tells you what the colours mean. White squares indicate a
score that has never happened. Black squares indicate scores that are not possible (i.e. the losing team scores more than
the winning team, or the score ends up tied).</p>
<p>A "scorigami" occurs when a game has a final score that has never occurred before in the history of the league. Those
games are marked with <span class="single">this background</span>.</p>
<p>Clicking on a square will show you a small popup indicating the number of games with that final score, as well as the
first and most recent games featuring that score. The entire list of games is shown below the table.</p>
<p>You can adjust the games shown using the options below the table. You can exclude regular season games or playoff games
(though you can't exclude both), and you can also exclude minigames.</p>
<h3>What is a mini-game?</h3>
<p>In the 2014 and 2015 seasons, playoff series were "best-of-2". If the series ended up tied after two games, a "mini-game"
was held immediately following game 2. A mini-game was a single ten-minute period that would decide the series. Regardless
the score of the previous game, the mini-game started out 0-0. Only five mini-games were played, and the format was changed
to "best-of-3" in 2016.</p>
<h3>Acknowledgements</h3>
<p>NLL Scorigami is based on <a href="https://nflscorigami.com/">NFL Scorigami</a>, created by
<a href="https://github.com/ACMerriman">Andrew Merriman</a>. That page is <a href="https://github.com/ACMerriman/scorigami">open
source</a>. The majority of the code for NLL Scorigami was written by Graeme Perrow (and is also
<a href="https://github.com/gperrow/NLLScorigami">open source</a>) but the inspiration for the site (and
some of the popover code) came from there. If you like this site, <a href="https://www.buymeacoffee.com/acmerriman">throw a coffee
Andrew's way</a>.</p>
<p>Created by Graeme Perrow. If you like NLL stats, check out my NLL stats at <a href="https://nllstats.com/">nllstats.com</a>. There
you'll find tons of stats on players, teams, games, seasons, and more.</p>
<p>Find my NLL commentary at <a href="https://nllchatter.com/">nllchatter.com</a> and find me on
Twitter/X at <a href="https://twitter.com/GraemePerrow">@GraemePerrow</a> and BlueSky at
<a href="https://bsky.app/profile/graemeperrow.bsky.social">@graemeperrow.bsky.social</a>.</p>
<p><a href="/">Back to NLL Scorigami</a></p>
</div>
</body>
</html>