diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/search.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/search.html new file mode 100644 index 0000000000000000000000000000000000000000..53674b3f73ff3e52f99b3ab8d84f70af01663450 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/search.html @@ -0,0 +1,102 @@ + + + + + +MIT IAP: Search + + + + + + +
+ + +
MIT: Massachusetts Institute of TechnologyIAP:Independent Activities Period
+
+ + + + +
+ +
+ + +
+ + + + +

Search Results

+ + + +
+ + + + +
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c2_MIT_Mystery_Hunt_2014_A_Meta_Puzzle/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c2_MIT_Mystery_Hunt_2014_A_Meta_Puzzle/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c2_MIT_Mystery_Hunt_2014_A_Meta_Puzzle/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c4_MIT_Mystery_Hunt_2014_Black_and_White/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c4_MIT_Mystery_Hunt_2014_Black_and_White/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c4_MIT_Mystery_Hunt_2014_Black_and_White/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c9_MIT_Mystery_Hunt_2014_Local_Shorts/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c9_MIT_Mystery_Hunt_2014_Local_Shorts/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c9_MIT_Mystery_Hunt_2014_Local_Shorts/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d8_MIT_Mystery_Hunt_2014_Dressing_Down/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d8_MIT_Mystery_Hunt_2014_Dressing_Down/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d8_MIT_Mystery_Hunt_2014_Dressing_Down/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d9_MIT_Mystery_Hunt_2014_Upstairs_Downstairs/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d9_MIT_Mystery_Hunt_2014_Upstairs_Downstairs/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d9_MIT_Mystery_Hunt_2014_Upstairs_Downstairs/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1dj_MIT_Mystery_Hunt_2014_Opposites_Are_Not_Downbeats/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1dj_MIT_Mystery_Hunt_2014_Opposites_Are_Not_Downbeats/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1dj_MIT_Mystery_Hunt_2014_Opposites_Are_Not_Downbeats/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s3_MIT_Mystery_Hunt_2014_Sneaky_Fox/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s3_MIT_Mystery_Hunt_2014_Sneaky_Fox/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s3_MIT_Mystery_Hunt_2014_Sneaky_Fox/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s4_MIT_Mystery_Hunt_2014_How_Puzzling_All_These_Changes_Are/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s4_MIT_Mystery_Hunt_2014_How_Puzzling_All_These_Changes_Are/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s4_MIT_Mystery_Hunt_2014_How_Puzzling_All_These_Changes_Are/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s6_MIT_Mystery_Hunt_2014_Apocalypse/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s6_MIT_Mystery_Hunt_2014_Apocalypse/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s6_MIT_Mystery_Hunt_2014_Apocalypse/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s7_MIT_Mystery_Hunt_2014_Intersecting_Personalities/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s7_MIT_Mystery_Hunt_2014_Intersecting_Personalities/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s7_MIT_Mystery_Hunt_2014_Intersecting_Personalities/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s8_MIT_Mystery_Hunt_2014_Ring_Around_the_Music/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s8_MIT_Mystery_Hunt_2014_Ring_Around_the_Music/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..c7aa001a999574900221820fb87f0b2235d554f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s8_MIT_Mystery_Hunt_2014_Ring_Around_the_Music/puzzle.css @@ -0,0 +1,258 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + +#mh-submit-answer-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-answer { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-answer-iframe { + width: 470px; + height: 400px; + border: 0px; +} + +#mh-nav-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-nav { + position: absolute; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; + text-align: left; +} +#mh-nav a { + text-decoration: none; +} +#mh-submit-contact-bg { + position: fixed; + background: #888; + opacity: 0.5; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +#mh-submit-contact { + position: absolute; + width: 470px; + height: 400px; + background: aliceblue; + padding: 20px; + border-radius: 15px; + border: 0px solid black; + box-shadow: #222 5px 5px 10px; +} +#mh-submit-contact-iframe { + width: 470px; + height: 400px; + border: 0px; +} + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.mh-mit-card-solved { + position: absolute; + top: 0px; + left: 0px; +} + +@media screen { + .mh-fancy #mh-mit-card { + float: left; + position: relative; + margin: 25px; + } + .mh-plain #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + +@media print { + #mh-mit-card { + float: left; + position: relative; + margin: 10px; + } +} + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/e-1.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/e-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4104162a022739d3c31a7df26d4ac1efe2a37aae --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/e-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc4767d22a6c0bf8cef7210b85f18a03f485ef7e1bb1cfe9962e033a3cead10 +size 4477 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e01_MIT_Mystery_Hunt_2015_Write-it_Build-it/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e01_MIT_Mystery_Hunt_2015_Write-it_Build-it/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e01_MIT_Mystery_Hunt_2015_Write-it_Build-it/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e02_MIT_Mystery_Hunt_2015_Blub_Blub_Pub_Trivia/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e02_MIT_Mystery_Hunt_2015_Blub_Blub_Pub_Trivia/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e02_MIT_Mystery_Hunt_2015_Blub_Blub_Pub_Trivia/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e03_MIT_Mystery_Hunt_2015_Steamteam/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e03_MIT_Mystery_Hunt_2015_Steamteam/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e03_MIT_Mystery_Hunt_2015_Steamteam/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e04_MIT_Mystery_Hunt_2015_Sunken_Treasure/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e04_MIT_Mystery_Hunt_2015_Sunken_Treasure/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e04_MIT_Mystery_Hunt_2015_Sunken_Treasure/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e05_MIT_Mystery_Hunt_2015_Charybdis_Charades/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e05_MIT_Mystery_Hunt_2015_Charybdis_Charades/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e05_MIT_Mystery_Hunt_2015_Charybdis_Charades/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r012_MIT_Mystery_Hunt_2015_Beth/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r012_MIT_Mystery_Hunt_2015_Beth/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r012_MIT_Mystery_Hunt_2015_Beth/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r018_MIT_Mystery_Hunt_2015_Nope/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r018_MIT_Mystery_Hunt_2015_Nope/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r018_MIT_Mystery_Hunt_2015_Nope/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r026_MIT_Mystery_Hunt_2015_Montages/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r026_MIT_Mystery_Hunt_2015_Montages/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r026_MIT_Mystery_Hunt_2015_Montages/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r027_MIT_Mystery_Hunt_2015_Nina/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r027_MIT_Mystery_Hunt_2015_Nina/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r027_MIT_Mystery_Hunt_2015_Nina/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/index.html new file mode 100644 index 0000000000000000000000000000000000000000..703c72a3d03c5b72a0414d25b839041200082e5f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/index.html @@ -0,0 +1,126 @@ + + + + + + + + + + + The Cat's Meow — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 98
+
+
+
+
+
+ + + + +
+ + + +

