diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/3c.mid b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/3c.mid new file mode 100644 index 0000000000000000000000000000000000000000..ab4b9ad573f63dabef6fe02da322eeb05e0ea798 Binary files /dev/null and b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/3c.mid differ diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013101_MIT_Mystery_Hunt_2013_Megamix/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013101_MIT_Mystery_Hunt_2013_Megamix/index.html new file mode 100644 index 0000000000000000000000000000000000000000..74d7fb2b6e1755e158f9d05e4e43d57df4ef1f24 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013101_MIT_Mystery_Hunt_2013_Megamix/index.html @@ -0,0 +1,139 @@ + + + +Megamix -- COINHEIST + + + + + + + + + + + + + + + + + + + + + + + + + +Megamix + + + + + +
+ +
+ +
+ + +
+ +

+ Megamix: Solved +

+ +

You overhear Danny Ocean at a Vegas club shouting "Hey! DJ Roy! How +about you add another electronic band to the mix?"

part1.mp3
part2.mp3
part3.mp3
part4.mp3
+ + + + +
+ + +
+
+
+ + +
+

Status:

+ +
+ + +
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c7_MIT_Mystery_Hunt_2014_Stage_Select/_solution_assets/solution.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c7_MIT_Mystery_Hunt_2014_Stage_Select/_solution_assets/solution.css new file mode 100644 index 0000000000000000000000000000000000000000..f21d5beaf73d2452cda5b10b105daa9b71f1380b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c7_MIT_Mystery_Hunt_2014_Stage_Select/_solution_assets/solution.css @@ -0,0 +1,281 @@ +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; + } +} + + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.grid { + border-collapse: collapse; + margin-left: auto; + margin-right: auto; +} +.grid TD { + border: 1px solid black; + font-size: 18px; + height: 36px; + padding: 0px; + text-align: center; + width: 36px; +} +TD.t { + border-top-width: 3px; +} +TD.b { + border-bottom-width: 3px; +} +TD.l { + border-left-width: 3px; +} +TD.r { + border-right-width: 3px; +} +.qtab { + border-collapse: collapse; +} +.qtab TD { + border: 1px solid black; + padding: 12px; + vertical-align: top; + width: 33%; +} +.qq { + margin-top: 8px; + padding: 0 4px 0 4px; +} +.qr { + color: #606060; + font-style: italic; + margin-bottom: 8px; + padding: 0 4px 0 4px; + text-align: right; +} +.qa { + font-weight: bold; + margin-bottom: 8px; + padding: 0 4px 0 4px; + text-align: right; +} +.sx { + background-image: url('images/X.png'); + background-position: center; + background-repeat: no-repeat; + background-size: 36px 36px; +} +.so { + background-image: url('images/O.png'); + background-position: center; + background-repeat: no-repeat; + background-size: 36px 36px; +} +TD.b0 { + background-color: #ffbbbb; +} +TD.b1 { + background-color: #ffbb66; +} +TD.b2 { + background-color: #eeee99; +} +TD.b3 { + background-color: #ccff99; +} +TD.b4 { + background-color: #99dd99; +} +TD.b5 { + background-color: #66ffbb; +} +TD.b6 { + background-color: #66cccc; +} +TD.b7 { + background-color: #99ddff; +} +TD.b8 { + background-color: #9999ff; +} +TD.b9 { + background-color: #dd99ff; +} +.qa { + font-weight: bold; + margin-bottom: 8px; + text-align: right; +} +.tx { + color: #0000cc; + font-weight: bold; +} +.to { + color: #cc0000; + font-weight: bold; +} +.rm { + text-decoration: underline; +} +.caption { + font-size: 14px; + font-style: italic; +} +.blki { + display: inline-block; + border-bottom: 1px solid black; + width: 50px; +} +.blko { + white-space: nowrap; +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1ck_MIT_Mystery_Hunt_2014_BLAST_from_the_Past/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1ck_MIT_Mystery_Hunt_2014_BLAST_from_the_Past/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..8adb55f2795a745cd86d753dc9788289ec4cd8b3 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1ck_MIT_Mystery_Hunt_2014_BLAST_from_the_Past/puzzle.css @@ -0,0 +1,259 @@ +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; + } +} + +p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font-family: Courier, monospace; word-wrap: break-word; } + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1cq_MIT_Mystery_Hunt_2014_Technical_Program_Committee_Report/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1cq_MIT_Mystery_Hunt_2014_Technical_Program_Committee_Report/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..9384dc7285003c34685eed02c398b37ea9408bab --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1cq_MIT_Mystery_Hunt_2014_Technical_Program_Committee_Report/puzzle.css @@ -0,0 +1,266 @@ +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; + } +} + +.pr { + color: #33c; + font-family: Helvetica, Arial, sans-serif; + font-size: 16px; + font-style: italic; +} +.pl LI { + margin: 18px 0px; +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d10_MIT_Mystery_Hunt_2014_Down_the_Rabbit_Hole_2_Super_Magic_Samurai_Ro/img64.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d10_MIT_Mystery_Hunt_2014_Down_the_Rabbit_Hole_2_Super_Magic_Samurai_Ro/img64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7d3421e5d6914b9ec4fde1ac6d99ebb93b4200b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d10_MIT_Mystery_Hunt_2014_Down_the_Rabbit_Hole_2_Super_Magic_Samurai_Ro/img64.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6985f8162d5012e142d28dd91e26bfc51504bd68cc017ce7ed99b9031600d0f6 +size 4606 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..baaeb0ef5bd76a06f2f0204d54bc03468d3caa64 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/_solution_assets/index.html @@ -0,0 +1,85 @@ + + + + I Came Across a Japanese Rose Garden (MIT) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to I Came Across a Japanese Rose Garden

+ +

+Authors: Erin Rhode and Jason Juang +

+ +

Each of the grey bands on the finger nails contains a link to cartoon image. Each cartoon illustrates a color in the OPI nail polish catalogue. Using the nail polish color to colorize the bands, each finger nail can now be treated as a resistor with colored bands. Using the resistor color code and mapping the resulting numbers to the alphabet gives the phrase "CAMRYS AND TERCELS." Both are TOYOTAS.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
 A Good Man-darin is Hard to Find (Orange)
Orange = 3 = C
 
 Brisbane Bronze (Brown)
Brown = 1 = A
Tickle My France-y (Brown)In My Back Pocket (Orange)
Brown Orange = 13 = M
A-Piers to Be Tan (Brown)Suzi Takes the Wheel (Grey)
Brown Grey = 18 = R
First Date at the Golden Gate (Red)Here Today Aragon Tomorrow (Green)
Red Green = 25 = Y
Sprung (Brown)Alpine Snow (White)
Brown White = 19 = S
 
 Java Mauve-A (Brown)
Brown = 1 = A
Barefoot in Barcelona (Brown)Need Sunglasses? (Yellow)
Brown Yellow = 14 = N
 
 Don't Talk Bach to Me (Yellow)
Yellow = 4 = D
An Affair in Red Square (Red)Black Onyx (Black)
Red Black = 20 = T
 
 Gargantuan Green Grape (Green)
Green = 5 = E
Chocolate Moose (Brown)French Quarter For Your Thoughts (Grey)
Brown Grey = 18 = R
 
 Y'all Come Back Ya Hear? (Orange)
Orange = 3 = C
 
 Green-wich Village (Green)
Green = 5 = E
Wooden Shoe Like to Know? (Brown)Red My Fortune Cookie (Red)
Brown Red = 12 = L
San Tan-tonio (Brown)Funny Bunny (White)
Brown White = 19 = S
+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..baaeb0ef5bd76a06f2f0204d54bc03468d3caa64 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d4_MIT_Mystery_Hunt_2014_I_Came_Across_a_Japanese_Rose_Garden/solution.html @@ -0,0 +1,85 @@ + + + + I Came Across a Japanese Rose Garden (MIT) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to I Came Across a Japanese Rose Garden

+ +

+Authors: Erin Rhode and Jason Juang +

+ +

Each of the grey bands on the finger nails contains a link to cartoon image. Each cartoon illustrates a color in the OPI nail polish catalogue. Using the nail polish color to colorize the bands, each finger nail can now be treated as a resistor with colored bands. Using the resistor color code and mapping the resulting numbers to the alphabet gives the phrase "CAMRYS AND TERCELS." Both are TOYOTAS.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
 A Good Man-darin is Hard to Find (Orange)
Orange = 3 = C
 
 Brisbane Bronze (Brown)
Brown = 1 = A
Tickle My France-y (Brown)In My Back Pocket (Orange)
Brown Orange = 13 = M
A-Piers to Be Tan (Brown)Suzi Takes the Wheel (Grey)
Brown Grey = 18 = R
First Date at the Golden Gate (Red)Here Today Aragon Tomorrow (Green)
Red Green = 25 = Y
Sprung (Brown)Alpine Snow (White)
Brown White = 19 = S
 
 Java Mauve-A (Brown)
Brown = 1 = A
Barefoot in Barcelona (Brown)Need Sunglasses? (Yellow)
Brown Yellow = 14 = N
 
 Don't Talk Bach to Me (Yellow)
Yellow = 4 = D
An Affair in Red Square (Red)Black Onyx (Black)
Red Black = 20 = T
 
 Gargantuan Green Grape (Green)
Green = 5 = E
Chocolate Moose (Brown)French Quarter For Your Thoughts (Grey)
Brown Grey = 18 = R
 
 Y'all Come Back Ya Hear? (Orange)
Orange = 3 = C
 
 Green-wich Village (Green)
Green = 5 = E
Wooden Shoe Like to Know? (Brown)Red My Fortune Cookie (Red)
Brown Red = 12 = L
San Tan-tonio (Brown)Funny Bunny (White)
Brown White = 19 = S
+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r201_MIT_Mystery_Hunt_2014_The_Puzzle_Your_Puzzle_Could_Smell_Like/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r201_MIT_Mystery_Hunt_2014_The_Puzzle_Your_Puzzle_Could_Smell_Like/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..c21b19ba7b874d1c0cf419eb9c8e9adbd9fbc4f8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r201_MIT_Mystery_Hunt_2014_The_Puzzle_Your_Puzzle_Could_Smell_Like/_solution_assets/index.html @@ -0,0 +1,204 @@ + + + + The Puzzle Your Puzzle Could Smell Like (The Tea Party) + + + + +
+
+ + Back + +
+
+ + +
+ + + + + +

Solution to The Puzzle Your Puzzle Could Smell Like

+Author: Dan Katz
+Acting by Usman Akeju + +

This puzzle consists of twelve videos (starring Usman Akeju) that parody Isaiah Mustafa's Old Spice video responses to Twitter questions, which can be found at +http://www.youtube.com/playlist?list=PL484F058C3EAF7FA6. + +Each parody video has Isaiah responding to a different fictional Twitter handle, and the video ends with a caption (an enumeration and a timestamp) that is displayed while a variation on the Old Spice jingle (with the last note changed) plays. +

+The solver must: +

    +
  1. Anagram each fictional Twitter handle in the video given in the puzzle (henceforth known as the "parody video") to get a real Twitter user to whom Isaiah posted a video (henceforth known as the "real video"), found online.
  2. +
  3. Find two pairs of phrases, one of which is the other anagrammed with an additional letter:
  4. +
      +
    • The longer phrase is a two-word phrase that appears in the real video; the timestamp is given at the end of the parody video.
    • +
    • The shorter phrase is clued by the response in the parody video; the enumeration of this phrase is given at the end of the parody video.
    • +
    +
  5. Order the extra letters by the incorrect jingle notes (which form a chromatic scale rising from D♯ to D) to get the answer.
  6. +
+

+The table below shows all the relevant information for each video; ordering the extra letters by musical note gives the answer TESTOSTERONE. + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Real Twitter Handle + Fake Twitter Handle (Anagram) + Video Phrase + Time + Clued Phrase (Transdeletion) + Enumeration + Extra Letter + Order + Note +
Kmanchester + NetherSmack + EARTH ROTATIONS + 0:33 + ART INTRO OATHS + 3 5 5 + E + 8 + A♯ +
RoseMcGowan + WrongCameos + PICTURE ALBUMS + 0:30 + BURLAP MISCUE + 6 6 + T + 4 + F♯ +
DrPeteNathaniel + HerniatedPlanet + HEART REPLACEMENT + 0:14 + EPHEMERAL TRANCE + 9 6 + T + 7 + A +
TechFrog + ChefGort + SWAN DIVE + 0:30 + DAN VIEW + 3 4 + S + 3 + F +
RyanSeacrest + NecessaryRat + SINGING STAR + 0:20 + GIANT SIGNS + 5 5 + R + 9 + B +
KentVillard + VerdantKill + ELEPHANT KICK + 0:25 + INK CAKE HELP + 3 4 4 + T + 1 + D♯ +
MindOfChester + FonderChemist + MANSION HOUSE + 0:14 + ONION HAS SUM + 5 3 3 + E + 12 + D +
IsaiahMustafa + AShiatsuMafia + PORTLAND OREGON + 0:11 + PROLONG A TREND + 7 1 5 + O + 5 + G +
ProtoCollie + LoopierColt + SUPER STRENGTH + 0:15 + REPS HURT GENT + 4 4 4 + S + 6 + G♯ +
VenessaLocher + SeveralChosen + NOSE HOLES + 0:18 + SHOE LENS + 4 4 + O + 10 + C +
TheEllenShow + OwlThenHeels + EASTERN LATVIA + 0:25 + SILENT AVATAR + 6 6 + E + 2 + E +
LisaBarone + AerialSnob + MONEY BILLS + 0:28 + SMELLY BIO + 6 3 + N + 11 + C♯ +
+ +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r201_MIT_Mystery_Hunt_2014_The_Puzzle_Your_Puzzle_Could_Smell_Like/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r201_MIT_Mystery_Hunt_2014_The_Puzzle_Your_Puzzle_Could_Smell_Like/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..c21b19ba7b874d1c0cf419eb9c8e9adbd9fbc4f8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r201_MIT_Mystery_Hunt_2014_The_Puzzle_Your_Puzzle_Could_Smell_Like/solution.html @@ -0,0 +1,204 @@ + + + + The Puzzle Your Puzzle Could Smell Like (The Tea Party) + + + + +
+
+ + Back + +
+
+ + +
+ + + + + +

Solution to The Puzzle Your Puzzle Could Smell Like

+Author: Dan Katz
+Acting by Usman Akeju + +

This puzzle consists of twelve videos (starring Usman Akeju) that parody Isaiah Mustafa's Old Spice video responses to Twitter questions, which can be found at +http://www.youtube.com/playlist?list=PL484F058C3EAF7FA6. + +Each parody video has Isaiah responding to a different fictional Twitter handle, and the video ends with a caption (an enumeration and a timestamp) that is displayed while a variation on the Old Spice jingle (with the last note changed) plays. +

+The solver must: +

    +
  1. Anagram each fictional Twitter handle in the video given in the puzzle (henceforth known as the "parody video") to get a real Twitter user to whom Isaiah posted a video (henceforth known as the "real video"), found online.
  2. +
  3. Find two pairs of phrases, one of which is the other anagrammed with an additional letter:
  4. +
      +
    • The longer phrase is a two-word phrase that appears in the real video; the timestamp is given at the end of the parody video.
    • +
    • The shorter phrase is clued by the response in the parody video; the enumeration of this phrase is given at the end of the parody video.
    • +
    +
  5. Order the extra letters by the incorrect jingle notes (which form a chromatic scale rising from D♯ to D) to get the answer.
  6. +
+

+The table below shows all the relevant information for each video; ordering the extra letters by musical note gives the answer TESTOSTERONE. + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Real Twitter Handle + Fake Twitter Handle (Anagram) + Video Phrase + Time + Clued Phrase (Transdeletion) + Enumeration + Extra Letter + Order + Note +
Kmanchester + NetherSmack + EARTH ROTATIONS + 0:33 + ART INTRO OATHS + 3 5 5 + E + 8 + A♯ +
RoseMcGowan + WrongCameos + PICTURE ALBUMS + 0:30 + BURLAP MISCUE + 6 6 + T + 4 + F♯ +
DrPeteNathaniel + HerniatedPlanet + HEART REPLACEMENT + 0:14 + EPHEMERAL TRANCE + 9 6 + T + 7 + A +
TechFrog + ChefGort + SWAN DIVE + 0:30 + DAN VIEW + 3 4 + S + 3 + F +
RyanSeacrest + NecessaryRat + SINGING STAR + 0:20 + GIANT SIGNS + 5 5 + R + 9 + B +
KentVillard + VerdantKill + ELEPHANT KICK + 0:25 + INK CAKE HELP + 3 4 4 + T + 1 + D♯ +
MindOfChester + FonderChemist + MANSION HOUSE + 0:14 + ONION HAS SUM + 5 3 3 + E + 12 + D +
IsaiahMustafa + AShiatsuMafia + PORTLAND OREGON + 0:11 + PROLONG A TREND + 7 1 5 + O + 5 + G +
ProtoCollie + LoopierColt + SUPER STRENGTH + 0:15 + REPS HURT GENT + 4 4 4 + S + 6 + G♯ +
VenessaLocher + SeveralChosen + NOSE HOLES + 0:18 + SHOE LENS + 4 4 + O + 10 + C +
TheEllenShow + OwlThenHeels + EASTERN LATVIA + 0:25 + SILENT AVATAR + 6 6 + E + 2 + E +
LisaBarone + AerialSnob + MONEY BILLS + 0:28 + SMELLY BIO + 6 3 + N + 11 + C♯ +
+ +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r208_MIT_Mystery_Hunt_2014_Monster_Potatoes/monster_potatoes b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r208_MIT_Mystery_Hunt_2014_Monster_Potatoes/monster_potatoes new file mode 100644 index 0000000000000000000000000000000000000000..ee946eeabc2d5fbf1c9825ae0ad30214e6b1a38c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r208_MIT_Mystery_Hunt_2014_Monster_Potatoes/monster_potatoes @@ -0,0 +1,125 @@ + + + + Monster Potatoes (The Tea Party) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Monster Potatoes

+ +

+Author: Harvey Jones +

+ +Each clue actually clues a pair of songs, which can be filled into the +corresponding grid. Each pair of songs was sampled and combined into a +single Girl Talk track. Each grid represents one of Girl Talk's three +most recent album. Take the grid crossings that correspond to two +songs that appeared in the same track together and order them by +(album, track number) to get PLAYEDSTARSHINEFREEDMAN, cluing the +answer SUZANNE CROUGH.
+
+In case you were wondering, Monster (Mash), and (Mashed) Potatoes +clues the use of mashups. + +

Grid 1 (PLAYEDST)

+ +1 P) Pop / Pimpin' All Over the World
+This song featuring Ludacris and Bobby V somehow won 4 VMAs including, very fittingly, Best Pop Video.
+
+2 L) Player's Anthem / Blinded by the Light
+This planetary cover of a Bruce Springsteen song was the debut single from a group of Notorious B.I.G. proteges.
+
+3 A) In Da Club / Say It Ain't So
+This song was called the 448th best song of all time and one of the top 10 tracks of the 90s by different magazines.
+
+4 Y) I Think They Like Me / Today
+This track featuring Bow-Wow opens with an iconic Billy Corgan guitar riff.
+
+5 E) Tiny Dancer / Scentless Apprentice
+It took Kurt Cobain almost a decade of study before he was allowed to write this song jokingly said to be about Tony Danza.
+
+6 D) Holland, 1945 / I Bleed
+The title of this song makes it pretty clear that The Pixies wrote it about Anne Frank.
+
+13 S) I'm A Slave 4 U / My Humps
+This track in which Fergie bragged about being well-endowed was performed as a duet with an Albino Burmese Python.
+
+14 T) It Takes Two / Let's Stay Together
+It requires a pair of songs to make this one clue about a song made famous by Al Green and Tina Turner.
+
+ +

