-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
22 lines (22 loc) · 1.14 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Roller Derby Pack Simulator</title>
<link rel="stylesheet" href="main.css" type="text/css" media="screen">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<p>Here's a quick run-down:</p>
<ul>
<li>Members of the pack (once it's defined) are outlined in white</li>
<li>Blockers who are in the engagement zone, but NOT members of the pack are outlined in red</li>
<li>Blockers who are out of play are outlined in gray</li>
<li>The centre of a given dot represents "the hips" for the purposes of distance measurement</li>
<li>The outer edges of a dot indicate in/out of bounds. If a blocker is overlapping the edge of the track, they are "straddling", if they are totally out, they are "out" (each looks slightly different)</li>
<li>The big ugly green lines indicate "Pack is Here"</li>
<li>The text in the centre of the track summarizes what's going on</li>
</ul><br/>
<a href="../">Go back</a>
</body>
</html>