The Cat's Meow

+ + +

Answer: click here to reveal

+ + +
+
+ +
+

+

+

+

+

+

+
+ + +
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..d1455de2f3d9da84445c964b241c149b687c37d8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/_solution_assets/index.html @@ -0,0 +1,117 @@ + + + + + + + + + + + Solution to A Short Transmission — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 103
+
+
+
+
+
+
+ +

Solution to A Short Transmission

+

by Nathaniel Zuk and Isaac Oderberg

+

Answer: CLAN LAIRD

+
+
+ +

The answer to the puzzle is encoded in this poem by stressed and unstressed syllables, which can be identified by saying the poem aloud. Each line can be converted into a letter via Morse code, where a stressed syllable is a dash and unstressed is a dot. +(S = stressed, U = unstressed)

+ +
S U S U = C
+U S U U = L
+U S     = A
+S U     = N
+
+U S U U = L
+U S     = A
+U U     = I
+U S U   = R
+S U U   = D
+ +The answer to the puzzle is CLAN LAIRD. + + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..d1455de2f3d9da84445c964b241c149b687c37d8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/solution.html @@ -0,0 +1,117 @@ + + + + + + + + + + + Solution to A Short Transmission — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 103
+
+
+
+
+
+
+ +

Solution to A Short Transmission

+

by Nathaniel Zuk and Isaac Oderberg

+

Answer: CLAN LAIRD

+
+
+ +

The answer to the puzzle is encoded in this poem by stressed and unstressed syllables, which can be identified by saying the poem aloud. Each line can be converted into a letter via Morse code, where a stressed syllable is a dash and unstressed is a dot. +(S = stressed, U = unstressed)

+ +
S U S U = C
+U S U U = L
+U S     = A
+S U     = N
+
+U S U U = L
+U S     = A
+U U     = I
+U S U   = R
+S U U   = D
+ +The answer to the puzzle is CLAN LAIRD. + + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..38bf4b37064201caa68b1a23a0d063afaa457a0f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/solution.html @@ -0,0 +1,120 @@ + + + + + + + + + + + Solution to Hash — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 110
+
+
+
+
+
+
+ +

Solution to Hash

+

by Iolanthe Chronis

+

Answer: TUBA

+
+
+ +

The four hash tags are clues.

+ + + + + + +
#OldSkoolSubmarineUBOAT
#ElevatorSchmaltzMUZAK
#PlayGuitarSTRUM
#PiecesOfTicketsSTUBS
+ +

These form a hashtag:

+ +

 S M