Grid 2 (ARSHINE)

+1 A) Oh Pretty Woman / We're Not Gonna Take it
+Tipper Gore was enraged by this song, which inspired the name of a 1990 Richard Gere film.
+
+2 R) Pepper / Girlfriend
+Avril Lavigne tries to get you to break up in this song from 1996's Electriclarryland.
+
+3 S) So What'cha Want / Here Comes My Baby
+Ad Rock name checks the author of Baby and Child Care in this song that made the Rushmore soundtrack.
+
+4 H) Bohemian Rhapsody / You Know What It Is
+Dana Carvey infamously headbangs to this 2007 T.I. single in an SNL spin-off movie.
+
+12 I) Come On Ride It (The Train) / Saturday In The Park
+This song is Peter Cetera's ode to the Davenport - Rock Island metro line and Independence Day.
+
+13 N) Rhythm of the Night / In Between Days
+After the sun sets, Robert Smith really cuts loose with some syncopated beats.
+
+14 E) Under the Bridge / Don't Bring Me Down
+This song about Anthony Kiedis's personal nadir was dedicated to Skylab.
+
+ +

Grid 3 (FREEDMAN)

+ +1 F) Empire State Of Mind / Appetite For Destruction
+Dr. Dre proclaims himself the new Sinatra on this song from the GTA 5 soundtrack.
+
+2 R) Blitzkrieg Bop / Rude Boy
+This song is Rihanna's ode to lightning war and its impolite practitioners.
+
+3 E) Closer /In Your Eyes
+John Cusack used this song to talk about how he wanted to feel Ione Skye from the inside.
+
+4 E) Hypnotize / LoveGame
+In this song, a Clinton Hill native claimed to mesmerize women with his disco stick.
+
+5 D) Banned in the USA / Possum Kingdom
+The video for this song about a Broward County court was believed to be a snuff film.
+
+8 M) Bust A Move / Can't Get You Out of My Head
+Kylie Minogue walks you through how to get some action at a wedding, featuring an infectious no-word chorus.
+
+11 A) It Was A Good Day / Paint It Black
+Brian Jones eschewed his AK for a sitar in this 1966 song.
+
+12 N) Sandstorm / Imagine
+Koji Uehara's walk-up music was the best-selling single of a British legend's solo career.
+
+ +

Grids

+ + + + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r311_MIT_Mystery_Hunt_2014_Please_Remain_Seated/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r311_MIT_Mystery_Hunt_2014_Please_Remain_Seated/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..d7d90bea14893c843d69a150278943b0e3f9b371 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r311_MIT_Mystery_Hunt_2014_Please_Remain_Seated/puzzle.css @@ -0,0 +1,271 @@ +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: #7ceeff url('../../round/mock_turtle/background.jpg') no-repeat top center; + } + +} + + +#mh-turtle { + float: left; + padding: 10px; +} + +#mh-outer { + width: 970px !important; +} +.c { + margin: 0px auto; + text-align: center; +} +._ { + position: relative; + width: 940px; + height: 310px; + border: 2px solid black; + background: #444; + border-radius: 10px; + margin: 0px auto 5px auto; +} +.l { + border: 0px; + position: absolute; + left: 5px; + top: 5px; + width: 460px; + height: 300px; +} +.r { + position: absolute; + right: 5px; + top: 5px; + width: 460px; + height: 300px; +} + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r401_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_WILLIAMS/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r401_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_WILLIAMS/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3ef26cc6f809279724dd0aafd4903003812821be --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r401_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_WILLIAMS/index.html @@ -0,0 +1,110 @@ + + + + A Puzzle with the Answer WILLIAMS (The White Queen) + + + + + +
+
+ + Back to The White Queen + + + Elsewhere + + + + Solution + + +
+
+ + +
+ +
+ A Puzzle with the Answer WILLIAMS +
+
+ +
+
+Congrats! You've solved this puzzle. The answer is WILLIAMS. However, you don't know the puzzle's title. When you think you've gotten the title, submit it. +
+
+
+ +

