diff --git a/res/index.html b/res/index.html index 803cd7f..ed9178c 100644 --- a/res/index.html +++ b/res/index.html @@ -28,6 +28,7 @@ diff --git a/res/puzzle-list.html b/res/puzzle-list.html index 32f79dc..1f5cfe7 100644 --- a/res/puzzle-list.html +++ b/res/puzzle-list.html @@ -75,6 +75,7 @@ document.addEventListener("DOMContentLoaded", init); diff --git a/res/puzzle.html b/res/puzzle.html index 87723b8..cbeeb49 100644 --- a/res/puzzle.html +++ b/res/puzzle.html @@ -86,6 +86,7 @@ document.addEventListener("DOMContentLoaded", init); diff --git a/res/scoreboard.html b/res/scoreboard.html index a50d9f1..f06efab 100644 --- a/res/scoreboard.html +++ b/res/scoreboard.html @@ -142,6 +142,7 @@ document.addEventListener("DOMContentLoaded", init); diff --git a/res/scoring.html b/res/scoring.html new file mode 100644 index 0000000..66f43b0 --- /dev/null +++ b/res/scoring.html @@ -0,0 +1,50 @@ + + + + About scoring + + + + + +

About scoring

+
+

How we compute scores

+ +

+ The contest is made up of multiple categories. + Each category is worth one point toward the total score; + your team's score in a category is the fraction of the total points unlocked so far in that category. +

+ +

+ The team that has 30% of the points + in each of five categories has 1.5 points, whereas the team that + has 80% of the points in only one category has 0.8 points. It is + typically better to have a few points in many categories, than + many points in a few categories. +

+ +

+ When points are unlocked in a category, + every other team's score in that category goes down until they too score that point. + Unlike previous years, however, + unlocking points is the only way to reduce another team's score. +

+ +

+ There are two main ways to make points: puzzles + and tokens. Your contest may have other ways to make + points: these will either be automatic, or explained elsewhere. +

+
+ + +