+STRUM
+ U Z
+UBOAT
+ S K

+ +

The four intersections spell the answer, TUBA.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3a6d66826261d40b373fc788d79203c463266035 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/index.html @@ -0,0 +1,126 @@ + + + + + + + + + + + Tickle Me Pink — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 178
+
+
+
+
+
+ + + + +
+ + + +

Tickle Me Pink

+ + +

Answer: click here to reveal

+ + +
+
+ +
+

+

+

+

+

+

+
+ + +
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0424_MIT_Mystery_Hunt_2015_Trivia_Round/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0424_MIT_Mystery_Hunt_2015_Trivia_Round/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0424_MIT_Mystery_Hunt_2015_Trivia_Round/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0427_MIT_Mystery_Hunt_2015_Bubbles/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0427_MIT_Mystery_Hunt_2015_Bubbles/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0427_MIT_Mystery_Hunt_2015_Bubbles/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0428_MIT_Mystery_Hunt_2015_Bookshelves/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0428_MIT_Mystery_Hunt_2015_Bookshelves/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0428_MIT_Mystery_Hunt_2015_Bookshelves/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0429_MIT_Mystery_Hunt_2015_Three_s_the_Charm/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0429_MIT_Mystery_Hunt_2015_Three_s_the_Charm/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0429_MIT_Mystery_Hunt_2015_Three_s_the_Charm/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0430_MIT_Mystery_Hunt_2015_Starfish/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0430_MIT_Mystery_Hunt_2015_Starfish/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0430_MIT_Mystery_Hunt_2015_Starfish/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0431_MIT_Mystery_Hunt_2015_Toasting_the_Bagel/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0431_MIT_Mystery_Hunt_2015_Toasting_the_Bagel/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0431_MIT_Mystery_Hunt_2015_Toasting_the_Bagel/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0432_MIT_Mystery_Hunt_2015_Rectangles/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0432_MIT_Mystery_Hunt_2015_Rectangles/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0432_MIT_Mystery_Hunt_2015_Rectangles/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0433_MIT_Mystery_Hunt_2015_FJF_S/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0433_MIT_Mystery_Hunt_2015_FJF_S/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0433_MIT_Mystery_Hunt_2015_FJF_S/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0434_MIT_Mystery_Hunt_2015_Fencing/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0434_MIT_Mystery_Hunt_2015_Fencing/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0434_MIT_Mystery_Hunt_2015_Fencing/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0435_MIT_Mystery_Hunt_2015_Striptease/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0435_MIT_Mystery_Hunt_2015_Striptease/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0435_MIT_Mystery_Hunt_2015_Striptease/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0436_MIT_Mystery_Hunt_2015_Siamese_Quintuplets/faq.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0436_MIT_Mystery_Hunt_2015_Siamese_Quintuplets/faq.html new file mode 100644 index 0000000000000000000000000000000000000000..151e4e418dc3c6eeefdd5c163dac42708a7eaffd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0436_MIT_Mystery_Hunt_2015_Siamese_Quintuplets/faq.html @@ -0,0 +1,122 @@ + + + + + + + + + + + FAQ — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

FAQ

+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..0d363a415af595b537b248060636cf41a652889d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/_solution_assets/index.html @@ -0,0 +1,112 @@ + + + + + + + + + + + Solution to Back and Forth — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 379
+
+
+
+
+
+
+ +

Solution to Back and Forth

+

by halftime

+

Answer: COLORED ICE

+
+
+ +

The answers to the clues are:

+ +

CO
+rOCkmeLOn
+sOLitaiRE
+vERDI
+guIDanCE
+EC

+ +Each answer (except the two two-letter answers) contains two bigrams that can be found, reversed, in other answers (specifically, the two adjacent answers in the list). This creates a chain of answers, with the two two-letter answers at the endpoints. Read the bigrams in the proper direction to extract the final answer, COLORED ICE. + + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..0d363a415af595b537b248060636cf41a652889d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/solution.html @@ -0,0 +1,112 @@ + + + + + + + + + + + Solution to Back and Forth — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 379
+
+
+
+
+
+
+ +

Solution to Back and Forth

+

by halftime

+

Answer: COLORED ICE

+
+
+ +

The answers to the clues are:

+ +

CO
+rOCkmeLOn
+sOLitaiRE
+vERDI
+guIDanCE
+EC

+ +Each answer (except the two two-letter answers) contains two bigrams that can be found, reversed, in other answers (specifically, the two adjacent answers in the list). This creates a chain of answers, with the two two-letter answers at the endpoints. Read the bigrams in the proper direction to extract the final answer, COLORED ICE. + + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..04c232aa914eb82f6a0dd6d54be9ceeb3bd147c9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/asset_index.html @@ -0,0 +1,156 @@ + + + + + + + + + + + Solution to Tracking — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Tracking