Note from HQ: When you originally solved this puzzle, we had given you a transparency. If your team doesn't still have it, we can only conclude that there was some sort of hilarious mishap involving it being eaten by iguanas, and it is permanently lost. Unfortunately, we don't have any extra copies to give you, so please don't call HQ to ask.

+ +

However, since you've already solved the puzzle, please feel free to look at the solution:

+ +
+ +
+ +

Solution

+ +

This puzzle consists of a single transparency sheet, looking a bit darker than a normal transparency. It is perforated so that it can be separated into four smaller horizontal strips of equal size.

+ +

The sheets appear at first glance to be blank, but if you overlay them on an overhead projector, you can see the title spelled out. This is because each strip is a 16×7 rectangular grid of square cells, each of which is a linear polarizer oriented at some multiple of 45 degrees.

+ +

To solve the puzzle, put the strips on top of one another, preserving their original top-to-bottom order, and see what image you get if you remove one of them. The table below shows the four corresponding images, each resulting from removing a different strip. A white cell represents the maximum possible light intensity passing through the overlaid sheets; a black cell represents no light passing through; and shades of gray represent intermediate intensity levels.

+ +

+ + + + + +
Overlaid stripsImageLetters
2, 3, 4
W, I
1, 3, 4
L, L
1, 2, 4
I, A
1, 2, 3
M, S
+

+ +

If you look carefully at the images, the cells with the highest intensity spell out two letters in each image. Order the images by the position of the strip removed, as shown above, and the letters spell out the answer WILLIAMS.

+ + + +
+
+
+
+
+
+

The following is a piece of another puzzle that got carried here by the wind. It is not related to this puzzle or any metapuzzle.

+

+
+
+ + +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/_solution_assets/c-1.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/_solution_assets/c-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdf7287809da6346d962721b1b9b3309a27ad5cc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/_solution_assets/c-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf825126993d2579d28a1c07436624b4a285b16ae2e4600a2c81f0dbdde007c +size 4662 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/c-1.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/c-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdf7287809da6346d962721b1b9b3309a27ad5cc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/c-1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf825126993d2579d28a1c07436624b4a285b16ae2e4600a2c81f0dbdde007c +size 4662 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/e-4.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/e-4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..958da342cfb37830b0e487f074289d619c84a575 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r509_MIT_Mystery_Hunt_2014_Thank_Heaven_for_Little_Girls/e-4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bb49b313967742ad9b35f443b9e5d0264822cd43eb544cddc38eaca361883f +size 4611 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r606_MIT_Mystery_Hunt_2014_You_ve_Got_Some_Nerve/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r606_MIT_Mystery_Hunt_2014_You_ve_Got_Some_Nerve/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..d0350939cf8f9a7544c391eb4a5b599a04a6e456 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r606_MIT_Mystery_Hunt_2014_You_ve_Got_Some_Nerve/_solution_assets/index.html @@ -0,0 +1,155 @@ + + + + You've Got Some Nerve (The Caucus Race) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to You've Got Some Nerve

+Author: Sheeva Azma + +

The puzzle is divided into two parts. In the first part, each line corresponds to a pun on a +brain-related word. The task is to identify the word, then identify the cranial nerve that +the part in parentheses is referencing. The second half of the puzzle includes definitions of +the words that are punned. To solve the puzzle, correctly identify each neuro word and +the corresponding cranial nerve, and use the cranial nerve # to index into the brain word. +Once you do this, the clue phrase reads "OF SOUND MIND FOUR LETTERS." The answer to +this puzzle is therefore SANE. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Neuro word clueNerve clueLetter
Flower holder subjugatin'
vase oppressin' → vasopressin
*depresses and intorts eyeball*
4 (superior oblique muscle)
O
Sly animal
fox → falx
*senses smell*
1 (olfactory)
F
Chancellor Angela vends
merkel sells → Merkel cells
*shrugs*
11 (trapezius muscle)
S
En passant chess pieces
pawns → pons
*views*
2 (visual system)
O
School for hungry animals
hippo campus → hippocampus
*vocalizes*
10 (innervates voicebox)
U
Give steroids to Idi
dope amin → dopamine
*tasted a lot*
7 (facial nerve)
N
Vehicle decayed
car rotted → carotid
*smiles*
7 (facial nerve)
D
Vietnam Veterans Memorial designer
maya lin → myelin
*smells cherry blossoms*
1 (olfactory)
M
Mrs. Palin liftin' weights
sarah tonin' → serotonin
*loses balance*
8 (innervates vestibular system/balance)
I
Spoken filler from a 1984 gold medalist gymnast
retton uh → retina
*closes jaw*
5 (muscles of mastication)
N
Anemic-looking speech filler
pallid um → pallidum
*looks sideways*
6 (abducens)
D
Purposed as prayer ender
for Amen → foramen
*is nosy*
1 (olfactory)
F
Expert had a stannum deficiency
pro lacked tin → prolactin
*shrinks pupils*
3 (pupillary constriction reflex)
O
Rejection of clutter from a preppy retail store
Gap junk shun → gap junction
*talks*
5 (jaw innervation)
U
Manger amendment
crib reform → cribriform
*lifts voicebox*
9
R
Talons play guitar
claws strum → claustrum
*takes in the scene*
2 (optic tract)
L
Mr. Paul post-makeover
new Ron → neuron
*beholds*
2 (optic tract)
E
Fare charged to outcasts
pariah toll → parietal
*synchronizes eye movements*
6 (abducens)
T
Disorder in the coldest place in Tunisia
Thala muss → thalamus
*detects odor*
1 (olfactory)
T
Whitefish consumed
cod ate → caudate
*cried tears of joy*
7
E
Copernicus, Jonas, Cage, and Tesla
four Nicks → fornix
*eyelids droop*
3 (function of oculomotor nerve)
R
"Gluttony" and "Sloth" for iPhone
sin apps → synapse
*turns out eyeballs*
6 (abduction of the eyeball)
S
+ +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r606_MIT_Mystery_Hunt_2014_You_ve_Got_Some_Nerve/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r606_MIT_Mystery_Hunt_2014_You_ve_Got_Some_Nerve/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..d0350939cf8f9a7544c391eb4a5b599a04a6e456 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r606_MIT_Mystery_Hunt_2014_You_ve_Got_Some_Nerve/solution.html @@ -0,0 +1,155 @@ + + + + You've Got Some Nerve (The Caucus Race) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to You've Got Some Nerve

+Author: Sheeva Azma + +

The puzzle is divided into two parts. In the first part, each line corresponds to a pun on a +brain-related word. The task is to identify the word, then identify the cranial nerve that +the part in parentheses is referencing. The second half of the puzzle includes definitions of +the words that are punned. To solve the puzzle, correctly identify each neuro word and +the corresponding cranial nerve, and use the cranial nerve # to index into the brain word. +Once you do this, the clue phrase reads "OF SOUND MIND FOUR LETTERS." The answer to +this puzzle is therefore SANE. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Neuro word clueNerve clueLetter
Flower holder subjugatin'
vase oppressin' → vasopressin
*depresses and intorts eyeball*
4 (superior oblique muscle)
O
Sly animal
fox → falx
*senses smell*
1 (olfactory)
F
Chancellor Angela vends
merkel sells → Merkel cells
*shrugs*
11 (trapezius muscle)
S
En passant chess pieces
pawns → pons
*views*
2 (visual system)
O
School for hungry animals
hippo campus → hippocampus
*vocalizes*
10 (innervates voicebox)
U
Give steroids to Idi
dope amin → dopamine
*tasted a lot*
7 (facial nerve)
N
Vehicle decayed
car rotted → carotid
*smiles*
7 (facial nerve)
D
Vietnam Veterans Memorial designer
maya lin → myelin
*smells cherry blossoms*
1 (olfactory)
M
Mrs. Palin liftin' weights
sarah tonin' → serotonin
*loses balance*
8 (innervates vestibular system/balance)
I
Spoken filler from a 1984 gold medalist gymnast
retton uh → retina
*closes jaw*
5 (muscles of mastication)
N
Anemic-looking speech filler
pallid um → pallidum
*looks sideways*
6 (abducens)
D
Purposed as prayer ender
for Amen → foramen
*is nosy*
1 (olfactory)
F
Expert had a stannum deficiency
pro lacked tin → prolactin
*shrinks pupils*
3 (pupillary constriction reflex)
O
Rejection of clutter from a preppy retail store
Gap junk shun → gap junction
*talks*
5 (jaw innervation)
U
Manger amendment
crib reform → cribriform
*lifts voicebox*
9
R
Talons play guitar
claws strum → claustrum
*takes in the scene*
2 (optic tract)
L
Mr. Paul post-makeover
new Ron → neuron
*beholds*
2 (optic tract)
E
Fare charged to outcasts
pariah toll → parietal
*synchronizes eye movements*
6 (abducens)
T
Disorder in the coldest place in Tunisia
Thala muss → thalamus
*detects odor*
1 (olfactory)
T
Whitefish consumed
cod ate → caudate
*cried tears of joy*
7
E
Copernicus, Jonas, Cage, and Tesla
four Nicks → fornix
*eyelids droop*
3 (function of oculomotor nerve)
R
"Gluttony" and "Sloth" for iPhone
sin apps → synapse
*turns out eyeballs*
6 (abduction of the eyeball)
S
+ +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r710_MIT_Mystery_Hunt_2014_Eggsam/eggsam b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r710_MIT_Mystery_Hunt_2014_Eggsam/eggsam new file mode 100644 index 0000000000000000000000000000000000000000..74d7000533a3d1fea0d47fcc258e3544c8cd8943 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r710_MIT_Mystery_Hunt_2014_Eggsam/eggsam @@ -0,0 +1,98 @@ + + + + Eggsam (Humpty Dumpty) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Eggsam

+ +

+Author: Dan Katz +

+ +

+The vocabulary exam consists of, as advertised, a series of definitions +where the testee is asked to give the word from the vocabulary list. +To pass the exam, the testee has to get through all 22 questions +without making a certain number of mistakes; this number starts at +two but is raised for each subsequent exam attempt. +

+Hunt HQ administers the eggsam using this script. +

+Once they pass, they are given a list of the exam answers as follows: +

3. KERFUFFLE +
10. ORGANELLE +
15. DEFENESTRATION +
8. ECTOPLASM +
1. LARKSPUR +
7. JEROBOAM +
13. CODSWALLOP +
9. BUNGALOW +
19. ZYGOTE +
6. GUILLOTINE +
16. NIPPERKIN +
21. BIVOUAC +
11. GRENADE +
22. SYZYGY +
20. FLOTSAM +
17. PHILTRUM +
12. IDOLATRY +
14. LIMONCELLO +
18. MUTINY +
5. HALITOSIS +
2. SCOFFLAW +
4. GAZPACHO +

+Each of the given definitions defines a real word in English; the correct +words for the definitions of the words above are: +

3. iceberg (A large piece of frozen water that breaks off a glacier and floats in the ocean, causing a hazard for ocean liners) +
10. arsonist (A person who intentionally and illegally destroys property by setting it on fire) +
15. triage (The assignment of degrees of urgency to medical conditions, used to decide the order of treatment of a large group of patients) +
8. Velcro (A fastening mechanism, often seen on children's shoes, in which a sheet of tiny hooks attaches to a sheet of tiny loops) +
1. shillelagh (A wooden cudgel with a large knob on top that is symbolically associated with Ireland) +
7. aglet (A small plastic sheath at the end of a shoelace that prevents the lace from fraying) +
13. ophthalmology (The branch of medicine dealing with the anatomy and physiology of the human eye) +
9. Iberia (The European peninsula that contains the nations of Spain and Portugal) +
19. theocracy (A system of government in which God is considered the head of state, usually represented by a ruling class of priests) +
6. cockatrice (A mythical beast with the head of a rooster and the body of a two-legged dragon, possessing a gaze that turns beings to stone) +
16. mutant (An individual with new characteristics caused by a DNA sequence change, such as Colossus or Wolverine) +
21. aphid (A very small sap-sucking insect, known as a greenfly in the United Kingdom) +
11. rhinoceros (A thick-skinned herbivorous ungulate with a distinctive horn that may be sold illegally) +
22. uranium (The 92nd element of the periodic table, known for its unstable isotopes and uses in nuclear technology) +
20. Everest (The highest mountain on the planet, named after a former Surveyor General of India) +
17. anemometer (A device, often consisting of four cups mounted on a rotating shaft, used to measure wind speed) +
12. Pangaea (A supercontinent theoretically formed about 300 million years ago, when all current continents were physically connected) +
14. rabies (A viral disease spread by dog bites and associated with animals foaming at the mouth) +
18. narcolepsy (A disorder causing someone to fall asleep suddenly and unexpectedly, as in the title of a Ben Folds Five song) +
5. tambourine (A percussion instrument consisting of a circular frame and small metal jingles that jingle when the instrument is struck) +
2. kaleidoscope (A cylindrical toy containing mirrors and colored glass that reveals pleasing patterns when one looks through it and rotates) +
4. Rwanda (A country approximately the size of Maryland, bordering Uganda and Burundi) +

+Rearranging these by question number and reading the first letters +gives the phrase "SKIRT CAVIAR PORTMANTEAU." The definitions given +for SKIRT and CAVIAR actually define the words "Pensacola" and +"forgiveness." A portmanteau (a word coined by Humpty Dumpty) is +a new word formed by combining parts of two words; applying this +process to "Pensacola" and "forgiveness" gives the puzzle answer, +PENSIVENESS. + +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/1.png b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/1.png new file mode 100644 index 0000000000000000000000000000000000000000..31f927741c9983248a1aca78f991b214d6af7f7d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a922676d084e2a8c7ae36a641ae07067a29c6a2aa4ce2236f099591160e29b +size 4643 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..7e80468936ce03a99777323ab1f600d7d57b6ae9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/_solution_assets/index.html @@ -0,0 +1,105 @@ + + + + + + + + + + + Solution to Takeout Ordering — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
Location: Machine Room
+
+
+
+
+ +

Solution to Takeout Ordering

+

by Adam Rosenfield

+

Answer: ON THE WALL

+
+
+ +

Decode the cents in the prices using A=1/Z=26 to spell the clue INDEX DOLLARS INTO THE DESCS.

+

Indexing the dollar amounts into the dish descriptions spells the clue READ CHINESE NOT UTF SIXTEEN.

+

The Chinese characters are complete nonsense — encoding them into UTF-16 (big-endian) and looking at the raw bytes yields the a sequence of ASCII values. For example, "卯牴" is the two characters U+536F, U+7274, which is 53 6F 72 74 in ASCII, or "Sort". Doing this for all of the Chinese characters yields the clue phrase SortDishesByCostNextConvertDishNamesToNumbersAIsOneBIsTwoCIsThreeEtcFinallyAddUpNumbersModuloTwentySix.

+

Performing that transformation yields the final clue phrase THE WRITING IS BLANK FOR OMEN, which leads to the answer ON THE WALL.

+ + +
+
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..7e80468936ce03a99777323ab1f600d7d57b6ae9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/solution.html @@ -0,0 +1,105 @@ + + + + + + + + + + + Solution to Takeout Ordering — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
Location: Machine Room
+
+
+
+
+ +

Solution to Takeout Ordering

+

by Adam Rosenfield

+

Answer: ON THE WALL

+
+
+ +

Decode the cents in the prices using A=1/Z=26 to spell the clue INDEX DOLLARS INTO THE DESCS.

+

Indexing the dollar amounts into the dish descriptions spells the clue READ CHINESE NOT UTF SIXTEEN.

+

The Chinese characters are complete nonsense — encoding them into UTF-16 (big-endian) and looking at the raw bytes yields the a sequence of ASCII values. For example, "卯牴" is the two characters U+536F, U+7274, which is 53 6F 72 74 in ASCII, or "Sort". Doing this for all of the Chinese characters yields the clue phrase SortDishesByCostNextConvertDishNamesToNumbersAIsOneBIsTwoCIsThreeEtcFinallyAddUpNumbersModuloTwentySix.

+

Performing that transformation yields the final clue phrase THE WRITING IS BLANK FOR OMEN, which leads to the answer ON THE WALL.

+ + +
+
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3e5547745b008ff83b196abc6b6e2a621a12b450 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/_solution_assets/index.html @@ -0,0 +1,123 @@ + + + + + + + + + + + Solution to A Rare Teak — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
Location: Machine Room
+
+
+
+
+ +

Solution to A Rare Teak

+

by Elizabeth Krueger and Charles Steinhardt

+

Answer: PRAWN

+
+
+ +

Each picture is one letter short of a food item, with the food item corresponding to the enumeration given:

+ +

SQUID
+RABBIT
+PESTO - movie The Pest
+ORANGE
+GRAIN
+WHEAT - from The Adamms Family
+OREO
+RICE
+CANDY
+PHEASANT - peasant from a Monty Python skit
+BREAD
+DESSERT
+SQUASH - a Pokemon move with a unique animation
+PEAR
+COOKIE
+MACE
+CHARD - still from the music video Hard by Rihanna
+PATE - the bunny from the cover of the book Pat the Bunny

+ +

The extra letters yield STOOGE OR CHESS PIECE, cluing PAWN and therefore finally the answer, PRAWN.

+ + +
+
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..3e5547745b008ff83b196abc6b6e2a621a12b450 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/solution.html @@ -0,0 +1,123 @@ + + + + + + + + + + + Solution to A Rare Teak — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
Location: Machine Room
+
+
+
+
+ +

Solution to A Rare Teak

+

by Elizabeth Krueger and Charles Steinhardt

+

Answer: PRAWN

+
+
+ +

Each picture is one letter short of a food item, with the food item corresponding to the enumeration given:

+ +

SQUID
+RABBIT
+PESTO - movie The Pest
+ORANGE
+GRAIN
+WHEAT - from The Adamms Family
+OREO
+RICE
+CANDY
+PHEASANT - peasant from a Monty Python skit
+BREAD
+DESSERT
+SQUASH - a Pokemon move with a unique animation
+PEAR
+COOKIE
+MACE
+CHARD - still from the music video Hard by Rihanna
+PATE - the bunny from the cover of the book Pat the Bunny

+ +

The extra letters yield STOOGE OR CHESS PIECE, cluing PAWN and therefore finally the answer, PRAWN.

+ + +
+
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..cff3ce1ae69e219df902ab19d892ffb5b0ead636 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/_solution_assets/solution @@ -0,0 +1,114 @@ + + + + + + + + + + + Solution to Optics Lab Meta — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
Location: Optics Lab
+
+
+
+
+ +

Solution to Optics Lab Meta

+

by Kendra Beckler

+

Answer: PRISMATIC PERISCOPE

+
+
+ +

There are seven answers of seven letters each. The answers start with letters ROYGBIV, which we use as an ordering on the answers. Furthermore, each answer is from a puzzle whose telescope (in the round art) has some color bands. Those colors are then used as indices into the answer.

+ +

                                        ROYGBIV
+
+Time is out of Joint                    REPRISE    YGB   PRI
+Nina                                    OSMOSIS    OY    SM
+Wizardly Tales                          YAHTZEE    OG    AT
+Captain Ager's Puzzling Adventure       GRAPHIC    IV    IC
+This Puzzle Has No Errata               BLOOPER    BIV   PER
+Montages                                ITSCOOL    RYGB  ISCO
+Wait, What Did You Say?                 VAMPIRE    GV    PE
+ +These letters spell the answer, PRISMATIC PERISCOPE. + + +
+
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/solution new file mode 100644 index 0000000000000000000000000000000000000000..cff3ce1ae69e219df902ab19d892ffb5b0ead636 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/solution @@ -0,0 +1,114 @@ + + + + + + + + + + + Solution to Optics Lab Meta — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
Location: Optics Lab
+
+
+
+
+ +

Solution to Optics Lab Meta

+

by Kendra Beckler

+

Answer: PRISMATIC PERISCOPE

+
+
+ +

There are seven answers of seven letters each. The answers start with letters ROYGBIV, which we use as an ordering on the answers. Furthermore, each answer is from a puzzle whose telescope (in the round art) has some color bands. Those colors are then used as indices into the answer.

+ +

                                        ROYGBIV
+
+Time is out of Joint                    REPRISE    YGB   PRI
+Nina                                    OSMOSIS    OY    SM
+Wizardly Tales                          YAHTZEE    OG    AT
+Captain Ager's Puzzling Adventure       GRAPHIC    IV    IC
+This Puzzle Has No Errata               BLOOPER    BIV   PER
+Montages                                ITSCOOL    RYGB  ISCO
+Wait, What Did You Say?                 VAMPIRE    GV    PE
+ +These letters spell the answer, PRISMATIC PERISCOPE. + + +
+
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..5593c2286e46f456128fc79f275125a0718592c9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/_solution_assets/index.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Solution to The Last Airbender — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 157
+
+
+
+
+
+
+ +

Solution to The Last Airbender

+

by Iolanthe Chronis and Brad Stronger

+

Answer: RAPTORS

+
+
+ +

Each sentence describes a TLA (three letter acronym) that has two different meanings. Here they are:

+ + + +

Take the first letters in order to get the answer, RAPTORS.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..5593c2286e46f456128fc79f275125a0718592c9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/solution.html @@ -0,0 +1,115 @@ + + + + + + + + + + + Solution to The Last Airbender — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 157
+
+
+
+
+
+
+ +

Solution to The Last Airbender

+

by Iolanthe Chronis and Brad Stronger

+

Answer: RAPTORS

+
+
+ +

Each sentence describes a TLA (three letter acronym) that has two different meanings. Here they are:

+ + + +

Take the first letters in order to get the answer, RAPTORS.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/the_last_airbender b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/the_last_airbender new file mode 100644 index 0000000000000000000000000000000000000000..cd968c8ff022aa229f7153381fe27e0c5b96c44b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/the_last_airbender @@ -0,0 +1,131 @@ + + + + + + + + + + + The Last Airbender — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 157
+
+
+
+
+
+ + + + +
+ + + +

The Last Airbender

+ + +

Answer: click here to reveal

+ + +
+
+ +

"What is the power dissipated by a software freedom activist, on average?"

+ +

"This cash dispenser is really in the here and now... especially now."

+ +

"This checkout terminal is extremely terrible."

+ +

"My favorite station is showing a special about marijuana compounds in the 20th century."

+ +

"Agent, use the following data to encrypt your message: 'HARRYSNAPEARYAGENDRY...'"

+ +

"I have my orc roll to shoot an explosive at the tank."

+ +

"That bastard isn't getting enough air."

+ + +
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/twelve_grids_of_pictures b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/twelve_grids_of_pictures new file mode 100644 index 0000000000000000000000000000000000000000..38ccee712231abb119aa63ec0658af3544869668 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/twelve_grids_of_pictures @@ -0,0 +1,137 @@ + + + + + + + + + + + Twelve Grids of Pictures — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 167
+
+
+
+
+
+ + + + +
+ + + +

Twelve Grids of Pictures

+ + +

Answer: click here to reveal

+ + +
+
+ + +
+

+

+

+

+

+

+

+

+

+

+

+

+
+ + +
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..bad96fb60f218ecbc94372eec0b7aec1291c0f90 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/_solution_assets/solution @@ -0,0 +1,130 @@ + + + + + + + + + + + Solution to Go At It! — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 218
+
+
+
+
+
+
+ +

Solution to Go At It!

+

by Iolanthe Chronis and Davie Rolnick

+

Answer: ISABEL

+
+
+ +

Each of the clues leads to a two-letter answer.

+ +

Microchip (IC)
+Superman's Krypton surname (EL)
+Sumerian sky-god (AN)
+Prince William's mom (DI)
+One hour earlier than ET (CT)
+The fatal quantity of a poison (LD)

+ +

24, above Mo (CR)
+WHO parent organization (UN)
+Switzerland, from Latin (CH)
+Kinetic or static coefficient (MU)
+Palmetto State (SC)
+Novelist John ____ Carré (LE)

+ +

Spin doctor's specialty (PR)
+Where the weak shall be eaten (EC)
+Talking horse's surname (ED)
+"It" in Germany (ES)
+Subject of 8.02 (EM)

+ +

Combining the answers gives three new clues:

+ +

ICELANDIC TLD (IS)
+CRUNCH MUSCLE (AB)
+PRECEDES EM (EL)

+ +

The answer is ISABEL.

+ +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/go_at_it b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/go_at_it new file mode 100644 index 0000000000000000000000000000000000000000..cc5f3fc7cbc32573239d0a6570f7b66f8d35d680 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/go_at_it @@ -0,0 +1,137 @@ + + + + + + + + + + + Go At It! — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 218
+
+
+
+
+
+ + + + +
+ + + +

Go At It!

+ + +

Answer: click here to reveal

+ + +
+
+ +

Microchip
+Superman's Krypton surname
+Sumerian sky-god
+Prince William's mom
+One hour earlier than ET
+The fatal quantity of a poison

+ +

24, above Mo
+WHO parent organization
+Switzerland, from Latin
+Kinetic or static coefficient
+Palmetto State
+Novelist John ____ Carré

+ +

Spin doctor's specialty
+Where the weak shall be eaten
+Talking horse's surname
+"It" in Germany
+Subject of 8.02

+ + +
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/solution new file mode 100644 index 0000000000000000000000000000000000000000..bad96fb60f218ecbc94372eec0b7aec1291c0f90 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/solution @@ -0,0 +1,130 @@ + + + + + + + + + + + Solution to Go At It! — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 218
+
+
+
+
+
+
+ +

Solution to Go At It!

+

by Iolanthe Chronis and Davie Rolnick

+

Answer: ISABEL

+
+
+ +

Each of the clues leads to a two-letter answer.

+ +

Microchip (IC)
+Superman's Krypton surname (EL)
+Sumerian sky-god (AN)
+Prince William's mom (DI)
+One hour earlier than ET (CT)
+The fatal quantity of a poison (LD)

+ +

24, above Mo (CR)
+WHO parent organization (UN)
+Switzerland, from Latin (CH)
+Kinetic or static coefficient (MU)
+Palmetto State (SC)
+Novelist John ____ Carré (LE)

+ +

Spin doctor's specialty (PR)
+Where the weak shall be eaten (EC)
+Talking horse's surname (ED)
+"It" in Germany (ES)
+Subject of 8.02 (EM)

+ +

Combining the answers gives three new clues:

+ +

ICELANDIC TLD (IS)
+CRUNCH MUSCLE (AB)
+PRECEDES EM (EL)

+ +

The answer is ISABEL.

+ +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..6cb31f589e48567ce03d493d73414a4e7eb8dfff --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/_solution_assets/solution @@ -0,0 +1,121 @@ + + + + + + + + + + + Solution to Goldfish Memory — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 235
+
+
+
+
+
+
+ +

Solution to Goldfish Memory

+

by Iolanthe Chronis, Travis Hance, Brian Hamrick, Miranda Gavrin, and Brad Stronger

+

Answer: BLAZER

+
+
+ +

Each fish picture clues a letter using Semaphore. When a card is flipped over, it usually gives the same image. The letters corresponding to the grid are:

+ +

CRGDOI
+ATLGBS
+IULPHH
+SRPCOA
+NEQTBN
+EUQFDF

+ +

However, the player finds that when they try to flip two of the same at once, the second one shows a different picture than usual. The letters corresponding to these secondary pictures are: + +

HBFNCK
+OGNUPO
+GLSUTQ
+AZMIDE
+KCIFQD
+TPHMRS

+ +

Most of these letters are paired up; read the ones that are not paired up to get the answer, BLAZER.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/solution new file mode 100644 index 0000000000000000000000000000000000000000..6cb31f589e48567ce03d493d73414a4e7eb8dfff --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/solution @@ -0,0 +1,121 @@ + + + + + + + + + + + Solution to Goldfish Memory — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 235
+
+
+
+
+
+
+ +

Solution to Goldfish Memory

+

by Iolanthe Chronis, Travis Hance, Brian Hamrick, Miranda Gavrin, and Brad Stronger

+

Answer: BLAZER

+
+
+ +

Each fish picture clues a letter using Semaphore. When a card is flipped over, it usually gives the same image. The letters corresponding to the grid are:

+ +

CRGDOI
+ATLGBS
+IULPHH
+SRPCOA
+NEQTBN
+EUQFDF

+ +

However, the player finds that when they try to flip two of the same at once, the second one shows a different picture than usual. The letters corresponding to these secondary pictures are: + +

HBFNCK
+OGNUPO
+GLSUTQ
+AZMIDE
+KCIFQD
+TPHMRS

+ +

Most of these letters are paired up; read the ones that are not paired up to get the answer, BLAZER.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/281.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/281.png new file mode 100644 index 0000000000000000000000000000000000000000..aa895e7e517052fe8c139a779997ab927911efd2 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8a4db718b4cd5cf94e4b2ac3191ceaa642f0204fc06b8cc8f5638058638c30 +size 4622 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/_solution_assets/281.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/_solution_assets/281.png new file mode 100644 index 0000000000000000000000000000000000000000..aa895e7e517052fe8c139a779997ab927911efd2 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/_solution_assets/281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8a4db718b4cd5cf94e4b2ac3191ceaa642f0204fc06b8cc8f5638058638c30 +size 4622 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..df3a4187d31ce8c457a55fcbc45f3aead505bd6c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/_solution_assets/solution @@ -0,0 +1,109 @@ + + + + + + + + + + + Solution to A Toast — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 319
+
+
+
+
+
+
+ +

Solution to A Toast

+

Puzzle author: Kaia Dekker; Art and image composition: Kris Ehinger

+

Answer: PAPERS

+
+
+ +

The picture contains a bunch of things cluing things from the song La Vie Boheme from RENT. See lyrics here.

+ +

+ +

Identify each of the images. When you put them in the order they are mentioned in the song "La Vie Boheme", they match up with the bottom part of an acrostic. Fill in the acrostic to get the phrase “The character proposing a toast to Lenny Bruce earlier sings this word directly before singing ‘that I know’.”

+ +

This unambiguously clues the answer, PAPERS.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/solution new file mode 100644 index 0000000000000000000000000000000000000000..df3a4187d31ce8c457a55fcbc45f3aead505bd6c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/solution @@ -0,0 +1,109 @@ + + + + + + + + + + + Solution to A Toast — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 319
+
+
+
+
+
+
+ +

Solution to A Toast

+

Puzzle author: Kaia Dekker; Art and image composition: Kris Ehinger

+

Answer: PAPERS

+
+
+ +

The picture contains a bunch of things cluing things from the song La Vie Boheme from RENT. See lyrics here.

+ +

+ +

Identify each of the images. When you put them in the order they are mentioned in the song "La Vie Boheme", they match up with the bottom part of an acrostic. Fill in the acrostic to get the phrase “The character proposing a toast to Lenny Bruce earlier sings this word directly before singing ‘that I know’.”

+ +

This unambiguously clues the answer, PAPERS.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..4efdb7efbc1e9b4c375d4262b0434468b2691e54 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/_solution_assets/solution @@ -0,0 +1,118 @@ + + + + + + + + + + + Solution to Spittle Loon — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 358
+
+
+
+
+
+
+ +

Solution to Spittle Loon

+

by Kaia Dekker

+

Answer: BARFED

+
+
+ +

The title is a Spoonerism of “Little Spoon.” Fittingly, each story can be ended with a phrase that is a spoonerism of an English idiom. Correct the spoonerisms to the original idiom and read down the initial letters to find FAR BED. This is a spoonerism of sorts for BARFED, the answer.

+ + + + + + + + + + +
Mare to fiddling Fair to middling
Basalt and 'attery Assault and battery
Habit role Rabbit hole
Had bear day Bad hair day
Beers are earning Ears are burning
Fog dude Dog food
+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/solution new file mode 100644 index 0000000000000000000000000000000000000000..4efdb7efbc1e9b4c375d4262b0434468b2691e54 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/solution @@ -0,0 +1,118 @@ + + + + + + + + + + + Solution to Spittle Loon — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 358
+
+
+
+
+
+
+ +

Solution to Spittle Loon

+

by Kaia Dekker

+

Answer: BARFED

+
+
+ +

The title is a Spoonerism of “Little Spoon.” Fittingly, each story can be ended with a phrase that is a spoonerism of an English idiom. Correct the spoonerisms to the original idiom and read down the initial letters to find FAR BED. This is a spoonerism of sorts for BARFED, the answer.

+ + + + + + + + + + +
Mare to fiddling Fair to middling
Basalt and 'attery Assault and battery
Habit role Rabbit hole
Had bear day Bad hair day
Beers are earning Ears are burning
Fog dude Dog food
+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r056_MIT_Mystery_Hunt_2015_MiT_MYSTERY_HUNT/mit_mystery_hunt b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r056_MIT_Mystery_Hunt_2015_MiT_MYSTERY_HUNT/mit_mystery_hunt new file mode 100644 index 0000000000000000000000000000000000000000..80b65ec239b7fa7bfee013e1543d575cfb79c70f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r056_MIT_Mystery_Hunt_2015_MiT_MYSTERY_HUNT/mit_mystery_hunt @@ -0,0 +1,127 @@ + + + + + + + + + + + MiT MYSTERY HUNT — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Pod of Dolphins
Depth: 147
+
+
+
+
+
+ + + + +
+ + + +

MiT MYSTERY HUNT

+ + +

Answer: click here to reveal

+ + +
+
+ +

Description of vets by a tomcat? (4 4 2 4)
+Two smelly rugby teams? (6 5 3)
+Tale of loopy cheapskate? (5 5 4)
+Fido wins poetry slam despite stature? (4 4 6)
+Cyan game chicken laying rare earth eggs? (4 7 3)
+Helpful DNA recommendation to RNA? (4 3 7)
+Angry cry of herb farmer's heir? (5 2 2 5)
+Barney Stinson might hum this when he wants to get laid? (5 5 4)
+Property of even metallic shacks? (3 3 8)

+ + +
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..43d74d57e79b4243f2387aafab741965604eb8df --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/_solution_assets/solution @@ -0,0 +1,126 @@ + + + + + + + + + + + Solution to Hashi It Out — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Coral Reef
Depth: 60
+
+
+
+
+
+
+ +

Solution to Hashi It Out

+

by halftime

+

Answer: ROSES

+
+
+ + + + + + +
+ + + CUSPS
+ DELVE
+ DISKS
+ IMPLY
+ MORON
+ OLDEN
+ ORBIT
+ RADAR
+ ROTOR
+ SENSE
+ SMASH
+ UNIFY
+ WALTZ +
+ +

Each island in the solved Hashi puzzle corresponds to one word in the column on the right. Two islands have one or two connecting bridges if the corresponding words share one or two letters in the same positions. Read the letters on the double bridges to spell out the answer, ROSES.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/hashi_it_out b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/hashi_it_out new file mode 100644 index 0000000000000000000000000000000000000000..6da4d4fecb97759097e5b3ed81b6826a54a3feba --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/hashi_it_out @@ -0,0 +1,142 @@ + + + + + + + + + + + Hashi It Out — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Coral Reef
Depth: 60
+
+
+
+
+
+ + + + +
+ + + +

Hashi It Out

+ + +

Answer: click here to reveal

+ + +
+
+ +
+ + + + + +
+ + + CUSPS
+ DELVE
+ DISKS
+ IMPLY
+ MORON
+ OLDEN
+ ORBIT
+ RADAR
+ ROTOR
+ SENSE
+ SMASH
+ UNIFY
+ WALTZ +
+
+ + +
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/solution new file mode 100644 index 0000000000000000000000000000000000000000..43d74d57e79b4243f2387aafab741965604eb8df --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/solution @@ -0,0 +1,126 @@ + + + + + + + + + + + Solution to Hashi It Out — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Coral Reef
Depth: 60
+
+
+
+
+
+
+ +

Solution to Hashi It Out

+

by halftime

+

Answer: ROSES

+
+
+ + + + + + +
+ + + CUSPS
+ DELVE
+ DISKS
+ IMPLY
+ MORON
+ OLDEN
+ ORBIT
+ RADAR
+ ROTOR
+ SENSE
+ SMASH
+ UNIFY
+ WALTZ +
+ +

Each island in the solved Hashi puzzle corresponds to one word in the column on the right. Two islands have one or two connecting bridges if the corresponding words share one or two letters in the same positions. Read the letters on the double bridges to spell out the answer, ROSES.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..df50d3aa883b7bd16d3a5fdfcd8111617dc84bf0 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/_solution_assets/solution @@ -0,0 +1,109 @@ + + + + + + + + + + + Solution to Cube — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Treasure Chest
Depth: 210
+
+
+
+
+
+
+ +

Solution to Cube

+

by Isaac Oderberg

+

Answer: MCGONAGALL

+
+
+ +

In the treasure chest, teams received a physical Rubik's cube that was scrambled like this:

+

+

+Each square has a letter, and part of a path. In the solved cube, the letters on each face have the same orientation, and the black lines form a continuous path that winds around the cube. (There are two satisfying solutions, but one of them does not lead to a sensible clue phrase.)

+

The solved cube looks like this:

+

+

Reading the letters along the black path gives the clue phrase SURNAME OF THE TEACHER WHO TAUGHT HARRY POTTER TRANSFIGURATION. The answer to the puzzle is MCGONAGALL.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/solution new file mode 100644 index 0000000000000000000000000000000000000000..df50d3aa883b7bd16d3a5fdfcd8111617dc84bf0 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/solution @@ -0,0 +1,109 @@ + + + + + + + + + + + Solution to Cube — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Treasure Chest
Depth: 210
+
+
+
+
+
+
+ +

Solution to Cube

+

by Isaac Oderberg

+

Answer: MCGONAGALL

+
+
+ +

In the treasure chest, teams received a physical Rubik's cube that was scrambled like this:

+

+

+Each square has a letter, and part of a path. In the solved cube, the letters on each face have the same orientation, and the black lines form a continuous path that winds around the cube. (There are two satisfying solutions, but one of them does not lead to a sensible clue phrase.)

+

The solved cube looks like this:

+

+

Reading the letters along the black path gives the clue phrase SURNAME OF THE TEACHER WHO TAUGHT HARRY POTTER TRANSFIGURATION. The answer to the puzzle is MCGONAGALL.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/index.html new file mode 100644 index 0000000000000000000000000000000000000000..02dc95664115dcb92ebf56ac4bd1a761e7c966aa --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/index.html @@ -0,0 +1,119 @@ + + + + + + + + + + + Treasure Chest Meta — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Treasure Chest
Depth: 220
+
+
+
+
+
+ + + + +
+ + + +

Treasure Chest Meta

+ + +

Answer: click here to reveal

+ + +
+
+ +

You find a map in the treasure chest! You also find a UV light in the treasure chest and shine it on the map, yielding some shovel drawings (represented in blue below). When you find an upgrade for your submarine, submit it as an answer.

+ + +
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..867539bd2e49370f20edf0671489d3ef963437ed --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/_solution_assets/index.html @@ -0,0 +1,112 @@ + + + + + + + + + + + Solution to The Curse of the Atlantean's Tomb — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Graveyard
Depth: 327
+
+
+
+
+
+
+ +

Solution to The Curse of the Atlantean's Tomb

+

by Charles Steinhardt and Shaunak

+

Answer: BIG SUR

+
+
+ +
+ +

These are cryptic clues, except that in some cases the wordplay and definition halves indicate words that are one letter different from each other. +

+If you read both halves of those one-letter differences in order of the grid, you get the cluephrase: +IN CO AS TA LC AL IF OR NI AR IG SU BT RA DE LI MI TS +

+(The order of the letters in the bigrams is ambiguous -- use your judgement to make a phrase). +

+Solve this final clue to get BIGSUR.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..867539bd2e49370f20edf0671489d3ef963437ed --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/solution.html @@ -0,0 +1,112 @@ + + + + + + + + + + + Solution to The Curse of the Atlantean's Tomb — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Graveyard
Depth: 327
+
+
+
+
+
+
+ +

Solution to The Curse of the Atlantean's Tomb

+

by Charles Steinhardt and Shaunak

+

Answer: BIG SUR

+
+
+ +
+ +

These are cryptic clues, except that in some cases the wordplay and definition halves indicate words that are one letter different from each other. +

+If you read both halves of those one-letter differences in order of the grid, you get the cluephrase: +IN CO AS TA LC AL IF OR NI AR IG SU BT RA DE LI MI TS +

+(The order of the letters in the bigrams is ambiguous -- use your judgement to make a phrase). +

+Solve this final clue to get BIGSUR.

+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..6ecb427f77dc080faca41dbca8778a15456e0143 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/_solution_assets/index.html @@ -0,0 +1,108 @@ + + + + + + + + + + + Solution to Ocean Meta Meta — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Hunt Round (Metametas)
Depth: 230
+
+
+
+
+
+
+ +

Solution to Ocean Meta Meta

+

by Daniel Levine; coding by Travis Hance; original concept with Mika Braginsky

+

Answer: SHIPWRECK

+
+
+ +

After solving each ocean meta, teams unlocked one of Mr. Turtle's five shell pieces. The answers to the metas are written on the contiguous shell by following Mr. Turtle's rules.

+

The solved shell is below (the different pieces are colored to show how they fit together, constraints are shown faded behind, numbers in the upper-left corner are the number of edges darkened, path of meta answers shown in yellow highlighter).

+
+ +
+ +

The darkened edges form into letters that spell the answer SHIPWRECK.

+ +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..6ecb427f77dc080faca41dbca8778a15456e0143 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/solution.html @@ -0,0 +1,108 @@ + + + + + + + + + + + Solution to Ocean Meta Meta — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: Hunt Round (Metametas)
Depth: 230
+
+
+
+
+
+
+ +

Solution to Ocean Meta Meta

+

by Daniel Levine; coding by Travis Hance; original concept with Mika Braginsky

+

Answer: SHIPWRECK

+
+
+ +

After solving each ocean meta, teams unlocked one of Mr. Turtle's five shell pieces. The answers to the metas are written on the contiguous shell by following Mr. Turtle's rules.

+

The solved shell is below (the different pieces are colored to show how they fit together, constraints are shown faded behind, numbers in the upper-left corner are the number of edges darkened, path of meta answers shown in yellow highlighter).

+
+ +
+ +

The darkened edges form into letters that spell the answer SHIPWRECK.

+ +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/A.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/A.png new file mode 100644 index 0000000000000000000000000000000000000000..2d3644290ca88b5d5c534ef2a266428ab555e404 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/A.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc148c8f4802342745231c62fbe8c906667eb5e4e469e1b69d32e0c4d0f626b +size 4601 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/D.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/D.png new file mode 100644 index 0000000000000000000000000000000000000000..d26fc8315cdf089130cc22baaee0bf88aa4fc1e6 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3b3400ca8a763d850542c20db5a80bedc02c02b0c7658d331510e0b4e52584 +size 4573 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/F.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/F.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c5df4e6b76f04d30f39d29c443ce42a5ef4f94 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/F.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f45dcb782f71de2f1247885c064df721a94a6e7095541a67a0e19b35a99856 +size 4602 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/R.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/R.png new file mode 100644 index 0000000000000000000000000000000000000000..3ccc81701b690d891ca5a60f6eb6d340959e4c37 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/R.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3da896824567ebd4f31db7169aa5ad8c36570247e51d8b79f9046cc4b71a874 +size 4602 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/X.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/X.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3102f9631f8a37b57bda6ba0e172d71f5f9a80 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/_solution_assets/X.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1c72f9281566e086a34c3be3455bc5eb3b7324cfc3cca81ddf0807615a137c +size 4577 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/lead_right b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/lead_right new file mode 100644 index 0000000000000000000000000000000000000000..12f1078a2dd26d852ced26502aa85200e7b63d00 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/lead_right @@ -0,0 +1,122 @@ + + + + + + + + + + + Lead Right — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
Location: Atlantis, Spiky Tower
Depth: 392
+
+
+ +
+
+ + + +

Lead Right

+ + +

Answer: click here to reveal

+ + +
+
+ +
+ +
+(Download) +
+ + +
+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_Meta_Meta/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_Meta_Meta/index.html new file mode 100644 index 0000000000000000000000000000000000000000..c562883ade2398a354d1f5f2b30524bd6f1b7e77 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_Meta_Meta/index.html @@ -0,0 +1,117 @@ + + + + + + + + + + + Atlantis Meta Meta — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
Location: Atlantis
Depth: 517
+
+
+ +
+
+ + + +

Atlantis Meta Meta

+ + +

Answer: click here to reveal

+ + +
+
+ +

You've arrived at the abandoned Atlantean temple on the ocean's floor! Letters have been carved into the stone tiles at your feet.

+ +

+

Your delicate aetheric instruments have also detected four magical ley lines flowing through the ancient temple.

+ + +
+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r012m_MIT_Mystery_Hunt_2016_Obstacle_Training_Meta/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r012m_MIT_Mystery_Hunt_2016_Obstacle_Training_Meta/index.html new file mode 100644 index 0000000000000000000000000000000000000000..47e7dea2fe0dfc81e1a63fb8c31dc6ca4c98ddbc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r012m_MIT_Mystery_Hunt_2016_Obstacle_Training_Meta/index.html @@ -0,0 +1,148 @@ + + + + + + + + + + + Obstacle Training — Dog Show — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Obstacle Training

+ +
+
+

All you're doing is training your loyal follower to go up when the course +goes up and down when the course goes down. How hard can it be?

+ +
+[Click to enlarge.] + +
+
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0141_MIT_Mystery_Hunt_2016_Always_Amusing/always_amusing b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0141_MIT_Mystery_Hunt_2016_Always_Amusing/always_amusing new file mode 100644 index 0000000000000000000000000000000000000000..ad83567e3b02ee3600d8952f6ef9b541acddd327 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0141_MIT_Mystery_Hunt_2016_Always_Amusing/always_amusing @@ -0,0 +1,155 @@ + + + + + + + + + + + Always Amusing — Dog Show — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Always Amusing

+ +
+
+ Ha! Idiot.

+Peach relative (3)
+Tums or Maalox (6)
+Moolah, dough, skrilla, etc. (8)
+Stretchy (1)
+Patriarch on a 2001-05 MTV reality show (5)
+"Viva Rock Vegas" family (2)
+"Colorful" hot drink used as an appetite suppressant: 2 wds. (3)
+Mystery in the sky, briefly (7)
+Extreme happiness, or a drug that might induce it (4)
+Root beer ingredient (4)
+Robert Smigel's dog puppet (2) + +
+
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0141_MIT_Mystery_Hunt_2016_Always_Amusing/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0141_MIT_Mystery_Hunt_2016_Always_Amusing/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..ad83567e3b02ee3600d8952f6ef9b541acddd327 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0141_MIT_Mystery_Hunt_2016_Always_Amusing/asset_index.html @@ -0,0 +1,155 @@ + + + + + + + + + + + Always Amusing — Dog Show — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Always Amusing

+ +
+
+ Ha! Idiot.

+Peach relative (3)
+Tums or Maalox (6)
+Moolah, dough, skrilla, etc. (8)
+Stretchy (1)
+Patriarch on a 2001-05 MTV reality show (5)
+"Viva Rock Vegas" family (2)
+"Colorful" hot drink used as an appetite suppressant: 2 wds. (3)
+Mystery in the sky, briefly (7)
+Extreme happiness, or a drug that might induce it (4)
+Root beer ingredient (4)
+Robert Smigel's dog puppet (2) + +
+
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..c5e1e1b23b6e0337baa771e226f0e48b3905dc40 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/_solution_assets/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.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..c5e1e1b23b6e0337baa771e226f0e48b3905dc40 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r014m_MIT_Mystery_Hunt_2016_Tracking_Meta/solution.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/mit2016r0152_MIT_Mystery_Hunt_2016_Bits_of_Nomenclature_Zoned_Appropriately/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0152_MIT_Mystery_Hunt_2016_Bits_of_Nomenclature_Zoned_Appropriately/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..ddbe4f3031e6b0f12834fdca874b2c062258381d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0152_MIT_Mystery_Hunt_2016_Bits_of_Nomenclature_Zoned_Appropriately/asset_index.html @@ -0,0 +1,163 @@ + + + + + + + + + + + Bits Of Nomenclature, Zoned Appropriately — Dog Show — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Bits Of Nomenclature, Zoned Appropriately

+ +
+
+ +

No dogs here, despite what you might expect.

+ +
+ +
+ +

+
+ +

+
+ +

+
+ +

+
+ +
+ +
+
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0152_MIT_Mystery_Hunt_2016_Bits_of_Nomenclature_Zoned_Appropriately/bits_of_nomenclature_zoned_appropriately b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0152_MIT_Mystery_Hunt_2016_Bits_of_Nomenclature_Zoned_Appropriately/bits_of_nomenclature_zoned_appropriately new file mode 100644 index 0000000000000000000000000000000000000000..ddbe4f3031e6b0f12834fdca874b2c062258381d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0152_MIT_Mystery_Hunt_2016_Bits_of_Nomenclature_Zoned_Appropriately/bits_of_nomenclature_zoned_appropriately @@ -0,0 +1,163 @@ + + + + + + + + + + + Bits Of Nomenclature, Zoned Appropriately — Dog Show — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Bits Of Nomenclature, Zoned Appropriately

+ +
+
+ +

No dogs here, despite what you might expect.

+ +
+ +
+ +

+
+ +

+
+ +

+
+ +

+
+ +
+ +
+
+
+ + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/_solution_assets/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/_solution_assets/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..e43a4a98c5ce7090a069c1dfbc3446d6292c0617 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/_solution_assets/asset_index.html @@ -0,0 +1,148 @@ + + + + + + + + + + + Mind Your Peas — Sleeping Beauty — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Mind Your Peas

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

Mattresses may be stacked as shown to create pairs of clues reading down the columns. Q's on the mattresses are convenient starting points and the break between clues in each pair is uniquely positioned, which allows stacks to be oriented per the inserted peas.

+ +

+ +

The answers to each pair of clues differ by exactly one letter and in order these spell SKILLZ CEELO SONG. This refers to the answer SUZIE Q.

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..e43a4a98c5ce7090a069c1dfbc3446d6292c0617 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/_solution_assets/solution @@ -0,0 +1,148 @@ + + + + + + + + + + + Mind Your Peas — Sleeping Beauty — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Mind Your Peas

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

Mattresses may be stacked as shown to create pairs of clues reading down the columns. Q's on the mattresses are convenient starting points and the break between clues in each pair is uniquely positioned, which allows stacks to be oriented per the inserted peas.

+ +

+ +

The answers to each pair of clues differ by exactly one letter and in order these spell SKILLZ CEELO SONG. This refers to the answer SUZIE Q.

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/solution new file mode 100644 index 0000000000000000000000000000000000000000..e43a4a98c5ce7090a069c1dfbc3446d6292c0617 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0303_MIT_Mystery_Hunt_2016_Mind_Your_Peas/solution @@ -0,0 +1,148 @@ + + + + + + + + + + + Mind Your Peas — Sleeping Beauty — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Mind Your Peas

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

Mattresses may be stacked as shown to create pairs of clues reading down the columns. Q's on the mattresses are convenient starting points and the break between clues in each pair is uniquely positioned, which allows stacks to be oriented per the inserted peas.

+ +

+ +

The answers to each pair of clues differ by exactly one letter and in order these spell SKILLZ CEELO SONG. This refers to the answer SUZIE Q.

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0503_MIT_Mystery_Hunt_2016_Reaching_for_the_Stars/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0503_MIT_Mystery_Hunt_2016_Reaching_for_the_Stars/index.html new file mode 100644 index 0000000000000000000000000000000000000000..f9d061f9b60ae984a0d80499442da9d4cc020ace --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0503_MIT_Mystery_Hunt_2016_Reaching_for_the_Stars/index.html @@ -0,0 +1,165 @@ + + + + + + + + + + + Reaching for the Stars — King Arthur — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Reaching for the Stars

+ +
+
+

+ +
+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0504_MIT_Mystery_Hunt_2016_The_Scenic_Route/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0504_MIT_Mystery_Hunt_2016_The_Scenic_Route/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..375c9b87ece5a57c8cc94023225c3f41d484d616 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0504_MIT_Mystery_Hunt_2016_The_Scenic_Route/_solution_assets/index.html @@ -0,0 +1,146 @@ + + + + + + + + + + + The Scenic Route — King Arthur — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - The Scenic Route

+

by Megan Russell, Arshia Surti, Heather Sweeney, and Hosea Siu

+

Answer: Click here to reveal

+
+ +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0504_MIT_Mystery_Hunt_2016_The_Scenic_Route/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0504_MIT_Mystery_Hunt_2016_The_Scenic_Route/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..375c9b87ece5a57c8cc94023225c3f41d484d616 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0504_MIT_Mystery_Hunt_2016_The_Scenic_Route/solution.html @@ -0,0 +1,146 @@ + + + + + + + + + + + The Scenic Route — King Arthur — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - The Scenic Route

+

by Megan Russell, Arshia Surti, Heather Sweeney, and Hosea Siu

+

Answer: Click here to reveal

+
+ +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/_solution_assets/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/_solution_assets/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..914da369a33e795454c623a19f1f7839ec659ae1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/_solution_assets/asset_index.html @@ -0,0 +1,148 @@ + + + + + + + + + + + Emergency Deportation — Ysera — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Emergency Deportation

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

This is a Double or Nothing crossword. In each box enter either two letters + (which are read in the same order for the across and down answers) + or no letters (in which case the box is simply skipped over for reading the answers). Once the Double or Nothing puzzle is solved, additional bigrams can be entered in the four spaces indicated in order to complete entries for the additional clues. In grid order these spell EL / MS / WE / LL.

+

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..914da369a33e795454c623a19f1f7839ec659ae1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/_solution_assets/solution @@ -0,0 +1,148 @@ + + + + + + + + + + + Emergency Deportation — Ysera — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Emergency Deportation

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

This is a Double or Nothing crossword. In each box enter either two letters + (which are read in the same order for the across and down answers) + or no letters (in which case the box is simply skipped over for reading the answers). Once the Double or Nothing puzzle is solved, additional bigrams can be entered in the four spaces indicated in order to complete entries for the additional clues. In grid order these spell EL / MS / WE / LL.

+

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/solution new file mode 100644 index 0000000000000000000000000000000000000000..914da369a33e795454c623a19f1f7839ec659ae1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0609_MIT_Mystery_Hunt_2016_Emergency_Deportation/solution @@ -0,0 +1,148 @@ + + + + + + + + + + + Emergency Deportation — Ysera — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Emergency Deportation

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

This is a Double or Nothing crossword. In each box enter either two letters + (which are read in the same order for the across and down answers) + or no letters (in which case the box is simply skipped over for reading the answers). Once the Double or Nothing puzzle is solved, additional bigrams can be entered in the four spaces indicated in order to complete entries for the additional clues. In grid order these spell EL / MS / WE / LL.

+

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..4e75894454cc152f2859155bb6d2b4c9966a5feb --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/_solution_assets/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.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..4e75894454cc152f2859155bb6d2b4c9966a5feb --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0612_MIT_Mystery_Hunt_2016_Trail_Goods/solution.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/mit2016r0742_MIT_Mystery_Hunt_2016_Boxes_TM/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0742_MIT_Mystery_Hunt_2016_Boxes_TM/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3b4346933c4c2022e30a27f56a6bc5559e8ef35b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0742_MIT_Mystery_Hunt_2016_Boxes_TM/_solution_assets/index.html @@ -0,0 +1,147 @@ + + + + + + + + + + + Boxes(TM) — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

Solution - Boxes(TM)

+

by Tyler Hinman

+

Answer: Click here to reveal

+
+
+ The four rows on top are (roughly, to avoid overanalysis of RGB values) the color schemes of four logos, letter by letter, with larger boxes representing capital letters: +
  • eBay +
  • Gawker +
  • Stride Rite +
  • Cinnamon Toast Crunch
+Transfer the letters to the rows on the bottom. There are a few repeated boxes, but it should be fairly straightforward to figure out what goes where to make the message: CONTAIN MANHUNT -- GRAY DRAB IS CORRECT! WE SEEK IT. Thus, the answer is GRAY DRAB. + +
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0742_MIT_Mystery_Hunt_2016_Boxes_TM/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0742_MIT_Mystery_Hunt_2016_Boxes_TM/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..3b4346933c4c2022e30a27f56a6bc5559e8ef35b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0742_MIT_Mystery_Hunt_2016_Boxes_TM/solution.html @@ -0,0 +1,147 @@ + + + + + + + + + + + Boxes(TM) — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

Solution - Boxes(TM)

+

by Tyler Hinman

+

Answer: Click here to reveal

+
+
+ The four rows on top are (roughly, to avoid overanalysis of RGB values) the color schemes of four logos, letter by letter, with larger boxes representing capital letters: +
  • eBay +
  • Gawker +
  • Stride Rite +
  • Cinnamon Toast Crunch
+Transfer the letters to the rows on the bottom. There are a few repeated boxes, but it should be fairly straightforward to figure out what goes where to make the message: CONTAIN MANHUNT -- GRAY DRAB IS CORRECT! WE SEEK IT. Thus, the answer is GRAY DRAB. + +
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0743_MIT_Mystery_Hunt_2016_A_Round_at_the_Golf_Course/a_round_at_the_golf_course b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0743_MIT_Mystery_Hunt_2016_A_Round_at_the_Golf_Course/a_round_at_the_golf_course new file mode 100644 index 0000000000000000000000000000000000000000..d1c06f821e5a685030288f49ff8c71046ea0dfe6 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0743_MIT_Mystery_Hunt_2016_A_Round_at_the_Golf_Course/a_round_at_the_golf_course @@ -0,0 +1,156 @@ + + + + + + + + + + + A Round at the Golf Course — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

A Round at the Golf Course

+ +
+
+

This is the craziest golf course you've ever seen! Back and forth across the entire kingdom multiple times, and there are no distance markers on the holes. If you owned this golf course, you'd be willing to take anything in exchange for it.

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0743_MIT_Mystery_Hunt_2016_A_Round_at_the_Golf_Course/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0743_MIT_Mystery_Hunt_2016_A_Round_at_the_Golf_Course/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..d1c06f821e5a685030288f49ff8c71046ea0dfe6 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0743_MIT_Mystery_Hunt_2016_A_Round_at_the_Golf_Course/asset_index.html @@ -0,0 +1,156 @@ + + + + + + + + + + + A Round at the Golf Course — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

A Round at the Golf Course

+ +
+
+

This is the craziest golf course you've ever seen! Back and forth across the entire kingdom multiple times, and there are no distance markers on the holes. If you owned this golf course, you'd be willing to take anything in exchange for it.

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r074m_MIT_Mystery_Hunt_2016_Day_4_Meta/_solution_assets/day4.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r074m_MIT_Mystery_Hunt_2016_Day_4_Meta/_solution_assets/day4.html new file mode 100644 index 0000000000000000000000000000000000000000..36ae8feef16f95ec63afc52039679b6507da9325 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r074m_MIT_Mystery_Hunt_2016_Day_4_Meta/_solution_assets/day4.html @@ -0,0 +1,144 @@ + + + + + + + + + + + Day 4 — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

Solution - Day 4

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

+ Answers can be split in half and reassembled to form four palindromes that each have a pair of mismatched + letters. The mismatches occur in unique positions, which provides an ordering for the mismatched letters, + which spell the answer. +

    +
  • BAND EROL
  • +
  • GRAY DRAB
  • +
  • LORD LIER
  • +
  • RAIL YARD
  • +
+ Go to: +
    +
  • GRAY YARD
  • +
  • RAIL LIER
  • +
  • BAND DRAB
  • +
  • LORD EROL
  • +
+ To produce GANDERED in locations 1-8. +

+
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0752_MIT_Mystery_Hunt_2016_A_Quick_Sudoku/a_quick_sudoku b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0752_MIT_Mystery_Hunt_2016_A_Quick_Sudoku/a_quick_sudoku new file mode 100644 index 0000000000000000000000000000000000000000..db99a0660c329df001b7fb54a9f9df99b071d67a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0752_MIT_Mystery_Hunt_2016_A_Quick_Sudoku/a_quick_sudoku @@ -0,0 +1,159 @@ + + + + + + + + + + + A Quick Sudoku — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

A Quick Sudoku

+ +
+
+ + + + + + + +
9 7 +
9 1 6 +
4 8 5 +
7 +
1 4 8 6 +
8 1 5 9 +
8 5 4 9 +
7 2 3 8 +
5 7 +
+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0752_MIT_Mystery_Hunt_2016_A_Quick_Sudoku/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0752_MIT_Mystery_Hunt_2016_A_Quick_Sudoku/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..db99a0660c329df001b7fb54a9f9df99b071d67a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0752_MIT_Mystery_Hunt_2016_A_Quick_Sudoku/asset_index.html @@ -0,0 +1,159 @@ + + + + + + + + + + + A Quick Sudoku — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

A Quick Sudoku

+ +
+
+ + + + + + + +
9 7 +
9 1 6 +
4 8 5 +
7 +
1 4 8 6 +
8 1 5 9 +
8 5 4 9 +
7 2 3 8 +
5 7 +
+ +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0755_MIT_Mystery_Hunt_2016_Day_5_Meta/_solution_assets/day5.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0755_MIT_Mystery_Hunt_2016_Day_5_Meta/_solution_assets/day5.html new file mode 100644 index 0000000000000000000000000000000000000000..56c93c74d73a7ff92d7cf2ebb506424b479bcb1c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0755_MIT_Mystery_Hunt_2016_Day_5_Meta/_solution_assets/day5.html @@ -0,0 +1,142 @@ + + + + + + + + + + + Day 5 — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

Solution - Day 5

+

by Mike Sylvia

+

Answer: Click here to reveal

+
+
+

+ Clued by "scholar" and "mate" in the flavortext, answer words + start with the letters representing the pieces involved in + the Scholar's + Mate. +

+

+ The distances moved by the pieces are used to index into each + answer word to spell the answer. +

    +
  • POWDER PUFF
  • +
  • QUITE NICE
  • +
  • BROWN NUMBERS
  • +
  • QWERTY
  • +
+

+

Note: The last move of the Scholar's Mate actually has length 2. Despite this, the third letter of QWERTY is extracted.

+
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0755_MIT_Mystery_Hunt_2016_Day_5_Meta/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0755_MIT_Mystery_Hunt_2016_Day_5_Meta/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..56c93c74d73a7ff92d7cf2ebb506424b479bcb1c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0755_MIT_Mystery_Hunt_2016_Day_5_Meta/solution.html @@ -0,0 +1,142 @@ + + + + + + + + + + + Day 5 — Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

Solution - Day 5

+

by Mike Sylvia

+

Answer: Click here to reveal

+
+
+

+ Clued by "scholar" and "mate" in the flavortext, answer words + start with the letters representing the pieces involved in + the Scholar's + Mate. +

+

+ The distances moved by the pieces are used to index into each + answer word to spell the answer. +

    +
  • POWDER PUFF
  • +
  • QUITE NICE
  • +
  • BROWN NUMBERS
  • +
  • QWERTY
  • +
+

+

Note: The last move of the Scholar's Mate actually has length 2. Despite this, the third letter of QWERTY is extracted.

+
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r07mm_MIT_Mystery_Hunt_2016_Dreamtime_Meta/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r07mm_MIT_Mystery_Hunt_2016_Dreamtime_Meta/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..40732afd95689a15cb28301688ce327bb89ed9d1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r07mm_MIT_Mystery_Hunt_2016_Dreamtime_Meta/_solution_assets/index.html @@ -0,0 +1,143 @@ + + + + + + + + + + + Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

Solution - Dreamtime

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

+ Each puzzle is provided with three "hints". The hints for a + given day comprise a 3x4 matrix. Hints are actually statements + about the answer word, and, while not necessarily helpful, + they are all true. +

+

If any day answer is applied to any 3x4 matrix, the pattern + created by accurate hints will create a letterform. Reading + down the daily matrices for each mini-meta answer, in order by + day, gives: +

    +
  • TOMB = LAUGH
  • +
  • SUPERGENE = LIKEA
  • +
  • WHITENED = CRAZY
  • +
  • GANDERED = KOOKA
  • +
  • OUTCOME = BURRA
  • +
+

+
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r07mm_MIT_Mystery_Hunt_2016_Dreamtime_Meta/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r07mm_MIT_Mystery_Hunt_2016_Dreamtime_Meta/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..40732afd95689a15cb28301688ce327bb89ed9d1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r07mm_MIT_Mystery_Hunt_2016_Dreamtime_Meta/solution.html @@ -0,0 +1,143 @@ + + + + + + + + + + + Dreamtime — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ +

Solution - Dreamtime

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

+ Each puzzle is provided with three "hints". The hints for a + given day comprise a 3x4 matrix. Hints are actually statements + about the answer word, and, while not necessarily helpful, + they are all true. +

+

If any day answer is applied to any 3x4 matrix, the pattern + created by accurate hints will create a letterform. Reading + down the daily matrices for each mini-meta answer, in order by + day, gives: +

    +
  • TOMB = LAUGH
  • +
  • SUPERGENE = LIKEA
  • +
  • WHITENED = CRAZY
  • +
  • GANDERED = KOOKA
  • +
  • OUTCOME = BURRA
  • +
+

+
+
+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic22.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic22.png new file mode 100644 index 0000000000000000000000000000000000000000..2b3a74cabdd4e1f83093825e886e2767e4b17f19 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1d77e6b49d00a6c03f861f9827f3067f41f3974f32f23f989e0afee2e15e66 +size 4575 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic0.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic0.png new file mode 100644 index 0000000000000000000000000000000000000000..c44778e60521f277394962a248c5fd41a3e7061f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2be7a56ea9c5156cced260f6ca0fbaf72d62a563bc9b71f9bad1f2b57479aa3 +size 4604 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic22.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic22.png new file mode 100644 index 0000000000000000000000000000000000000000..2b3a74cabdd4e1f83093825e886e2767e4b17f19 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1d77e6b49d00a6c03f861f9827f3067f41f3974f32f23f989e0afee2e15e66 +size 4575 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic4.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic4.png new file mode 100644 index 0000000000000000000000000000000000000000..915305c6baa8686767aa0eb447c62c4b78e164f3 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6892a0532f89c626c942c8b1b461ce8448edd78f8cc7a27a1f20281c5fcebb +size 4647 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic6.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic6.png new file mode 100644 index 0000000000000000000000000000000000000000..66c6722381b0720fb7c83ad809f07dacde539215 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54225e38c7c5172f59df2862cd54fb4e06c57c173c3fff8efd7eb931d992c236 +size 4637 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic7.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic7.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9120995e16e221f164ebfb4932c37cb893ac45 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aeff63392b6b5f0521e9733ffd89664a5e09aeec43a89a86e58e83dc9bc1c1a +size 4646 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r107_MIT_Mystery_Hunt_2016_Cubism/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r107_MIT_Mystery_Hunt_2016_Cubism/index.html new file mode 100644 index 0000000000000000000000000000000000000000..1614dc66918758b5d2fb0b9a34e1bef118f91ae9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r107_MIT_Mystery_Hunt_2016_Cubism/index.html @@ -0,0 +1,162 @@ + + + + + + + + + + + Cubism — Sleeping Gypsy — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Cubism

+ +
+
+ +

+ +



+ +



+ +



+ +



+ +



+ +



+ +

+ + +
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/_solution_assets/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/_solution_assets/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..b09a17d84912eda1c5684f707787267847148206 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/_solution_assets/asset_index.html @@ -0,0 +1,151 @@ + + + + + + + + + + + Limbo — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+ +

Solution - Limbo

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

+ Each of the dream fragment puzzles from the previous rounds + gives a short word. These puzzles also have associated sets of + symbols which indicate how to divide each answer into + two pieces (except for the last one). +

+

+ The puzzles are presented as nested circles, which suggests splitting each fragment answer as indicated and nesting the results, ten deep. +

+RIME   = R                                      IME
+OUT    =  OU                                   T
+SESAME =    SE                             SAME
+TACT   =      T                         ACT
+HEX    =       H                      EX
+EAT    =        E                   AT
+SLICKS =         SL             ICKS
+EEK    =           EE          K
+PERUSE =             PER    USE
+SNOW   =                SNOW
+        
+

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..b09a17d84912eda1c5684f707787267847148206 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/_solution_assets/solution @@ -0,0 +1,151 @@ + + + + + + + + + + + Limbo — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+ +

Solution - Limbo

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

+ Each of the dream fragment puzzles from the previous rounds + gives a short word. These puzzles also have associated sets of + symbols which indicate how to divide each answer into + two pieces (except for the last one). +

+

+ The puzzles are presented as nested circles, which suggests splitting each fragment answer as indicated and nesting the results, ten deep. +

+RIME   = R                                      IME
+OUT    =  OU                                   T
+SESAME =    SE                             SAME
+TACT   =      T                         ACT
+HEX    =       H                      EX
+EAT    =        E                   AT
+SLICKS =         SL             ICKS
+EEK    =           EE          K
+PERUSE =             PER    USE
+SNOW   =                SNOW
+        
+

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/solution new file mode 100644 index 0000000000000000000000000000000000000000..b09a17d84912eda1c5684f707787267847148206 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r12m_MIT_Mystery_Hunt_2016_Limbo_Meta/solution @@ -0,0 +1,151 @@ + + + + + + + + + + + Limbo — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+ +

Solution - Limbo

+

by Mark Halpin

+

Answer: Click here to reveal

+
+
+

+ Each of the dream fragment puzzles from the previous rounds + gives a short word. These puzzles also have associated sets of + symbols which indicate how to divide each answer into + two pieces (except for the last one). +

+

+ The puzzles are presented as nested circles, which suggests splitting each fragment answer as indicated and nesting the results, ten deep. +

+RIME   = R                                      IME
+OUT    =  OU                                   T
+SESAME =    SE                             SAME
+TACT   =      T                         ACT
+HEX    =       H                      EX
+EAT    =        E                   AT
+SLICKS =         SL             ICKS
+EEK    =           EE          K
+PERUSE =             PER    USE
+SNOW   =                SNOW
+        
+

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r0209_MIT_Mystery_Hunt_2017_A_Penny_for_Your_Thoughts/left1.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r0209_MIT_Mystery_Hunt_2017_A_Penny_for_Your_Thoughts/left1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..925846ecd58effb4fdc27f132928dc89c1464898 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r0209_MIT_Mystery_Hunt_2017_A_Penny_for_Your_Thoughts/left1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fada8e56609ef9ec085081a49de16c611a67fe0e315881586e793c43bc49342e +size 4596 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r1006_MIT_Mystery_Hunt_2017_Cutting_the_Cord/_solution_assets/piece-flip.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r1006_MIT_Mystery_Hunt_2017_Cutting_the_Cord/_solution_assets/piece-flip.jpg new file mode 100644 index 0000000000000000000000000000000000000000..488503a1b311d3bfdf4de94dfd5fb6596edfb463 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r1006_MIT_Mystery_Hunt_2017_Cutting_the_Cord/_solution_assets/piece-flip.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d54b19919c5499522b561ca6f6292af507fe5936e2494b42aed093f8b08054 +size 4609