+

by Craig Kasper

+

Answer: Click here to reveal

+
+
+ All answers in the round are sub-selections of the answer taken from left to right: +
+AU-------DI--O--
+---LA-DE---N----
+-----N-ERD-----S
+--S----E--IN--E-
+-US-A-------G-E-
+A--LA-D--DIN----
+-U---NDER---GO--
+      
+ The answer is AUSLANDER DINGOES. +
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..04c232aa914eb82f6a0dd6d54be9ceeb3bd147c9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/solution @@ -0,0 +1,156 @@ + + + + + + + + + + + Solution to Tracking — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Tracking

+

by Craig Kasper

+

Answer: Click here to reveal

+
+
+ All answers in the round are sub-selections of the answer taken from left to right: +
+AU-------DI--O--
+---LA-DE---N----
+-----N-ERD-----S
+--S----E--IN--E-
+-US-A-------G-E-
+A--LA-D--DIN----
+-U---NDER---GO--
+      
+ The answer is AUSLANDER DINGOES. +
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/solution new file mode 100644 index 0000000000000000000000000000000000000000..04c232aa914eb82f6a0dd6d54be9ceeb3bd147c9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/solution @@ -0,0 +1,156 @@ + + + + + + + + + + + Solution to Tracking — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Tracking

+

by Craig Kasper

+

Answer: Click here to reveal

+
+
+ All answers in the round are sub-selections of the answer taken from left to right: +
+AU-------DI--O--
+---LA-DE---N----
+-----N-ERD-----S
+--S----E--IN--E-
+-US-A-------G-E-
+A--LA-D--DIN----
+-U---NDER---GO--
+      
+ The answer is AUSLANDER DINGOES. +
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..d8c7dcb7361d886dfcc698601fd0a5ad7789204f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/asset_index.html @@ -0,0 +1,149 @@ + + + + + + + + + + + Trail Goods — Ysera — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Trail Goods

+

by James Hopkin

+

Answer: Click here to reveal

+
+
+

Each of the pictures shows something that can be named with a toponym, + a word derived from the name of a geographical location. All of the + locations are in or near Europe. Plot these locations on a map, and + connect the ones in each row to form the shape of a letter. +

[View solution details as a PDF]

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..d8c7dcb7361d886dfcc698601fd0a5ad7789204f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/solution @@ -0,0 +1,149 @@ + + + + + + + + + + + Trail Goods — Ysera — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Trail Goods

+

by James Hopkin

+

Answer: Click here to reveal

+
+
+

Each of the pictures shows something that can be named with a toponym, + a word derived from the name of a geographical location. All of the + locations are in or near Europe. Plot these locations on a map, and + connect the ones in each row to form the shape of a letter. +

[View solution details as a PDF]

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/solution new file mode 100644 index 0000000000000000000000000000000000000000..d8c7dcb7361d886dfcc698601fd0a5ad7789204f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/solution @@ -0,0 +1,149 @@ + + + + + + + + + + + Trail Goods — Ysera — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Trail Goods

+

by James Hopkin

+

Answer: Click here to reveal

+
+
+

Each of the pictures shows something that can be named with a toponym, + a word derived from the name of a geographical location. All of the + locations are in or near Europe. Plot these locations on a map, and + connect the ones in each row to form the shape of a letter. +

[View solution details as a PDF]

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r096_MIT_Mystery_Hunt_2016_The_Foetid_Charnel_Pie_Charts/L36.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r096_MIT_Mystery_Hunt_2016_The_Foetid_Charnel_Pie_Charts/L36.png new file mode 100644 index 0000000000000000000000000000000000000000..b9aa9dc39577863d4bf261586c14d058dcf12da3 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r096_MIT_Mystery_Hunt_2016_The_Foetid_Charnel_Pie_Charts/L36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e74d89b1c11ffdff9f25576f503de58416d3b43af79d1fff634d2736278b200 +size 4478 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r096_MIT_Mystery_Hunt_2016_The_Foetid_Charnel_Pie_Charts/L42.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r096_MIT_Mystery_Hunt_2016_The_Foetid_Charnel_Pie_Charts/L42.png new file mode 100644 index 0000000000000000000000000000000000000000..02e4ff0b4356f6d1de33871650838236edf972d1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r096_MIT_Mystery_Hunt_2016_The_Foetid_Charnel_Pie_Charts/L42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a58a9dd9889de75921a54f4defbc5a70e7ddee422e49689523ac4f4d6212f7 +size 4473