diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/Title.js b/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/Title.js new file mode 100644 index 0000000000000000000000000000000000000000..a940231b144a27351b9031b17dddf074bbead55c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/Title.js @@ -0,0 +1,100 @@ +import { React, html, css } from "./package.js"; + +import { Toggle } from "./Toggle.js"; + +/** + * hunt: true if Hunt side should be shown, false if Club side + * setHunt: function for setting, if false show non-interactive + */ +const Title = ({ hunt, setHunt }) => { + const title = css` + ${setHunt && "cursor: pointer;"} + display: flex; + height: 2rem; + justify-content: center; + position: relative; + + @media (max-width: 600px) { + height: 3.3rem; + } + + @media (max-width: 400px) { + height: 5.5rem; + top: 1.5rem; + } + `; + + const headerH1 = css` + border: none; + display: block; + font: 1.3rem "Syncopate", sans-serif; + margin: 0; + padding: 0; + position: absolute; + text-transform: uppercase; + text-shadow: 0 1px 1px black; + transition: color 0.2s; + width: calc(50vw - 3rem); + + br { + display: none; + } + + @media (max-width: 600px) { + width: calc(50vw - 3rem); + + br { + display: initial; + } + } + + @media (max-width: 400px) { + width: calc(100vw - 2rem); + + br { + display: none; + } + } + `; + + const header1 = css` + color: ${!setHunt || hunt ? "#e1ba9c" : "#ab8061"}; + left: 0; + text-align: right; + top: 0; + + @media (max-width: 400px) { + left: initial; + text-align: center; + top: -1.2em; + } + `; + + const header2 = css` + color: ${!setHunt || !hunt ? "#e1ba9c" : "#ab8061"}; + text-align: left; + top: 0; + right: 0; + + @media (max-width: 400px) { + top: 2em; + text-align: center; + right: initial; + } + `; + + const toggle = (e) => { + e.stopPropagation(); + setHunt(!hunt); + }; + + return html` +
+

Mystery
Hunt

+ <${Toggle} hunt=${hunt} toggle=${setHunt && toggle} /> +

Puzzle
Club

+
+ `; +}; + +export { Title }; diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.154-62-3522_Special_Lecture_in_Enigmatology.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.154-62-3522_Special_Lecture_in_Enigmatology.html new file mode 100644 index 0000000000000000000000000000000000000000..70d0be15dab4935d491dd87ac44f5e3b4bfef25e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.154-62-3522_Special_Lecture_in_Enigmatology.html @@ -0,0 +1,48 @@ + + + + + + 19.154-62-3522 Special Lecture in Enigmatology + + +

19.154-62-3522 — Special Lecture in Enigmatology

+

Dr. John Chaneski (See + Solution)

+

The Department of Enigmatology would like to apologize for a + slight inaccuracy in the special lecture. We believe that one + piece of information uncovered during the lecture is incorrect. + Please call us to correct the error.
+

+

This was an event puzzle, and + ordinarily we'd be lost here without the event content, but the + errata page has provided the important part:
+

+

For those of you who overslept, here is the (Songs) puzzle from + the seminar:
+

+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.2837_Transformative_Linguistics.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.2837_Transformative_Linguistics.html new file mode 100644 index 0000000000000000000000000000000000000000..3f572a0c6dc1e22a997d86d837906a3c0334cbbc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.2837_Transformative_Linguistics.html @@ -0,0 +1,43 @@ + + + + + 19.2837 Transformative Linguistics + + +

19.2837 — Transformative Linguistics

+

(See + solution)
+

+
    +
  1. Take the name of LSC's butter machine, write it down, and + stare at it.
  2. +
  3. Change the first letter of your word to the first letter in + the name of the mascot of the second floor of the east parallel + of Fred the Dorm.
  4. +
  5. Find the letter in your word that corresponds with the number + of the department housed in E10. Change it to the first letter + in the last name of the author of The Idea Factory - + Learning to Think at MIT.
  6. +
  7. Change the fourth letter of the word to the last letter of the + beaver's name in the first and only publication of the East + Campus Alcohol Education Group.
  8. +
  9. Take away the letter found in the name of DS9's shape-shifter.
  10. +
  11. Reverse the order of the letters.
  12. +
  13. Take the number of shows Sondheim has written that were on + Broadway, multiply it by 2, and add 3 to that. Remove the letter + corresponding to this number from your word.
  14. +
  15. Change the vowel in your word to the next-to-last letter in + the title of the book traditionally read on Bloomsday (June + 16th).
  16. +
+

THE END
+

+

Errata: The last clue originally + said "last letter". It was changed to "next-to-last letter".
+

+
    +
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.28_Quotation_Puzzles.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.28_Quotation_Puzzles.html new file mode 100644 index 0000000000000000000000000000000000000000..6b6f85db05c536100dd929b58b842b8e14b0fe72 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.28_Quotation_Puzzles.html @@ -0,0 +1,61 @@ + + + + + 19.28 Quotation Puzzles + + +

19.28 -- Quotation Puzzles

+

Prof. Scott Weiss (See solution)
+

+

We made up the quotations in the quote boxes below. Just drop the + letters in each column down to the appropriate row to spell + something. You should note that we've left out more than just the + black squares.
+

+

I.
+

+

E E A N E A A A I
+ L H A N I D C L L
+ V I E R I H E T R
+ W Y N S T M E Y S
+ -----------------
+ - - - - - - - - -
+ - - - 3 - - - - -
+ 1 - - - - - - 4 -
+ - - 2 - - - - - -
+

+


+ II.
+

+

H H A L A D C C
+ L I E L H M E E
+ O N H O P O H S
+ T P L S R S I T
+ W S S T S U Y T
+ ---------------
+ - - - - - - - -
+ - - - 4 - - - -
+ - - - - - 6 - -
+ - 5 - - - - 3 -
+ - - 2 1 - - - -
+
+

+

III.
+

+

O A A A E C
+ S E H N H E
+ S G I S S O
+ U H S S T O
+ W U T T U T
+ -----------
+ - 4 - - - -
+ - - 5 - - 1
+ - - - - 6 -
+ - - 2 - - -
+ - 3 - - - -
+
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/19.7_Cryptography_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/19.7_Cryptography_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..387ee9eabeac056983a82b1282574c97fcde83ed --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/19.7_Cryptography_Solution.html @@ -0,0 +1,29 @@ + + + + + 19.7 Cryptography Solution + + +

19.7 Cryptography Solution
+

+
       INFO                       SEEK

INFORMATION, INFORMALLY TRY TO LOCATE OR DISCOVER
WFBXHZOMWXF, WFBXHZOAAV + MHV MX AXNOMG XH LWINXEGH.
1 3

ALTA VISTA

SKI RESORT AREA IN UTAH SPANISH WORD MEANING VIEW
FZK QSFJQM PQSP KB AMPO + FDPBKFO HJQG ESPBKBC TKSH.
3 2 1




TMZG TC COD M JPKAFBFMBL + KYL TMBZAS QW SC XED QYL.
1 2 3 3

HOT BOT

OPPOSITE OF COLD ABBREVIATION FOR AUTOMATON OR ANDROID
VLLVDUQS VX GVOP + IJJASBUIQUVK XVA INQVEIQVK VA IKPAVUP.
3 1
+


+ The three solvable cryptograms give clues for (in two pieces each) + the names of search engines available at the time of this hunt.
+

+

Entering "TMZG TC COD M JPKAFBFMBL" as a search string at + AltaVista (for example) at the time of the hunt would have led to + the page
+

+

http://cosmos2.phy.tufts.edu/~kdo/found-it.html
+

+

Which gave the answer for the third fake cryptogram:
+

+
TMZG TC COD M JPKAFBFMBL + KYL TMBZAS QW SC XED QYL.
Welcome, hunters. You have found the right place.
3 1 3 2
+

Combining and anagramming the solution letters (decrypted or from + the web site) above the 1s, those above 2s, and those above 3s + gives the answer: MOVE IN FRONT.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/_solution_assets/19.7_Cryptography_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/_solution_assets/19.7_Cryptography_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..ec60ef141a8d609306c7346390f3ff40b9829ecf --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/_solution_assets/19.7_Cryptography_Solution.html @@ -0,0 +1,29 @@ + + + + + 19.7 Cryptography Solution + + +

19.7 Cryptography Solution
+

+
       INFO                       SEEK

INFORMATION, INFORMALLY TRY TO LOCATE OR DISCOVER
WFBXHZOMWXF, WFBXHZOAAV + MHV MX AXNOMG XH LWINXEGH.
1 3

ALTA VISTA

SKI RESORT AREA IN UTAH SPANISH WORD MEANING VIEW
FZK QSFJQM PQSP KB AMPO + FDPBKFO HJQG ESPBKBC TKSH.
3 2 1




TMZG TC COD M JPKAFBFMBL + KYL TMBZAS QW SC XED QYL.
1 2 3 3

HOT BOT

OPPOSITE OF COLD ABBREVIATION FOR AUTOMATON OR ANDROID
VLLVDUQS VX GVOP + IJJASBUIQUVK XVA INQVEIQVK VA IKPAVUP.
3 1
+


+ The three solvable cryptograms give clues for (in two pieces each) + the names of search engines available at the time of this hunt.
+

+

Entering "TMZG TC COD M JPKAFBFMBL" as a search string at + AltaVista (for example) at the time of the hunt would have led to + the page
+

+

http://cosmos2.phy.tufts.edu/~kdo/found-it.html
+

+

Which gave the answer for the third fake cryptogram:
+

+
TMZG TC COD M JPKAFBFMBL + KYL TMBZAS QW SC XED QYL.
Welcome, hunters. You have found the right place.
3 1 3 2
+

Combining and anagramming the solution letters (decrypted or from + the web site) above the 1s, those above 2s, and those above 3s + gives the answer: MOVE IN FRONT.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..ec60ef141a8d609306c7346390f3ff40b9829ecf --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p03_MIT_Mystery_Hunt_1998_19.7_Cryptography/solution.html @@ -0,0 +1,29 @@ + + + + + 19.7 Cryptography Solution + + +

19.7 Cryptography Solution
+

+
       INFO                       SEEK

INFORMATION, INFORMALLY TRY TO LOCATE OR DISCOVER
WFBXHZOMWXF, WFBXHZOAAV + MHV MX AXNOMG XH LWINXEGH.
1 3

ALTA VISTA

SKI RESORT AREA IN UTAH SPANISH WORD MEANING VIEW
FZK QSFJQM PQSP KB AMPO + FDPBKFO HJQG ESPBKBC TKSH.
3 2 1




TMZG TC COD M JPKAFBFMBL + KYL TMBZAS QW SC XED QYL.
1 2 3 3

HOT BOT

OPPOSITE OF COLD ABBREVIATION FOR AUTOMATON OR ANDROID
VLLVDUQS VX GVOP + IJJASBUIQUVK XVA INQVEIQVK VA IKPAVUP.
3 1
+


+ The three solvable cryptograms give clues for (in two pieces each) + the names of search engines available at the time of this hunt.
+

+

Entering "TMZG TC COD M JPKAFBFMBL" as a search string at + AltaVista (for example) at the time of the hunt would have led to + the page
+

+

http://cosmos2.phy.tufts.edu/~kdo/found-it.html
+

+

Which gave the answer for the third fake cryptogram:
+

+
TMZG TC COD M JPKAFBFMBL + KYL TMBZAS QW SC XED QYL.
Welcome, hunters. You have found the right place.
3 1 3 2
+

Combining and anagramming the solution letters (decrypted or from + the web site) above the 1s, those above 2s, and those above 3s + gives the answer: MOVE IN FRONT.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p07_MIT_Mystery_Hunt_1998_14.321_Pyramid_Schemes/_solution_assets/14.321_Pyramid_Schemes_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p07_MIT_Mystery_Hunt_1998_14.321_Pyramid_Schemes/_solution_assets/14.321_Pyramid_Schemes_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..9914d4acd098621370c7ab7ea6fc286aaaddd23d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p07_MIT_Mystery_Hunt_1998_14.321_Pyramid_Schemes/_solution_assets/14.321_Pyramid_Schemes_Solution.html @@ -0,0 +1,37 @@ + + + + + + 14.321 Pyramid Schemes Solution + + +

14.321 -- Pyramid Schemes Solution

+

The solutions to the seven grids are as follows:
+

+ Grid 1 solution
+ Grid 2 solution
+ Grid 3 solution
+ Grid 4 solution
+ Grid 5 solution
+ Grid 6 solution
+ Grid 7 solution
+ Solving all the grids helps significantly since you will be able to + research topics like the SIGIR papers (Special Interest Group on + Information Retrieval), be able to correctly name something in the + category, and your partner will know what it is. When you succeed, + you're told "Look to the pyramid's right on the seven grids."
+
+ The first grid has only one P, To it's right is an N. The second has + only one Y, etc. The letters to the right of the PYRAMID letters + spell NOT RICH, which is the final answer.
+
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p07_MIT_Mystery_Hunt_1998_14.321_Pyramid_Schemes/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p07_MIT_Mystery_Hunt_1998_14.321_Pyramid_Schemes/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..9914d4acd098621370c7ab7ea6fc286aaaddd23d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p07_MIT_Mystery_Hunt_1998_14.321_Pyramid_Schemes/solution.html @@ -0,0 +1,37 @@ + + + + + + 14.321 Pyramid Schemes Solution + + +

14.321 -- Pyramid Schemes Solution

+

The solutions to the seven grids are as follows:
+

+ Grid 1 solution
+ Grid 2 solution
+ Grid 3 solution
+ Grid 4 solution
+ Grid 5 solution
+ Grid 6 solution
+ Grid 7 solution
+ Solving all the grids helps significantly since you will be able to + research topics like the SIGIR papers (Special Interest Group on + Information Retrieval), be able to correctly name something in the + category, and your partner will know what it is. When you succeed, + you're told "Look to the pyramid's right on the seven grids."
+
+ The first grid has only one P, To it's right is an N. The second has + only one Y, etc. The letters to the right of the PYRAMID letters + spell NOT RICH, which is the final answer.
+
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.28_Quotation_Puzzles.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.28_Quotation_Puzzles.html new file mode 100644 index 0000000000000000000000000000000000000000..6b6f85db05c536100dd929b58b842b8e14b0fe72 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.28_Quotation_Puzzles.html @@ -0,0 +1,61 @@ + + + + + 19.28 Quotation Puzzles + + +

19.28 -- Quotation Puzzles

+

Prof. Scott Weiss (See solution)
+

+

We made up the quotations in the quote boxes below. Just drop the + letters in each column down to the appropriate row to spell + something. You should note that we've left out more than just the + black squares.
+

+

I.
+

+

E E A N E A A A I
+ L H A N I D C L L
+ V I E R I H E T R
+ W Y N S T M E Y S
+ -----------------
+ - - - - - - - - -
+ - - - 3 - - - - -
+ 1 - - - - - - 4 -
+ - - 2 - - - - - -
+

+


+ II.
+

+

H H A L A D C C
+ L I E L H M E E
+ O N H O P O H S
+ T P L S R S I T
+ W S S T S U Y T
+ ---------------
+ - - - - - - - -
+ - - - 4 - - - -
+ - - - - - 6 - -
+ - 5 - - - - 3 -
+ - - 2 1 - - - -
+
+

+

III.
+

+

O A A A E C
+ S E H N H E
+ S G I S S O
+ U H S S T O
+ W U T T U T
+ -----------
+ - 4 - - - -
+ - - 5 - - 1
+ - - - - 6 -
+ - - 2 - - -
+ - 3 - - - -
+
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/19.2352_Web_Word_Puzzles_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/19.2352_Web_Word_Puzzles_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..06264ff206103ce4a7aef8b631ad98ec75ed2a33 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/19.2352_Web_Word_Puzzles_Solution.html @@ -0,0 +1,41 @@ + + + + + 19.2352 Web Word Puzzles Solution + + +

19.2352 — Web Word Puzzles Solution

+

The GIF image has comments in the metadata:
+

+

Arrange these + vertical trigrams to spell your clue:
+

+

A B C C E E H I L M + N O O P S S T U
+ E G M W N O O L D A T E E N E K M H
+ A I C Z W U W Z B M I L O P Y W T T
+

+

The result of that is:
+

+ THESPECIALBONUSCOM
+ MONKNOWLEDGETHEMEA

+ TWWWPUZZABILITYCOM
+
+

The special bonus common knowledge theme at www.puzzability.com.
+

+

So we go back into + the Wayback machine again. We don't have the page from + during Hunt weekend, but we have one shortly afterward within + which we can see the answer to the special bonus common knowledge. + The answers were DOMES, SPAS, PHONE, HERE, ROMAN, DIPLOMA and the + theme was TIC, each word makes a new word when TOC is added to the + end.
+

+

The final anwer is TIC.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/_solution_assets/19.2352_Web_Word_Puzzles_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/_solution_assets/19.2352_Web_Word_Puzzles_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..8259c5d5efcd8ad1eda7c850456fa94719204ae4 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/_solution_assets/19.2352_Web_Word_Puzzles_Solution.html @@ -0,0 +1,41 @@ + + + + + 19.2352 Web Word Puzzles Solution + + +

19.2352 — Web Word Puzzles Solution

+

The GIF image has comments in the metadata:
+

+

Arrange these + vertical trigrams to spell your clue:
+

+

A B C C E E H I L M + N O O P S S T U
+ E G M W N O O L D A T E E N E K M H
+ A I C Z W U W Z B M I L O P Y W T T
+

+

The result of that is:
+

+ THESPECIALBONUSCOM
+ MONKNOWLEDGETHEMEA

+ TWWWPUZZABILITYCOM
+
+

The special bonus common knowledge theme at www.puzzability.com.
+

+

So we go back into + the Wayback machine again. We don't have the page from + during Hunt weekend, but we have one shortly afterward within + which we can see the answer to the special bonus common knowledge. + The answers were DOMES, SPAS, PHONE, HERE, ROMAN, DIPLOMA and the + theme was TIC, each word makes a new word when TOC is added to the + end.
+

+

The final anwer is TIC.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..8259c5d5efcd8ad1eda7c850456fa94719204ae4 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/solution.html @@ -0,0 +1,41 @@ + + + + + 19.2352 Web Word Puzzles Solution + + +

19.2352 — Web Word Puzzles Solution

+

The GIF image has comments in the metadata:
+

+

Arrange these + vertical trigrams to spell your clue:
+

+

A B C C E E H I L M + N O O P S S T U
+ E G M W N O O L D A T E E N E K M H
+ A I C Z W U W Z B M I L O P Y W T T
+

+

The result of that is:
+

+ THESPECIALBONUSCOM
+ MONKNOWLEDGETHEMEA

+ TWWWPUZZABILITYCOM
+
+

The special bonus common knowledge theme at www.puzzability.com.
+

+

So we go back into + the Wayback machine again. We don't have the page from + during Hunt weekend, but we have one shortly afterward within + which we can see the answer to the special bonus common knowledge. + The answers were DOMES, SPAS, PHONE, HERE, ROMAN, DIPLOMA and the + theme was TIC, each word makes a new word when TOC is added to the + end.
+

+

The final anwer is TIC.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/24.7_Word_Recognition.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/24.7_Word_Recognition.html new file mode 100644 index 0000000000000000000000000000000000000000..346635c7395165a3491b3b8c80203520b4f44dd1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/24.7_Word_Recognition.html @@ -0,0 +1,43 @@ + + + + + 24.7 Word Recognition + + +

24.7 — Word Recognition

+

Prof. Eric Albert (See solution)
+

+

Even something as innocent as a voice recognition system can be + turned into a puzzle by a creative Enigmatologist. We spoke a + bunch of words that belong to the same set (though they don't + comprise the whole set) into our voice-input system. Each line + below contains the four alternatives (none is a correct + word itself) that the system came up with for each word we spoke.
+

+

To pass this course, figure out the single word that describes + each and every element of the set.
+

+

did, bed, head, it
+

+

flat, lack, lap, Latin
+

+

trauma, job, chalk, drama
+

+

nor, more, Mark, your
+

+

mentoring, meditating, nutrient, mainframe
+

+

faulted, vaulted, phobic, bulk
+

+

sarcasm, sarcastic, surpass, sergeants
+

+

asking, casting, caffeine, napkin
+

+

jibe, Hannah, chat, shined
+

+

quarrel, oral, call, full
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p10_MIT_Mystery_Hunt_1998_19.28_Quotation_Puzzles/19.28_Quotation_Puzzles.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p10_MIT_Mystery_Hunt_1998_19.28_Quotation_Puzzles/19.28_Quotation_Puzzles.html new file mode 100644 index 0000000000000000000000000000000000000000..fb0a001e1bd443cfda755c07f291b2578f63cef0 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p10_MIT_Mystery_Hunt_1998_19.28_Quotation_Puzzles/19.28_Quotation_Puzzles.html @@ -0,0 +1,61 @@ + + + + + 19.28 Quotation Puzzles + + +

19.28 -- Quotation Puzzles

+

Prof. Scott Weiss (See solution)
+

+

We made up the quotations in the quote boxes below. Just drop the + letters in each column down to the appropriate row to spell + something. You should note that we've left out more than just the + black squares.
+

+

I.
+

+

E E A N E A A A I
+ L H A N I D C L L
+ V I E R I H E T R
+ W Y N S T M E Y S
+ -----------------
+ - - - - - - - - -
+ - - - 3 - - - - -
+ 1 - - - - - - 4 -
+ - - 2 - - - - - -
+

+


+ II.
+

+

H H A L A D C C
+ L I E L H M E E
+ O N H O P O H S
+ T P L S R S I T
+ W S S T S U Y T
+ ---------------
+ - - - - - - - -
+ - - - 4 - - - -
+ - - - - - 6 - -
+ - 5 - - - - 3 -
+ - - 2 1 - - - -
+
+

+

III.
+

+

O A A A E C
+ S E H N H E
+ S G I S S O
+ U H S S T O
+ W U T T U T
+ -----------
+ - 4 - - - -
+ - - 5 - - 1
+ - - - - 6 -
+ - - 2 - - -
+ - 3 - - - -
+
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.2837_Transformative_Linguistics.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.2837_Transformative_Linguistics.html new file mode 100644 index 0000000000000000000000000000000000000000..3f572a0c6dc1e22a997d86d837906a3c0334cbbc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.2837_Transformative_Linguistics.html @@ -0,0 +1,43 @@ + + + + + 19.2837 Transformative Linguistics + + +

19.2837 — Transformative Linguistics

+

(See + solution)
+

+
    +
  1. Take the name of LSC's butter machine, write it down, and + stare at it.
  2. +
  3. Change the first letter of your word to the first letter in + the name of the mascot of the second floor of the east parallel + of Fred the Dorm.
  4. +
  5. Find the letter in your word that corresponds with the number + of the department housed in E10. Change it to the first letter + in the last name of the author of The Idea Factory - + Learning to Think at MIT.
  6. +
  7. Change the fourth letter of the word to the last letter of the + beaver's name in the first and only publication of the East + Campus Alcohol Education Group.
  8. +
  9. Take away the letter found in the name of DS9's shape-shifter.
  10. +
  11. Reverse the order of the letters.
  12. +
  13. Take the number of shows Sondheim has written that were on + Broadway, multiply it by 2, and add 3 to that. Remove the letter + corresponding to this number from your word.
  14. +
  15. Change the vowel in your word to the next-to-last letter in + the title of the book traditionally read on Bloomsday (June + 16th).
  16. +
+

THE END
+

+

Errata: The last clue originally + said "last letter". It was changed to "next-to-last letter".
+

+
    +
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.2837_Transformative_Linguistics.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.2837_Transformative_Linguistics.html new file mode 100644 index 0000000000000000000000000000000000000000..3f572a0c6dc1e22a997d86d837906a3c0334cbbc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.2837_Transformative_Linguistics.html @@ -0,0 +1,43 @@ + + + + + 19.2837 Transformative Linguistics + + +

19.2837 — Transformative Linguistics

+

(See + solution)
+

+
    +
  1. Take the name of LSC's butter machine, write it down, and + stare at it.
  2. +
  3. Change the first letter of your word to the first letter in + the name of the mascot of the second floor of the east parallel + of Fred the Dorm.
  4. +
  5. Find the letter in your word that corresponds with the number + of the department housed in E10. Change it to the first letter + in the last name of the author of The Idea Factory - + Learning to Think at MIT.
  6. +
  7. Change the fourth letter of the word to the last letter of the + beaver's name in the first and only publication of the East + Campus Alcohol Education Group.
  8. +
  9. Take away the letter found in the name of DS9's shape-shifter.
  10. +
  11. Reverse the order of the letters.
  12. +
  13. Take the number of shows Sondheim has written that were on + Broadway, multiply it by 2, and add 3 to that. Remove the letter + corresponding to this number from your word.
  14. +
  15. Change the vowel in your word to the next-to-last letter in + the title of the book traditionally read on Bloomsday (June + 16th).
  16. +
+

THE END
+

+

Errata: The last clue originally + said "last letter". It was changed to "next-to-last letter".
+

+
    +
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p01_MIT_Mystery_Hunt_1998_19.2837_Transformative_Linguistics/19.2837_Transformative_Linguistics.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p01_MIT_Mystery_Hunt_1998_19.2837_Transformative_Linguistics/19.2837_Transformative_Linguistics.html new file mode 100644 index 0000000000000000000000000000000000000000..6aa5a9117fe7e3af946cf133787287986b26c022 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p01_MIT_Mystery_Hunt_1998_19.2837_Transformative_Linguistics/19.2837_Transformative_Linguistics.html @@ -0,0 +1,43 @@ + + + + + 19.2837 Transformative Linguistics + + +

19.2837 — Transformative Linguistics

+

(See + solution)
+

+
    +
  1. Take the name of LSC's butter machine, write it down, and + stare at it.
  2. +
  3. Change the first letter of your word to the first letter in + the name of the mascot of the second floor of the east parallel + of Fred the Dorm.
  4. +
  5. Find the letter in your word that corresponds with the number + of the department housed in E10. Change it to the first letter + in the last name of the author of The Idea Factory - + Learning to Think at MIT.
  6. +
  7. Change the fourth letter of the word to the last letter of the + beaver's name in the first and only publication of the East + Campus Alcohol Education Group.
  8. +
  9. Take away the letter found in the name of DS9's shape-shifter.
  10. +
  11. Reverse the order of the letters.
  12. +
  13. Take the number of shows Sondheim has written that were on + Broadway, multiply it by 2, and add 3 to that. Remove the letter + corresponding to this number from your word.
  14. +
  15. Change the vowel in your word to the next-to-last letter in + the title of the book traditionally read on Bloomsday (June + 16th).
  16. +
+

THE END
+

+

Errata: The last clue originally + said "last letter". It was changed to "next-to-last letter".
+

+
    +
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/19.13_Junior_Lab_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/19.13_Junior_Lab_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..e77fc2ff1c7bfc58bacdf5ba4825aeeb7f2aecc6 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/19.13_Junior_Lab_Solution.html @@ -0,0 +1,30 @@ + + + + + + 19.13 Junior Lab Solution + + +

19.13 Junior Lab Solution

+

You might think, because of the odd appearances of punctuation + within words, that this is a keyboard change puzzle (like + QWERTY-Dvorak) but it is just an arbitrary cryptogram in which + punctuation is encoded just like any other letter. The key below + was in the provided solution, with quirks: Cipher a, supposedly + encoding underscore, is not used in the puzzle, q represents + itself, and no character represents v. The puzzle appears to have + an uncorrected error, that w's are used instead of s's to encode + what ought to be an ellipsis at the end of the message.
+

+

Key:
+

+
Plain:  _ ; o k b h u x z g m d i y e j q n . s a f " ! r ' t ? , l p c w
Cipher: a b c d e f g h i j k l m n o p q r s t u v w x y z . , ; ' " ? !

it was a dark and stormy night. rain pounded against the windows of the
m. !ut u luyd url t.cykn rmjf.s yumr "cgrlol ujumrt. .fo !mrlc!t cv .fo

bus. lightning crashed; thunder roared; i jumped quickly through the doors
egts 'mjf.rmrj ?yutfolb .fgrloy ycuyolb m pgk"ol qgm?d'n .fycgjf .fo lccyt
+and onto the sidewalk and nearly collided with a pedestrian. "excuse me!"
url cr.c .fo tmlo!u'd url rouy'n ?c''mlol !m.f u "olot.ymurs woh?gto koxw
+yelled the man. i apologized profusely. "i'm only a tourist," i explained,
no''ol .fo kurs m u"c'cjmiol "ycvgto'ns wmzk cr'n u .cgymt.;w m oh"'umrol;
+"and i'm a little lost. how do you get to carnegie hall?" the stranger
wurl mzk u 'm..'o 'ct.s fc! lc ncg jo. .c ?uyrojmo fu'',w .fo t.yurjoy
+replied"""
yo"'molwww
+

The answer to the riddle is the answer to the puzzle: PRACTICE.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/_solution_assets/19.13_Junior_Lab_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/_solution_assets/19.13_Junior_Lab_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..1c716a16ffb86ee6bd82e759c5fc706339ba73c4 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/_solution_assets/19.13_Junior_Lab_Solution.html @@ -0,0 +1,30 @@ + + + + + + 19.13 Junior Lab Solution + + +

19.13 Junior Lab Solution

+

You might think, because of the odd appearances of punctuation + within words, that this is a keyboard change puzzle (like + QWERTY-Dvorak) but it is just an arbitrary cryptogram in which + punctuation is encoded just like any other letter. The key below + was in the provided solution, with quirks: Cipher a, supposedly + encoding underscore, is not used in the puzzle, q represents + itself, and no character represents v. The puzzle appears to have + an uncorrected error, that w's are used instead of s's to encode + what ought to be an ellipsis at the end of the message.
+

+

Key:
+

+
Plain:  _ ; o k b h u x z g m d i y e j q n . s a f " ! r ' t ? , l p c w
Cipher: a b c d e f g h i j k l m n o p q r s t u v w x y z . , ; ' " ? !

it was a dark and stormy night. rain pounded against the windows of the
m. !ut u luyd url t.cykn rmjf.s yumr "cgrlol ujumrt. .fo !mrlc!t cv .fo

bus. lightning crashed; thunder roared; i jumped quickly through the doors
egts 'mjf.rmrj ?yutfolb .fgrloy ycuyolb m pgk"ol qgm?d'n .fycgjf .fo lccyt
+and onto the sidewalk and nearly collided with a pedestrian. "excuse me!"
url cr.c .fo tmlo!u'd url rouy'n ?c''mlol !m.f u "olot.ymurs woh?gto koxw
+yelled the man. i apologized profusely. "i'm only a tourist," i explained,
no''ol .fo kurs m u"c'cjmiol "ycvgto'ns wmzk cr'n u .cgymt.;w m oh"'umrol;
+"and i'm a little lost. how do you get to carnegie hall?" the stranger
wurl mzk u 'm..'o 'ct.s fc! lc ncg jo. .c ?uyrojmo fu'',w .fo t.yurjoy
+replied"""
yo"'molwww
+

The answer to the riddle is the answer to the puzzle: PRACTICE.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..1c716a16ffb86ee6bd82e759c5fc706339ba73c4 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p04_MIT_Mystery_Hunt_1998_Junior_Lab/solution.html @@ -0,0 +1,30 @@ + + + + + + 19.13 Junior Lab Solution + + +

19.13 Junior Lab Solution

+

You might think, because of the odd appearances of punctuation + within words, that this is a keyboard change puzzle (like + QWERTY-Dvorak) but it is just an arbitrary cryptogram in which + punctuation is encoded just like any other letter. The key below + was in the provided solution, with quirks: Cipher a, supposedly + encoding underscore, is not used in the puzzle, q represents + itself, and no character represents v. The puzzle appears to have + an uncorrected error, that w's are used instead of s's to encode + what ought to be an ellipsis at the end of the message.
+

+

Key:
+

+
Plain:  _ ; o k b h u x z g m d i y e j q n . s a f " ! r ' t ? , l p c w
Cipher: a b c d e f g h i j k l m n o p q r s t u v w x y z . , ; ' " ? !

it was a dark and stormy night. rain pounded against the windows of the
m. !ut u luyd url t.cykn rmjf.s yumr "cgrlol ujumrt. .fo !mrlc!t cv .fo

bus. lightning crashed; thunder roared; i jumped quickly through the doors
egts 'mjf.rmrj ?yutfolb .fgrloy ycuyolb m pgk"ol qgm?d'n .fycgjf .fo lccyt
+and onto the sidewalk and nearly collided with a pedestrian. "excuse me!"
url cr.c .fo tmlo!u'd url rouy'n ?c''mlol !m.f u "olot.ymurs woh?gto koxw
+yelled the man. i apologized profusely. "i'm only a tourist," i explained,
no''ol .fo kurs m u"c'cjmiol "ycvgto'ns wmzk cr'n u .cgymt.;w m oh"'umrol;
+"and i'm a little lost. how do you get to carnegie hall?" the stranger
wurl mzk u 'm..'o 'ct.s fc! lc ncg jo. .c ?uyrojmo fu'',w .fo t.yurjoy
+replied"""
yo"'molwww
+

The answer to the riddle is the answer to the puzzle: PRACTICE.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/7.270_Sustenance_of_Life_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/7.270_Sustenance_of_Life_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..dac70b2fec1854169745b4f4baa8fa152fcb8772 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/7.270_Sustenance_of_Life_Solution.html @@ -0,0 +1,45 @@ + + + + + + 7.270 Sustenance of Life Solution + + +

7.270 — Sustenance of Life Solution

+

The small grid is indeed a key; it represents the word KEY as the + numbers 11, 5, 25. Each column represents a digit, and the rows + represent the segments of a seven-segment display, with dark cells + indicating lit segments. The puzzle does not use the conventional + order based on the pin configuration of standard seven-segment + display units, which starts with the top segment and goes + clockwise all the way around, with the middle segment last. + Instead, the order used in this puzzle is top left, top, top + right, middle, bottom left, bottom, bottom right.
+

+

If you get the idea that it is a seven-segment display and the + idea that the key spells KEY as 11525, you can solve the puzzle + even without figuring out the segment order:
+

+ +

Then you need to break up 85112208 into chunks that index into + the alphabet, which is 8, 5, 1, 12, 20, 8, spelling the answer, + HEALTH.
+

+


+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/_solution_assets/7.270_Sustenance_of_Life_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/_solution_assets/7.270_Sustenance_of_Life_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..b9c98dd04584e08e022c4f0e788b912f851c9684 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/_solution_assets/7.270_Sustenance_of_Life_Solution.html @@ -0,0 +1,45 @@ + + + + + + 7.270 Sustenance of Life Solution + + +

7.270 — Sustenance of Life Solution

+

The small grid is indeed a key; it represents the word KEY as the + numbers 11, 5, 25. Each column represents a digit, and the rows + represent the segments of a seven-segment display, with dark cells + indicating lit segments. The puzzle does not use the conventional + order based on the pin configuration of standard seven-segment + display units, which starts with the top segment and goes + clockwise all the way around, with the middle segment last. + Instead, the order used in this puzzle is top left, top, top + right, middle, bottom left, bottom, bottom right.
+

+

If you get the idea that it is a seven-segment display and the + idea that the key spells KEY as 11525, you can solve the puzzle + even without figuring out the segment order:
+

+ +

Then you need to break up 85112208 into chunks that index into + the alphabet, which is 8, 5, 1, 12, 20, 8, spelling the answer, + HEALTH.
+

+


+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..b9c98dd04584e08e022c4f0e788b912f851c9684 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p09_MIT_Mystery_Hunt_1998_7.270_Sustenance_of_Life/solution.html @@ -0,0 +1,45 @@ + + + + + + 7.270 Sustenance of Life Solution + + +

7.270 — Sustenance of Life Solution

+

The small grid is indeed a key; it represents the word KEY as the + numbers 11, 5, 25. Each column represents a digit, and the rows + represent the segments of a seven-segment display, with dark cells + indicating lit segments. The puzzle does not use the conventional + order based on the pin configuration of standard seven-segment + display units, which starts with the top segment and goes + clockwise all the way around, with the middle segment last. + Instead, the order used in this puzzle is top left, top, top + right, middle, bottom left, bottom, bottom right.
+

+

If you get the idea that it is a seven-segment display and the + idea that the key spells KEY as 11525, you can solve the puzzle + even without figuring out the segment order:
+

+ +

Then you need to break up 85112208 into chunks that index into + the alphabet, which is 8, 5, 1, 12, 20, 8, spelling the answer, + HEALTH.
+

+


+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/19.154-62-3522_Special_Lecture_in_Enigmatology.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/19.154-62-3522_Special_Lecture_in_Enigmatology.html new file mode 100644 index 0000000000000000000000000000000000000000..70d0be15dab4935d491dd87ac44f5e3b4bfef25e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/19.154-62-3522_Special_Lecture_in_Enigmatology.html @@ -0,0 +1,48 @@ + + + + + + 19.154-62-3522 Special Lecture in Enigmatology + + +

19.154-62-3522 — Special Lecture in Enigmatology

+

Dr. John Chaneski (See + Solution)

+

The Department of Enigmatology would like to apologize for a + slight inaccuracy in the special lecture. We believe that one + piece of information uncovered during the lecture is incorrect. + Please call us to correct the error.
+

+

This was an event puzzle, and + ordinarily we'd be lost here without the event content, but the + errata page has provided the important part:
+

+

For those of you who overslept, here is the (Songs) puzzle from + the seminar:
+

+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/19.154-62-3522_Special_Lecture_in_Enigmatology.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/19.154-62-3522_Special_Lecture_in_Enigmatology.html new file mode 100644 index 0000000000000000000000000000000000000000..6e7bd00fc0db4ec32b3d6f841b3ca09dcb56842a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/19.154-62-3522_Special_Lecture_in_Enigmatology.html @@ -0,0 +1,48 @@ + + + + + + 19.154-62-3522 Special Lecture in Enigmatology + + +

19.154-62-3522 — Special Lecture in Enigmatology

+

Dr. John Chaneski (See + Solution)

+

The Department of Enigmatology would like to apologize for a + slight inaccuracy in the special lecture. We believe that one + piece of information uncovered during the lecture is incorrect. + Please call us to correct the error.
+

+

This was an event puzzle, and + ordinarily we'd be lost here without the event content, but the + errata page has provided the important part:
+

+

For those of you who overslept, here is the (Songs) puzzle from + the seminar:
+

+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/19.154-62-3522_Special_Lecture_in_Enigmatology_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/19.154-62-3522_Special_Lecture_in_Enigmatology_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..459955db561c316b3800a4c56d90a0dda3afa99a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/19.154-62-3522_Special_Lecture_in_Enigmatology_Solution.html @@ -0,0 +1,45 @@ + + + + + + 19.154-62-3522 Special Lecture in Enigmatology Solution + + +

19.154-62-3522 — Special Lecture in Enigmatology + Solution

+

Each of these phrases is part of a song title. Specifically, each + of the phrases appears in parentheses within a song title such + that it may be considered a subtitle, alternate title, or optional + part of the title. The full titles (which are in alphabetical + order after supplying the missing parts) are:
+

+ +

Well, almost. The puzzle page warned us about an inaccuracy. That + inaccuracy is that the song marked by * above by the Greg Kihn + Band is simply called "Jeopardy" and doesn't include the other + phrase from the lyrics as part of its title. The answer is JEOPARDY.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/_solution_assets/19.154-62-3522_Special_Lecture_in_Enigmatology_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/_solution_assets/19.154-62-3522_Special_Lecture_in_Enigmatology_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..66300855f2474f9dbb1837bf7601a646489b586a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/_solution_assets/19.154-62-3522_Special_Lecture_in_Enigmatology_Solution.html @@ -0,0 +1,45 @@ + + + + + + 19.154-62-3522 Special Lecture in Enigmatology Solution + + +

19.154-62-3522 — Special Lecture in Enigmatology + Solution

+

Each of these phrases is part of a song title. Specifically, each + of the phrases appears in parentheses within a song title such + that it may be considered a subtitle, alternate title, or optional + part of the title. The full titles (which are in alphabetical + order after supplying the missing parts) are:
+

+ +

Well, almost. The puzzle page warned us about an inaccuracy. That + inaccuracy is that the song marked by * above by the Greg Kihn + Band is simply called "Jeopardy" and doesn't include the other + phrase from the lyrics as part of its title. The answer is JEOPARDY.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..66300855f2474f9dbb1837bf7601a646489b586a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p01_MIT_Mystery_Hunt_1998_Special_Lecture_in_Enigmatology/solution.html @@ -0,0 +1,45 @@ + + + + + + 19.154-62-3522 Special Lecture in Enigmatology Solution + + +

19.154-62-3522 — Special Lecture in Enigmatology + Solution

+

Each of these phrases is part of a song title. Specifically, each + of the phrases appears in parentheses within a song title such + that it may be considered a subtitle, alternate title, or optional + part of the title. The full titles (which are in alphabetical + order after supplying the missing parts) are:
+

+ +

Well, almost. The puzzle page warned us about an inaccuracy. That + inaccuracy is that the song marked by * above by the Greg Kihn + Band is simply called "Jeopardy" and doesn't include the other + phrase from the lyrics as part of its title. The answer is JEOPARDY.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p03_MIT_Mystery_Hunt_1998_19.333_Chaotic_Clues/_solution_assets/19.333_Chaotic_Clues_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p03_MIT_Mystery_Hunt_1998_19.333_Chaotic_Clues/_solution_assets/19.333_Chaotic_Clues_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..076207ace76d19d6c07b7eb01aa5fcc858047ddf --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p03_MIT_Mystery_Hunt_1998_19.333_Chaotic_Clues/_solution_assets/19.333_Chaotic_Clues_Solution.html @@ -0,0 +1,56 @@ + + + + + + 19.333 Chaotic Clues Solution + + +

19.333 — Chaotic Clues Solution
+

+

The clue answers are:
+

+ +

They aren't long enough to fill the spaces, but if you assign + them to the first numbers next each clue, they provide exactly one + letter for each number, and when transferred to the blanks at the + top, it spells out more clues:
+

+ +

The answer to these clues can go on the unused numbers at the + ends of the original clues, in order:
+

+ +

And when these letters are placed in the order of the numbers, it + gives one final clue:
+

+ +

When you find that sign at MIT (it's a person's name), the + largest words above it are FOREIGN LANGUAGES AND LITERATURES, + an MIT department, and the answer.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p03_MIT_Mystery_Hunt_1998_19.333_Chaotic_Clues/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p03_MIT_Mystery_Hunt_1998_19.333_Chaotic_Clues/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..076207ace76d19d6c07b7eb01aa5fcc858047ddf --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p03_MIT_Mystery_Hunt_1998_19.333_Chaotic_Clues/solution.html @@ -0,0 +1,56 @@ + + + + + + 19.333 Chaotic Clues Solution + + +

19.333 — Chaotic Clues Solution
+

+

The clue answers are:
+

+ +

They aren't long enough to fill the spaces, but if you assign + them to the first numbers next each clue, they provide exactly one + letter for each number, and when transferred to the blanks at the + top, it spells out more clues:
+

+ +

The answer to these clues can go on the unused numbers at the + ends of the original clues, in order:
+

+ +

And when these letters are placed in the order of the numbers, it + gives one final clue:
+

+ +

When you find that sign at MIT (it's a person's name), the + largest words above it are FOREIGN LANGUAGES AND LITERATURES, + an MIT department, and the answer.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/beirut.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/beirut.html new file mode 100644 index 0000000000000000000000000000000000000000..bbb8c17649b1479f95160f18a9928946fa4fe3e9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/beirut.html @@ -0,0 +1,30 @@ + + +Beirut + + +

Beirut

+
    +
  1. Find three letters indicated by these directions.
  2. +
  3. Draw them according to the following instructions: + +
  4. +
  5. Rotate your drawing 70 degrees to the right. Remove the highest segment that is parallel to the baseline.
  6. +
  7. Rotate your drawing 40 degrees to the right. Remove the lowest segment that is parallel to the baseline.
  8. +
  9. Rotate your drawing 180 degrees. Of the two highest segments that originate from one endpoint, remove the left.
  10. +
  11. Rotte your drawing 70 degrees to the right.
  12. +
  13. Shorten segment BI by moving endpoint B a little underneath segment AC.
  14. +
  15. Shorten segment EF by moving endpoint F a little to the left of segment CK.
  16. +
  17. Reflect your drawing about he y-axis (i.e., draw its mirror image).
  18. +
+

You should now have a number. How is it more commonly written?

+
Solution + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/madras.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/madras.html new file mode 100644 index 0000000000000000000000000000000000000000..163782af71f5d66d9e7a7006a62348607705d9db --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/madras.html @@ -0,0 +1,88 @@ + + +Madras + + + +

Madras

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Area CodeBird#Reps in HouseFlowerInterstatesState NicknameAdmission to Union
New JerseyHawaiiMichiganMassachusettsOregonConnecticutNorth Carolina
MarylandAlabamaOhioMontanaWashingtonDelawareVermont
Rhode IslandNew MexicoIllinoisWyomingArizonaNew HampshireKentucky
ArkansasMinnesotaPennsylvaniaIdahoGeorgiaWest VirginiaLouisiana
MississippiColoradoFloridaWisconsinSouth DakotaSouth CarolinaMaine
North DakotaAlaskaTexasIndianaIowaNevadaMissouri
UtahOklahomaNew YorkTennesseeVirginiaKansasNebraska
+ +

Archivist's note: This puzzle was intended to have the area code, bird, etc. for each state in the corresponding box. The above "answer grid" was accidentally distributed instead.

+ +

Solution

+ + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/manila.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/manila.html new file mode 100644 index 0000000000000000000000000000000000000000..ae7ef92563346becea1130308c4cf69365971bdb --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/manila.html @@ -0,0 +1,87 @@ + + +Manila + + + +

Manila

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AAAA
EEE
G
H
LL
MM
O
P
RR
SSS
T
YYY
+ +

Solution

+ + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/stuttgart.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/stuttgart.html new file mode 100644 index 0000000000000000000000000000000000000000..0def87ac6276dce1c27f9c7ff54469caaad97e26 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/stuttgart.html @@ -0,0 +1,76 @@ + + +Stuttgart + + + +

Stuttgart

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
   
+
   
+
   
+
   
+
 : 
+
   
+
   
+
   
+
   
+
 :: 
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+

+ +

+

    +
  1. 0-55653-67050-6 (first)
  2. +
  3. 0-447440-7 (second of size)
  4. +
  5. 0-30100-03012-6 (second)
  6. +
  7. 0-73410-29061-3 (second)
  8. +
  9. 0-33617-41001-6 (third of flavour)
  10. +
  11. 0-74472-75810-3 (third of brand)
  12. +
  13. 0-441190-3 (third)
  14. +
  15. 0-44000-00376-0 (eighth of sub-brand)
  16. +
+

+ + +

Archivist's note: The teams were also given a cube of Edam cheese.

+ +Solution + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/vatican_city.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/vatican_city.html new file mode 100644 index 0000000000000000000000000000000000000000..b9937cfc4dce231f115962ee383ca53587c2cd8e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/vatican_city.html @@ -0,0 +1,53 @@ + + +Vatican City + + + +

Vatican City

+ + +

An informant gives you this message:

+ +

"After work yesterday I met with an informant in St. Peter's +Square. She said she managed to purloin a couple of memos from a VILE +member's desk, which she gave to me. The first has the following text on +it:

+
+VILE:
+LOVE +OVER +VEIN +ERNE +
+ +

The second has some curious stories on it that I can't figure out the +meaning of. Can you help?"

+ +

Here are the stories:

+ +

Romeo RESTS his ARM JOINT on the gatepost and looks UP. +He sees a sight more wonderful than all the EXPLODING STARS ever +viewed - his DARLING Juliet on the balcony.

+ +

Pat, on a safari in Africa, LOOKS STEADILY at the STRIPED MAMMAL. The +animal, KEENLY AWARE, takes umbrage - "Why do you GAWK?" she asks. "If you +think I don't mind, you're making a MISTAKE."

+ +

Jimmy's cat was not IN ITSELF particulary attractive. Still, he couldn't +help but WORSHIP it. One time, a dog CHASED [it] UP A WOODY PLANT. As the +cat JUMPED from branch to branch, the boy called for his MORE +LIFE-EXPERIENCED sister to help. She drove the dog away, climbed up and +retrieved the cat. How nice.

+ +

The scientific group decided to build an ELEMENTARY PARTICLE detector in +Saudi Arabia. However, The WAY to the facility was in DISPUTE, and the +local CHIEFTAINS would TURN UP THEIR NOSES at each proposed solution.

+ +

CONCERNING my trip to China: I had a great time until a certain TURNING POINT. +One night, my ENTHUSIASM for eating the exotic food took over and I GORGED +myself. I then fell ill and had to be taken care of by NURSES.

+ +

Solution

+ + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/_solution_assets/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/_solution_assets/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..82aa7c5a340141849d8b5be5f5f45fdd38792ad8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/_solution_assets/solution.html @@ -0,0 +1,25 @@ + + + + Toronto: Solution + + +

Toronto: Solution

+

For the first part of the puzzle, the music is all by Johann Sebastian Bach. Bach's compositions can be identified by their BWV number. Identifying the pieces and doing the arithmetic indicated will produce an IP address:

+

First group of numbers:

+

[({Concerto for Two Violins in D Minor, BWV 1043} - {Fugue in C minor, WTC I, BWV 847}) + ({Concerto in F Minor, BWV 1056} - {Brandenburg Concerto No. 5, BWV 1050}) + 7]

+

Second group of numbers:

+

[({Concerto for Three Harpsichords in D Minor, BWV 1063} - {Brandenburg Concerto No. 4 in G Major, BWV 1049}) - 7]

+

Third group of numbers:

+

[({The Christmas Oratorio, BWV 248} - {St. Matthew's Passion, Pt. 1: No. 8, Aria "Blute nur, du liebes Herz!", BWV 244}) * ({Bach - Invention No. 13 in A Minor, BWV 784} - {Invention in F Major, BWV 779}) * 7]

+

Fourth group of numbers:

+

[(French Suite No.6 in E Major, BWV 817 + The Goldberg Variations, BWV 988 - Prelude and Fugue in A major, BWV 888) / 7]

+

1043-847+1056-1050+7 = 209

+

1063-1049+7 = 21

+

(248-246)(784-779)7 = 70

+

(817+988-888)/7 = 131

+

The required IP address is, therefore, 209.21.70.131. +

It is presumed that the Toronto news article shown at the bottom of the puzzle was at that IP address. The vices in the article had certain letters capitalized. Anagramming them produced INDEPENDENT LIVING GROUP, which was the answer. + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..82aa7c5a340141849d8b5be5f5f45fdd38792ad8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r111_MIT_Mystery_Hunt_1999_Toronto/solution.html @@ -0,0 +1,25 @@ + + + + Toronto: Solution + + +

Toronto: Solution

+

For the first part of the puzzle, the music is all by Johann Sebastian Bach. Bach's compositions can be identified by their BWV number. Identifying the pieces and doing the arithmetic indicated will produce an IP address:

+

First group of numbers:

+

[({Concerto for Two Violins in D Minor, BWV 1043} - {Fugue in C minor, WTC I, BWV 847}) + ({Concerto in F Minor, BWV 1056} - {Brandenburg Concerto No. 5, BWV 1050}) + 7]

+

Second group of numbers:

+

[({Concerto for Three Harpsichords in D Minor, BWV 1063} - {Brandenburg Concerto No. 4 in G Major, BWV 1049}) - 7]

+

Third group of numbers:

+

[({The Christmas Oratorio, BWV 248} - {St. Matthew's Passion, Pt. 1: No. 8, Aria "Blute nur, du liebes Herz!", BWV 244}) * ({Bach - Invention No. 13 in A Minor, BWV 784} - {Invention in F Major, BWV 779}) * 7]

+

Fourth group of numbers:

+

[(French Suite No.6 in E Major, BWV 817 + The Goldberg Variations, BWV 988 - Prelude and Fugue in A major, BWV 888) / 7]

+

1043-847+1056-1050+7 = 209

+

1063-1049+7 = 21

+

(248-246)(784-779)7 = 70

+

(817+988-888)/7 = 131

+

The required IP address is, therefore, 209.21.70.131. +

It is presumed that the Toronto news article shown at the bottom of the puzzle was at that IP address. The vices in the article had certain letters capitalized. Anagramming them produced INDEPENDENT LIVING GROUP, which was the answer. + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/_solution_assets/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/_solution_assets/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..6a0146cd44b476af9d2ee32d7ac719f631df1375 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/_solution_assets/solution.html @@ -0,0 +1,63 @@ + + +Manila: Solution + + +

+

Manila: Solution

+ +

First, identify all of the Beatles songs.

+ + +

One song, "Chains", hints at the next step but is otherwise unused. All of the other song titles can overlap first and/or last words with other songs to make chains of length 2 or 3.

+ + + +

The resulting two- and three-letter strings can then similarly be chained.

+ + + +

These are three of the four herbs from the refrain of Scarborough Fair; the missing link is ROSEMARY.

+ + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/manila.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/manila.html new file mode 100644 index 0000000000000000000000000000000000000000..85d857c1509d3e538dcfbed04d02f78bdb553add --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/manila.html @@ -0,0 +1,87 @@ + + +Manila + + + +

Manila

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AAAA
EEE
G
H
LL
MM
O
P
RR
SSS
T
YYY
+ +

Solution

+ + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..6a0146cd44b476af9d2ee32d7ac719f631df1375 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r205_MIT_Mystery_Hunt_1999_Manila/solution.html @@ -0,0 +1,63 @@ + + +Manila: Solution + + +

+

Manila: Solution

+ +

First, identify all of the Beatles songs.

+ + +

One song, "Chains", hints at the next step but is otherwise unused. All of the other song titles can overlap first and/or last words with other songs to make chains of length 2 or 3.

+ + + +

The resulting two- and three-letter strings can then similarly be chained.

+ + + +

These are three of the four herbs from the refrain of Scarborough Fair; the missing link is ROSEMARY.

+ + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r306_MIT_Mystery_Hunt_1999_Madras/madras.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r306_MIT_Mystery_Hunt_1999_Madras/madras.html new file mode 100644 index 0000000000000000000000000000000000000000..2b2f8eff854d9b988fc776b186b676a407f489ab --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r306_MIT_Mystery_Hunt_1999_Madras/madras.html @@ -0,0 +1,88 @@ + + +Madras + + + +

Madras

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Area CodeBird#Reps in HouseFlowerInterstatesState NicknameAdmission to Union
New JerseyHawaiiMichiganMassachusettsOregonConnecticutNorth Carolina
MarylandAlabamaOhioMontanaWashingtonDelawareVermont
Rhode IslandNew MexicoIllinoisWyomingArizonaNew HampshireKentucky
ArkansasMinnesotaPennsylvaniaIdahoGeorgiaWest VirginiaLouisiana
MississippiColoradoFloridaWisconsinSouth DakotaSouth CarolinaMaine
North DakotaAlaskaTexasIndianaIowaNevadaMissouri
UtahOklahomaNew YorkTennesseeVirginiaKansasNebraska
+ +

Archivist's note: This puzzle was intended to have the area code, bird, etc. for each state in the corresponding box. The above "answer grid" was accidentally distributed instead.

+ +

Solution

+ + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r308_MIT_Mystery_Hunt_1999_Stuttgart/stuttgart.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r308_MIT_Mystery_Hunt_1999_Stuttgart/stuttgart.html new file mode 100644 index 0000000000000000000000000000000000000000..c11f498e76ccd38255818b65195dbbd00f680495 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r308_MIT_Mystery_Hunt_1999_Stuttgart/stuttgart.html @@ -0,0 +1,76 @@ + + +Stuttgart + + + +

Stuttgart

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
   
+
   
+
   
+
   
+
 : 
+
   
+
   
+
   
+
   
+
 :: 
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+

+ +

+

    +
  1. 0-55653-67050-6 (first)
  2. +
  3. 0-447440-7 (second of size)
  4. +
  5. 0-30100-03012-6 (second)
  6. +
  7. 0-73410-29061-3 (second)
  8. +
  9. 0-33617-41001-6 (third of flavour)
  10. +
  11. 0-74472-75810-3 (third of brand)
  12. +
  13. 0-441190-3 (third)
  14. +
  15. 0-44000-00376-0 (eighth of sub-brand)
  16. +
+

+ + +

Archivist's note: The teams were also given a cube of Edam cheese.

+ +Solution + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/_solution_assets/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/_solution_assets/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..c1ed949a5577f8c9d8590a30d4a4c8734c9a60da --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/_solution_assets/solution.html @@ -0,0 +1,69 @@ + + +Vatican City: Solution + + +

Vatican City: Solution

+ +

Based on the hint given by the first memo, the solver is supposed to form word squares based on 5-letter synonyms to the words in bold-face in each paragraph. Here are the answers:

+ +

+LEANS (rests)
+ELBOW (arm joint)
+ABOVE (up)
+NOVAE (exploding stars)
+SWEET (darling) +

+

+GAZES (looks)
+ALERT (keenly aware)
+ZEBRA (striped mammal)
+ERROR (mistake)
+STARE (gawk) +

+

+LEAPT Uumped)
+ELDER (more life-experience)
+ADORE (worship)
+PERSE ("per se" = in itself)
+TREED (chased up a woody plant) +

+

+EMIRS (chieftains)
+MESON (elementary particle)
+ISSUE (dispute)
+ROUTE (way)
+SNEER (turn up their noses) +

+

+AMAHS (Chinese nurses)
+MANIA (enthusiasm)
+ANENT (concerning)
+HINGE (turning point)
+SATED (gorged) +

+ +

Anagram the diagonals of each of these squares to get the following words: ALLOT, GLOBE, DOLLS, ESTER, ADAGE (there are others, but only this set forms another square). These words form the following square:

+

+ADAGE
+DOLLS
+ALLOT
+GLOBE
+ESTER +

+ +

This square's diagonal may be anagrammed to form LABOR (bolar, boral, and lobar are also words, but much less common. There's also a slight hint in the introductory text where the word "work" appears.)

+ +
+ +

Author's note:

+

Another square I was thinking of for ALLOT was:

+

+LUSTS
+ULTRA
+STOOL
+TROTS
+SALSA +

+

with the following paragraph: "Jorge CRAVES after SUPER-hot RELISH. However, when he eats too much of it, his FECAL DISCHARGE becomes liquid: he gets DIARRHEA." I thought better of it.

+ diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..c1ed949a5577f8c9d8590a30d4a4c8734c9a60da --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/solution.html @@ -0,0 +1,69 @@ + + +Vatican City: Solution + + +

Vatican City: Solution

+ +

Based on the hint given by the first memo, the solver is supposed to form word squares based on 5-letter synonyms to the words in bold-face in each paragraph. Here are the answers:

+ +

+LEANS (rests)
+ELBOW (arm joint)
+ABOVE (up)
+NOVAE (exploding stars)
+SWEET (darling) +

+

+GAZES (looks)
+ALERT (keenly aware)
+ZEBRA (striped mammal)
+ERROR (mistake)
+STARE (gawk) +

+

+LEAPT Uumped)
+ELDER (more life-experience)
+ADORE (worship)
+PERSE ("per se" = in itself)
+TREED (chased up a woody plant) +

+

+EMIRS (chieftains)
+MESON (elementary particle)
+ISSUE (dispute)
+ROUTE (way)
+SNEER (turn up their noses) +

+

+AMAHS (Chinese nurses)
+MANIA (enthusiasm)
+ANENT (concerning)
+HINGE (turning point)
+SATED (gorged) +

+ +

Anagram the diagonals of each of these squares to get the following words: ALLOT, GLOBE, DOLLS, ESTER, ADAGE (there are others, but only this set forms another square). These words form the following square:

+

+ADAGE
+DOLLS
+ALLOT
+GLOBE
+ESTER +

+ +

This square's diagonal may be anagrammed to form LABOR (bolar, boral, and lobar are also words, but much less common. There's also a slight hint in the introductory text where the word "work" appears.)

+ +
+ +

Author's note:

+

Another square I was thinking of for ALLOT was:

+

+LUSTS
+ULTRA
+STOOL
+TROTS
+SALSA +

+

with the following paragraph: "Jorge CRAVES after SUPER-hot RELISH. However, when he eats too much of it, his FECAL DISCHARGE becomes liquid: he gets DIARRHEA." I thought better of it.

+ diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/vatican_city.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/vatican_city.html new file mode 100644 index 0000000000000000000000000000000000000000..3d484a9159e25de467ec0caa6e2bd1912946b3af --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r310_MIT_Mystery_Hunt_1999_Vatican_City/vatican_city.html @@ -0,0 +1,53 @@ + + +Vatican City + + + +

Vatican City

+ + +

An informant gives you this message:

+ +

"After work yesterday I met with an informant in St. Peter's +Square. She said she managed to purloin a couple of memos from a VILE +member's desk, which she gave to me. The first has the following text on +it:

+
+VILE:
+LOVE +OVER +VEIN +ERNE +
+ +

The second has some curious stories on it that I can't figure out the +meaning of. Can you help?"

+ +

Here are the stories:

+ +

Romeo RESTS his ARM JOINT on the gatepost and looks UP. +He sees a sight more wonderful than all the EXPLODING STARS ever +viewed - his DARLING Juliet on the balcony.

+ +

Pat, on a safari in Africa, LOOKS STEADILY at the STRIPED MAMMAL. The +animal, KEENLY AWARE, takes umbrage - "Why do you GAWK?" she asks. "If you +think I don't mind, you're making a MISTAKE."

+ +

Jimmy's cat was not IN ITSELF particulary attractive. Still, he couldn't +help but WORSHIP it. One time, a dog CHASED [it] UP A WOODY PLANT. As the +cat JUMPED from branch to branch, the boy called for his MORE +LIFE-EXPERIENCED sister to help. She drove the dog away, climbed up and +retrieved the cat. How nice.

+ +

The scientific group decided to build an ELEMENTARY PARTICLE detector in +Saudi Arabia. However, The WAY to the facility was in DISPUTE, and the +local CHIEFTAINS would TURN UP THEIR NOSES at each proposed solution.

+ +

CONCERNING my trip to China: I had a great time until a certain TURNING POINT. +One night, my ENTHUSIASM for eating the exotic food took over and I GORGED +myself. I then fell ill and had to be taken care of by NURSES.

+ +

Solution

+ + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r401_MIT_Mystery_Hunt_1999_Beirut/beirut.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r401_MIT_Mystery_Hunt_1999_Beirut/beirut.html new file mode 100644 index 0000000000000000000000000000000000000000..dcef53db9a08cb932eeac38dc30dde41adeda418 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r401_MIT_Mystery_Hunt_1999_Beirut/beirut.html @@ -0,0 +1,30 @@ + + +Beirut + + +

Beirut

+
    +
  1. Find three letters indicated by these directions.
  2. +
  3. Draw them according to the following instructions: + +
  4. +
  5. Rotate your drawing 70 degrees to the right. Remove the highest segment that is parallel to the baseline.
  6. +
  7. Rotate your drawing 40 degrees to the right. Remove the lowest segment that is parallel to the baseline.
  8. +
  9. Rotate your drawing 180 degrees. Of the two highest segments that originate from one endpoint, remove the left.
  10. +
  11. Rotte your drawing 70 degrees to the right.
  12. +
  13. Shorten segment BI by moving endpoint B a little underneath segment AC.
  14. +
  15. Shorten segment EF by moving endpoint F a little to the left of segment CK.
  16. +
  17. Reflect your drawing about he y-axis (i.e., draw its mirror image).
  18. +
+

You should now have a number. How is it more commonly written?

+
Solution + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2004/mit2004r_MIT_Mystery_Hunt_2004_Final_Runaround/booty b/benchmark/MIT_Mystery_Hunt/puzzles/2004/mit2004r_MIT_Mystery_Hunt_2004_Final_Runaround/booty new file mode 100644 index 0000000000000000000000000000000000000000..3a7e895b662f379564cb06abe1d21662e579845d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2004/mit2004r_MIT_Mystery_Hunt_2004_Final_Runaround/booty @@ -0,0 +1,76 @@ + + + + + + Booty Metas + + + + +
+
+

BOOTY METAS

+
+
+ + Check Answer + +
+
+
+

Some puzzles' introtext explicitly mentioned the six +dwarves from the movie Time Bandits (Fidgit, Og, Randall, +Strutter, Vermin, and Wally). In addition to being part of the +spacetime metas, the answers to these puzzles are also used in the +secondary treasure ("booty") metas. +

Want to solve the booty metas? The combined word list +for all dwarf puzzles is included below. The four booty metas appear on +the Map of All Space and Time (larger version). Finding them and sorting answer +words is part of the puzzle. +

+ +BOUCLE
+BRIGGS
+CORDEROYS
+DIABETES
+EMBROIDERY
+ETAMINE
+FENNEL
+FOREFRONT
+HUERFANA
+ILLUSION
+INKLE
+INTERLININGS
+JIMMY CLIFF
+JN FORSTER
+JUBILEE
+KLAKRING
+LAMBSWOOL
+MARIA ALEXANDROVNA
+MEMPHIS BELLE
+MODACRYLIC
+NAINSOOK
+PATRICIA
+PELES TEARS
+SHOWER
+SIXPENCE
+SIXTYSTONE
+SPOON
+SURFER
+SYRUP
+TURTLE
+TWENTIES
+VOILES
+WILLIAMSBURG
+YORYU
+
+ + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2004/mit2004r_MIT_Mystery_Hunt_2004_Final_Runaround/titanic b/benchmark/MIT_Mystery_Hunt/puzzles/2004/mit2004r_MIT_Mystery_Hunt_2004_Final_Runaround/titanic new file mode 100644 index 0000000000000000000000000000000000000000..25e6fb622a13bcb0e77a412429951a3a50e2f79a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2004/mit2004r_MIT_Mystery_Hunt_2004_Final_Runaround/titanic @@ -0,0 +1,62 @@ + + + + + + Titanic + + + + + +
+
+ Titanic
+ (back to the map) +
+
+ +
+
+ +
+ + + + + + + + + + + + + + +
+

+ +
+
+ + +
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2010/mit2010r041983m_MIT_Mystery_Hunt_2010_Round_4_Meta/Title.js b/benchmark/MIT_Mystery_Hunt/puzzles/2010/mit2010r041983m_MIT_Mystery_Hunt_2010_Round_4_Meta/Title.js new file mode 100644 index 0000000000000000000000000000000000000000..a940231b144a27351b9031b17dddf074bbead55c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2010/mit2010r041983m_MIT_Mystery_Hunt_2010_Round_4_Meta/Title.js @@ -0,0 +1,100 @@ +import { React, html, css } from "./package.js"; + +import { Toggle } from "./Toggle.js"; + +/** + * hunt: true if Hunt side should be shown, false if Club side + * setHunt: function for setting, if false show non-interactive + */ +const Title = ({ hunt, setHunt }) => { + const title = css` + ${setHunt && "cursor: pointer;"} + display: flex; + height: 2rem; + justify-content: center; + position: relative; + + @media (max-width: 600px) { + height: 3.3rem; + } + + @media (max-width: 400px) { + height: 5.5rem; + top: 1.5rem; + } + `; + + const headerH1 = css` + border: none; + display: block; + font: 1.3rem "Syncopate", sans-serif; + margin: 0; + padding: 0; + position: absolute; + text-transform: uppercase; + text-shadow: 0 1px 1px black; + transition: color 0.2s; + width: calc(50vw - 3rem); + + br { + display: none; + } + + @media (max-width: 600px) { + width: calc(50vw - 3rem); + + br { + display: initial; + } + } + + @media (max-width: 400px) { + width: calc(100vw - 2rem); + + br { + display: none; + } + } + `; + + const header1 = css` + color: ${!setHunt || hunt ? "#e1ba9c" : "#ab8061"}; + left: 0; + text-align: right; + top: 0; + + @media (max-width: 400px) { + left: initial; + text-align: center; + top: -1.2em; + } + `; + + const header2 = css` + color: ${!setHunt || !hunt ? "#e1ba9c" : "#ab8061"}; + text-align: left; + top: 0; + right: 0; + + @media (max-width: 400px) { + top: 2em; + text-align: center; + right: initial; + } + `; + + const toggle = (e) => { + e.stopPropagation(); + setHunt(!hunt); + }; + + return html` +
+

Mystery
Hunt

+ <${Toggle} hunt=${hunt} toggle=${setHunt && toggle} /> +

Puzzle
Club

+
+ `; +}; + +export { Title }; diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/2.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/2.png new file mode 100644 index 0000000000000000000000000000000000000000..011e67c026d29d1aeca0ab87759dcecc11889e1d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d62e569cd1ab13887d708dc8de984207f44201428e0666d6fe986425345196 +size 1981 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/3.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/3.png new file mode 100644 index 0000000000000000000000000000000000000000..ca022e4cfbce1e711d835929c1029662a34d13a0 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f05ad273a51928a438499999d93ed2ee4da1bb0a73c4ddce8cadec3311cd120 +size 1759 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/example.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/example.png new file mode 100644 index 0000000000000000000000000000000000000000..06da496ebc5aef98ed85db18e3044f154af7f244 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/example.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decf69d958f7dc32564bf25a84932ffaa6fcd3e1baf65e892b06e39feb200ed2 +size 1913 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/grid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/grid.png new file mode 100644 index 0000000000000000000000000000000000000000..ad2f734efc7b6bbeda77a9795629b938f85348d5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/grid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265d8cd57644ad1d83423374132aaf197c346cce911ce63a2b756a8b2df5090e +size 1910 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW11.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da74706501ff15a5b8ead9b7b1054d8cf79ce966 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2a13cc5d15cf7aacd86cb266d353273263dd2c5597d6a7431945eb4d175699 +size 1908 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW13.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a8d47fdd1013988911bec3c63740a09e7b3689a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07b0a27f3e8bbdadb8d2d4d0fea15db92a626f95d342e5ef94732ab0e8e5feb +size 1756 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW20.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW20.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fa0da208b8c7c6c60dc32fc1e71b8cf5aa62906 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6815e766d27936ff8a4919e592255873df8d21862d4ab9e3867f2d9f7aefeb5 +size 1817 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW21.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e7dd301c403b26c1bae81fb079d66f51843d0ba --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abd92fd8cd084a092c95495d6bf4ad03bba7badc6de3633d13e231dda43df6f +size 1873 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/1-2.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/1-2.png new file mode 100644 index 0000000000000000000000000000000000000000..79052132a1604ef4e1889c5bef9feb1dc7ebb928 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/1-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899e32ea2b987c005083fe9bfd411bc154cc42fdf116c45ea7a81ee4d37e2bf1 +size 1872 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/4-2.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/4-2.png new file mode 100644 index 0000000000000000000000000000000000000000..54cd9b71f8b7f8083bed623dc499c2d253fddd8b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/4-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d721c81ed920f0a293d971e7f82789ed12c559d7d6daa68fe073ca532254b95c +size 1719 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/5-2.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/5-2.png new file mode 100644 index 0000000000000000000000000000000000000000..38d99051c44a07e958a7f387612f8adec00a3657 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/5-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c425faec1f26e798a2636de2b6cde9b750b1e69d97d254866953447cb61ca67b +size 1932 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013286_MIT_Mystery_Hunt_2013_Tuva_or_Bust/twoway.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013286_MIT_Mystery_Hunt_2013_Tuva_or_Bust/twoway.png new file mode 100644 index 0000000000000000000000000000000000000000..d9d3b21ff43e452212dcb9cebb270b554fa3485e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013286_MIT_Mystery_Hunt_2013_Tuva_or_Bust/twoway.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635c64fbe4d7720194e95acd6e6a5734328ba4c422319566fe960dc9b13d2136 +size 1675 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013434_MIT_Mystery_Hunt_2013_Houston_We_Have_Liftoff/arrow.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013434_MIT_Mystery_Hunt_2013_Houston_We_Have_Liftoff/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..8a60e5d8e2c93fc4bf2fab99440473a3721b813f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013434_MIT_Mystery_Hunt_2013_Houston_We_Have_Liftoff/arrow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d47b6388a376bbf8eaf0acc6b770cb8d0fc0fb052e919604351e389dc846fc0 +size 1911 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013502_MIT_Mystery_Hunt_2013_Permuted/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013502_MIT_Mystery_Hunt_2013_Permuted/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..16256fa5bc275b102f64ba87a85f521d07285116 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013502_MIT_Mystery_Hunt_2013_Permuted/asset_index.html @@ -0,0 +1,75 @@ + + + +Permuted (Solution) -- COINHEIST + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + +
+ +
+
Permuted (Solution)
+
+ +

by Victoria de Quehen, David Roe, and Andrew Fiori, with illustrations by Kiersten Brown, Turing machine by Adam Hesterberg, and ideas from Daphna Harel and David Farhi

+ +

Solution (PDF)

+ +
+
+ +
+ + +
+
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e1_MIT_Mystery_Hunt_2014_Auditions_for_the_WonderMusical/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e1_MIT_Mystery_Hunt_2014_Auditions_for_the_WonderMusical/index.html new file mode 100644 index 0000000000000000000000000000000000000000..aae793606d0a599437d22eb8adbd8238494dd5fd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e1_MIT_Mystery_Hunt_2014_Auditions_for_the_WonderMusical/index.html @@ -0,0 +1,64 @@ + + + + Auditions for the WonderMusical (Events) + + + + + +
+
+ + Back to Events + + + Elsewhere + + + + Solution + + +
+
+ + +
+
+ Auditions for the WonderMusical +
+
+ +
+ If you have the answer, submit it above. + +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e2_MIT_Mystery_Hunt_2014_Lobster_Quadrille/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e2_MIT_Mystery_Hunt_2014_Lobster_Quadrille/index.html new file mode 100644 index 0000000000000000000000000000000000000000..1bac587db9b6880299e0b1155b70cf8ab9f286d7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e2_MIT_Mystery_Hunt_2014_Lobster_Quadrille/index.html @@ -0,0 +1,64 @@ + + + + Lobster Quadrille (Events) + + + + + +
+
+ + Back to Events + + + Elsewhere + + + + Solution + + +
+
+ + +
+
+ Lobster Quadrille +
+
+ +
+ If you have the answer, submit it above. + +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e3_MIT_Mystery_Hunt_2014_Cards_Against_Wonderland/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e3_MIT_Mystery_Hunt_2014_Cards_Against_Wonderland/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e35fa5bf79514fdd2042210a3bb0e403d61ebde2 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e3_MIT_Mystery_Hunt_2014_Cards_Against_Wonderland/index.html @@ -0,0 +1,64 @@ + + + + Cards Against Wonderland (Events) + + + + + +
+
+ + Back to Events + + + Elsewhere + + + + Solution + + +
+
+ + +
+
+ Cards Against Wonderland +
+
+ +
+ If you have the answer, submit it above. + +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3bc5e05a9b84ca6b02080b2db600674d36ce92ae --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/_solution_assets/index.html @@ -0,0 +1,50 @@ + + + + Wonderwang (Events) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Wonderwang

+ +Authors: Seth Bisen-Hersh, Thomas Mack, and Pranjal Vachaspati + +

Upon arrival, everyone was split into 7 groups to play 7 rounds of Wonderwang. + +

Each round presented a word that follows a set of rules. The host of each group went around in a circle and had people say words. If their word fit the round rule, the host yelled out: "That's Wonderwang!" This continued until everyone in the circle understood the rule and hit Wonderwang. Then the group moved to another host for another round until all 7 rounds were completed and the rules learned. + +

Finally, when they have finished the 7 rounds, they are presented with a sheet of paper with the final Wonderwang which has 40 words. Exactly one word fit each of the 7 rounds, and pulling out those words in round order formed the answer phrase. + +

The rules and the corresponding answer phrase words were as follows: + +

    +
  • ANY -- words ending in Y +
  • TRIP -- words you can add S to the start of +
  • THAT -- words that start and end with the same letter +
  • HAS -- 3 letter words with A in the middle +
  • NO -- words that can be spelled with the letters from WONDERWANG. +
  • VACATIONS -- words with animals in them +
  • BLOWS -- 5 letter words with only one vowel in the exact middle +
+ +

The phrase, therefore is: ANY TRIP THAT HAS NO VACATIONS BLOWS. + +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/index.html new file mode 100644 index 0000000000000000000000000000000000000000..f7cf7f81d4c42cdef1fc600b9ec61eb4e0bf9889 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/index.html @@ -0,0 +1,64 @@ + + + + Wonderwang (Events) + + + + + +
+
+ + Back to Events + + + Elsewhere + + + + Solution + + +
+
+ + +
+
+ Wonderwang +
+
+ +
+ If you have the answer, submit it above. + +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..3bc5e05a9b84ca6b02080b2db600674d36ce92ae --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/solution.html @@ -0,0 +1,50 @@ + + + + Wonderwang (Events) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Wonderwang

+ +Authors: Seth Bisen-Hersh, Thomas Mack, and Pranjal Vachaspati + +

Upon arrival, everyone was split into 7 groups to play 7 rounds of Wonderwang. + +

Each round presented a word that follows a set of rules. The host of each group went around in a circle and had people say words. If their word fit the round rule, the host yelled out: "That's Wonderwang!" This continued until everyone in the circle understood the rule and hit Wonderwang. Then the group moved to another host for another round until all 7 rounds were completed and the rules learned. + +

Finally, when they have finished the 7 rounds, they are presented with a sheet of paper with the final Wonderwang which has 40 words. Exactly one word fit each of the 7 rounds, and pulling out those words in round order formed the answer phrase. + +

The rules and the corresponding answer phrase words were as follows: + +

    +
  • ANY -- words ending in Y +
  • TRIP -- words you can add S to the start of +
  • THAT -- words that start and end with the same letter +
  • HAS -- 3 letter words with A in the middle +
  • NO -- words that can be spelled with the letters from WONDERWANG. +
  • VACATIONS -- words with animals in them +
  • BLOWS -- 5 letter words with only one vowel in the exact middle +
+ +

The phrase, therefore is: ANY TRIP THAT HAS NO VACATIONS BLOWS. + +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/wonderwang b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/wonderwang new file mode 100644 index 0000000000000000000000000000000000000000..7757beb6d9fc56b48d9fec447051644d060ed40e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/wonderwang @@ -0,0 +1,50 @@ + + + + Wonderwang (Events) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Wonderwang

+ +Authors: Seth Bisen-Hersh, Thomas Mack, and Pranjal Vachaspati + +

Upon arrival, everyone was split into 7 groups to play 7 rounds of Wonderwang. + +

Each round presented a word that follows a set of rules. The host of each group went around in a circle and had people say words. If their word fit the round rule, the host yelled out: "That's Wonderwang!" This continued until everyone in the circle understood the rule and hit Wonderwang. Then the group moved to another host for another round until all 7 rounds were completed and the rules learned. + +

Finally, when they have finished the 7 rounds, they are presented with a sheet of paper with the final Wonderwang which has 40 words. Exactly one word fit each of the 7 rounds, and pulling out those words in round order formed the answer phrase. + +

The rules and the corresponding answer phrase words were as follows: + +

    +
  • ANY -- words ending in Y +
  • TRIP -- words you can add S to the start of +
  • THAT -- words that start and end with the same letter +
  • HAS -- 3 letter words with A in the middle +
  • NO -- words that can be spelled with the letters from WONDERWANG. +
  • VACATIONS -- words with animals in them +
  • BLOWS -- 5 letter words with only one vowel in the exact middle +
+ +

The phrase, therefore is: ANY TRIP THAT HAS NO VACATIONS BLOWS. + +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1cj_MIT_Mystery_Hunt_2014_Safety_First/safety_first b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1cj_MIT_Mystery_Hunt_2014_Safety_First/safety_first new file mode 100644 index 0000000000000000000000000000000000000000..70953565acd6b6bc185506e52b937b9995c972f1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1cj_MIT_Mystery_Hunt_2014_Safety_First/safety_first @@ -0,0 +1,58 @@ + + + + Safety First (MIT) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Safety First

+ +

+Author: Lauren Herring +

+ +

In 2013, Hunt organizers were required to distribute first aid kits to all teams for safety reasons of some sort. They were careful to stress that the first aid kit was not a puzzle.

+ +

At the 2014 kickoff, teams received a first aid kit, among other things. They were told, for example, that the souvenir tote bag was not a puzzle, but they were not told that the first aid kit is not a puzzle. Hidden inside the first aid kit was a packet of 66 cards.

+ +

The cards assemble into a grid 11 cards across and 6 cards down, going from lighter to darker top-to-bottom and from less saturated to more saturated left-to-right.

+ + + +

Each card has four circles on it, with a letter or number in each circle. Certain sets of six circles are connected by lines; each line enters the grid in the first card of a particular column, winds across the grid, and ends in the last card of the same column. The six numbers marked by a given line correspond to the hex code of a named color.

+ + + +#FFE4B5 - moccasin
+#7FFFD4 - aquamarine
+#E6E6FA - lavender
+#CD853F - peru
+#FF0000 - red
+#F0FFFF - azure
+#7FFF00 - chartreuse
+#D8BFD8 - thistle
+#4B0082 - indigo
+#FF7F50 - coral
+#50C878 - emerald
+ +

When the color names associated with each column are read left-to-right, the first letters of the color names spell the answer, MALPRACTICE.

+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r304_MIT_Mystery_Hunt_2014_Cut_and_Tape/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r304_MIT_Mystery_Hunt_2014_Cut_and_Tape/index.html new file mode 100644 index 0000000000000000000000000000000000000000..dcf06c7c54fe6d4dd4ceed53df1e1e78e6118aea --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r304_MIT_Mystery_Hunt_2014_Cut_and_Tape/index.html @@ -0,0 +1,68 @@ + + + + Cut and Tape (The Mock Turtle) + + + + + +
+
+ + Back to The Mock Turtle + + + Elsewhere + + + + Solution + + +
+
+ + +
+ +
+ Cut and Tape +
+
+ +
+

(PDF)

+ + + + +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..2f3ff5769acaaaf93743141c2aa00c96d648470a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/_solution_assets/index.html @@ -0,0 +1,52 @@ + + + + A Puzzle with the Answer GARCIAPARRA (The White Queen) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to A Puzzle with the Answer GARCIAPARRA

+

Authors: Erin Rhode, Chris Lyon, and Laura Martini

+ +
+ +

In the second stage of the puzzle, on the food map, the letters shaded in blue spell out GARCIAPARRA, the answer to the puzzle.

+ +

In the third and final stage, each of the nine images is from a different US state.

+ + + + + + + + + + + +
Illinois (Schubas Tavern, Chicago)
Ohio (Fifth Third Field, Toledo)
Wisconsin (Top Secret, Wisconsin Dells)
Alaska (North Pole)
South Dakota (Mitchell Corn Palace)
Florida (Twistee Treat franchise, Hudson)
Oklahoma (Pop's, Arcadia)
Oregon (Paul Bunyan, Portland)
Delaware (Eagle Crest Airport)
+ + +

Reading the first letter of each state gives IOWASFOOD. On the food map, Iowa's Food is BACON, which is the title of the puzzle.

+ + + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/puzzle_with_answer_garciaparra b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/puzzle_with_answer_garciaparra new file mode 100644 index 0000000000000000000000000000000000000000..34e9ca8a3ef4cc2c1dfe930c294aaf1f3b92a966 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/puzzle_with_answer_garciaparra @@ -0,0 +1,52 @@ + + + + A Puzzle with the Answer GARCIAPARRA (The White Queen) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to A Puzzle with the Answer GARCIAPARRA

+

Authors: Erin Rhode, Chris Lyon, and Laura Martini

+ +
+ +

In the second stage of the puzzle, on the food map, the letters shaded in blue spell out GARCIAPARRA, the answer to the puzzle.

+ +

In the third and final stage, each of the nine images is from a different US state.

+ + + + + + + + + + + +
Illinois (Schubas Tavern, Chicago)
Ohio (Fifth Third Field, Toledo)
Wisconsin (Top Secret, Wisconsin Dells)
Alaska (North Pole)
South Dakota (Mitchell Corn Palace)
Florida (Twistee Treat franchise, Hudson)
Oklahoma (Pop's, Arcadia)
Oregon (Paul Bunyan, Portland)
Delaware (Eagle Crest Airport)
+ + +

Reading the first letter of each state gives IOWASFOOD. On the food map, Iowa's Food is BACON, which is the title of the puzzle.

+ + + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..2f3ff5769acaaaf93743141c2aa00c96d648470a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r407_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_GARCIAPARRA/solution.html @@ -0,0 +1,52 @@ + + + + A Puzzle with the Answer GARCIAPARRA (The White Queen) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to A Puzzle with the Answer GARCIAPARRA

+

Authors: Erin Rhode, Chris Lyon, and Laura Martini

+ +
+ +

In the second stage of the puzzle, on the food map, the letters shaded in blue spell out GARCIAPARRA, the answer to the puzzle.

+ +

In the third and final stage, each of the nine images is from a different US state.

+ + + + + + + + + + + +
Illinois (Schubas Tavern, Chicago)
Ohio (Fifth Third Field, Toledo)
Wisconsin (Top Secret, Wisconsin Dells)
Alaska (North Pole)
South Dakota (Mitchell Corn Palace)
Florida (Twistee Treat franchise, Hudson)
Oklahoma (Pop's, Arcadia)
Oregon (Paul Bunyan, Portland)
Delaware (Eagle Crest Airport)
+ + +

Reading the first letter of each state gives IOWASFOOD. On the food map, Iowa's Food is BACON, which is the title of the puzzle.

+ + + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r418_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_CAN_T_BUY_ME_LOVE/_solution_assets/judge3.png b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r418_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_CAN_T_BUY_ME_LOVE/_solution_assets/judge3.png new file mode 100644 index 0000000000000000000000000000000000000000..f3ceb891873745c8ac781698889f6b6c8d182cea --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r418_MIT_Mystery_Hunt_2014_A_Puzzle_with_the_Answer_CAN_T_BUY_ME_LOVE/_solution_assets/judge3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bd4892255fc84d8a5526bf0306f094dcaeec8a865053a8b74df693b672374f +size 1886 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..0204974a23bfd761031db7181e19903addc3df68 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/_solution_assets/index.html @@ -0,0 +1,64 @@ + + + + Kroskuro (The Red and White Knights) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Kroskuro

+ +

+Author: Robbie Buckingham +

+ +

In a standard crossword the grid square with the number N is the +Nth square, reading left-to-right and top-to-bottom, that is the +start of a word (either across, down, or both). In this variant, +answer words of the same length and direction are numbered sequentially +starting with 1, but are not placed in the grid in a particular order. +Furthermore, the numbers that belong in the first square of each +word are not given. However, the sum of these missing numbers is given +kakuro-style at the start of each row or column that should have two +or more missing numbers.

+ +

Completing the grid reveals the theme entries

+ +

+OLD MATH BOOK
+HEATER COILS
+HONDA MODELS
+RAIN AND WIND +

+ +

Each of these clues the word ELEMENTS. To extract the answer, take +each letter in the grid with an accompanying number such that the +letter and number form a valid atomic symbol / atomic number pair. +Reading these left-to-right and top-to-bottom yields

+ +

HOBO BOBO,

+ +

the name of a 1947 Merrie Melodies cartoon about an Indian elephant +voiced by Mel Blanc who manages to come to the United States as a +stowaway.

+ + + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/kroskuro b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/kroskuro new file mode 100644 index 0000000000000000000000000000000000000000..4b0a2b8f7001b4095092278f16375a219a07c624 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/kroskuro @@ -0,0 +1,64 @@ + + + + Kroskuro (The Red and White Knights) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Kroskuro

+ +

+Author: Robbie Buckingham +

+ +

In a standard crossword the grid square with the number N is the +Nth square, reading left-to-right and top-to-bottom, that is the +start of a word (either across, down, or both). In this variant, +answer words of the same length and direction are numbered sequentially +starting with 1, but are not placed in the grid in a particular order. +Furthermore, the numbers that belong in the first square of each +word are not given. However, the sum of these missing numbers is given +kakuro-style at the start of each row or column that should have two +or more missing numbers.

+ +

Completing the grid reveals the theme entries

+ +

+OLD MATH BOOK
+HEATER COILS
+HONDA MODELS
+RAIN AND WIND +

+ +

Each of these clues the word ELEMENTS. To extract the answer, take +each letter in the grid with an accompanying number such that the +letter and number form a valid atomic symbol / atomic number pair. +Reading these left-to-right and top-to-bottom yields

+ +

HOBO BOBO,

+ +

the name of a 1947 Merrie Melodies cartoon about an Indian elephant +voiced by Mel Blanc who manages to come to the United States as a +stowaway.

+ + + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..0204974a23bfd761031db7181e19903addc3df68 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/solution.html @@ -0,0 +1,64 @@ + + + + Kroskuro (The Red and White Knights) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Kroskuro

+ +

+Author: Robbie Buckingham +

+ +

In a standard crossword the grid square with the number N is the +Nth square, reading left-to-right and top-to-bottom, that is the +start of a word (either across, down, or both). In this variant, +answer words of the same length and direction are numbered sequentially +starting with 1, but are not placed in the grid in a particular order. +Furthermore, the numbers that belong in the first square of each +word are not given. However, the sum of these missing numbers is given +kakuro-style at the start of each row or column that should have two +or more missing numbers.

+ +

Completing the grid reveals the theme entries

+ +

+OLD MATH BOOK
+HEATER COILS
+HONDA MODELS
+RAIN AND WIND +

+ +

Each of these clues the word ELEMENTS. To extract the answer, take +each letter in the grid with an accompanying number such that the +letter and number form a valid atomic symbol / atomic number pair. +Reading these left-to-right and top-to-bottom yields

+ +

HOBO BOBO,

+ +

the name of a 1947 Merrie Melodies cartoon about an Indian elephant +voiced by Mel Blanc who manages to come to the United States as a +stowaway.

+ + + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..a8db721f4ca5a14dcb5229678b87ce4fb0d59139 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/_solution_assets/index.html @@ -0,0 +1,69 @@ + + + + Modern Cubism Artist (The Caucus Race) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Modern Cubism Artist

+Author: Roger Hanna Morash + +

In this puzzle, solvers must deduce how to extract 24 6-letter words from the first image of 24 non-intersecting (but sometimes abutting) triangles.

+

Each triangle's vertices can be transformed to an integral grid range of values [0,25] corresponding to letters ['A','Z'].

+

Vertices could be converted to letter chunks as XY or YX, but YX chunks don't form words (except IRISES->SERISI/SIRISE).

+

Converting each vertex into an XY chunk, there is a single permutation of the vertices that produces a reasonable word, these are the 24 words:

+

+AUGURY +BEADED +CHAFED +COBRAS +DIGGED +DINGLE +ERASES +FENCED +FUGUES +INDIAN +INKING +INSULT +IRISES +LUXURY +MINING +MINION +NABBED +PERISH +RESCUE +ROPING +SQUISH +SUMMON +THRESH +UPTOWN +

+

There are some near-miss words some anagrammers may suggest (proper names, locations). Hopefully people didn't get caught up on these: DINGLE>LEDING, INDIAN>DIANIN

+

The correct 24 6-letter words fit uniquely into the crisscross provided.

+

Reading top to bottom, left to right the marked letters, you get the answer phrase PASSIONISTHEGENESISOF

+

The conclusion of the quote is the answer: GENIUS

+
+

The identified triangles:

+ +
+

The crisscross solution:

+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/modern_cubism_artist b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/modern_cubism_artist new file mode 100644 index 0000000000000000000000000000000000000000..be6f379329b74999aa49be8212370fbf7fd351d7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/modern_cubism_artist @@ -0,0 +1,69 @@ + + + + Modern Cubism Artist (The Caucus Race) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Modern Cubism Artist

+Author: Roger Hanna Morash + +

In this puzzle, solvers must deduce how to extract 24 6-letter words from the first image of 24 non-intersecting (but sometimes abutting) triangles.

+

Each triangle's vertices can be transformed to an integral grid range of values [0,25] corresponding to letters ['A','Z'].

+

Vertices could be converted to letter chunks as XY or YX, but YX chunks don't form words (except IRISES->SERISI/SIRISE).

+

Converting each vertex into an XY chunk, there is a single permutation of the vertices that produces a reasonable word, these are the 24 words:

+

+AUGURY +BEADED +CHAFED +COBRAS +DIGGED +DINGLE +ERASES +FENCED +FUGUES +INDIAN +INKING +INSULT +IRISES +LUXURY +MINING +MINION +NABBED +PERISH +RESCUE +ROPING +SQUISH +SUMMON +THRESH +UPTOWN +

+

There are some near-miss words some anagrammers may suggest (proper names, locations). Hopefully people didn't get caught up on these: DINGLE>LEDING, INDIAN>DIANIN

+

The correct 24 6-letter words fit uniquely into the crisscross provided.

+

Reading top to bottom, left to right the marked letters, you get the answer phrase PASSIONISTHEGENESISOF

+

The conclusion of the quote is the answer: GENIUS

+
+

The identified triangles:

+ +
+

The crisscross solution:

+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..a8db721f4ca5a14dcb5229678b87ce4fb0d59139 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r602_MIT_Mystery_Hunt_2014_Modern_Cubism_Artist/solution.html @@ -0,0 +1,69 @@ + + + + Modern Cubism Artist (The Caucus Race) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Modern Cubism Artist

+Author: Roger Hanna Morash + +

In this puzzle, solvers must deduce how to extract 24 6-letter words from the first image of 24 non-intersecting (but sometimes abutting) triangles.

+

Each triangle's vertices can be transformed to an integral grid range of values [0,25] corresponding to letters ['A','Z'].

+

Vertices could be converted to letter chunks as XY or YX, but YX chunks don't form words (except IRISES->SERISI/SIRISE).

+

Converting each vertex into an XY chunk, there is a single permutation of the vertices that produces a reasonable word, these are the 24 words:

+

+AUGURY +BEADED +CHAFED +COBRAS +DIGGED +DINGLE +ERASES +FENCED +FUGUES +INDIAN +INKING +INSULT +IRISES +LUXURY +MINING +MINION +NABBED +PERISH +RESCUE +ROPING +SQUISH +SUMMON +THRESH +UPTOWN +

+

There are some near-miss words some anagrammers may suggest (proper names, locations). Hopefully people didn't get caught up on these: DINGLE>LEDING, INDIAN>DIANIN

+

The correct 24 6-letter words fit uniquely into the crisscross provided.

+

Reading top to bottom, left to right the marked letters, you get the answer phrase PASSIONISTHEGENESISOF

+

The conclusion of the quote is the answer: GENIUS

+
+

The identified triangles:

+ +
+

The crisscross solution:

+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r603_MIT_Mystery_Hunt_2014_SAT_III/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r603_MIT_Mystery_Hunt_2014_SAT_III/index.html new file mode 100644 index 0000000000000000000000000000000000000000..bb144d22124cdd58608d9543a7bf953d71e0e765 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r603_MIT_Mystery_Hunt_2014_SAT_III/index.html @@ -0,0 +1,65 @@ + + + + SAT III (The Caucus Race) + + + + + +
+
+ + Back to The Caucus Race + + + Elsewhere + + + + Solution + + +
+
+ + +
+ +
+ SAT III +
+
+ +
+ (PDF) + +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..295963d3169361c558c41d0c385c248b3800cad5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/_solution_assets/index.html @@ -0,0 +1,41 @@ + + + + Sledgehammered (Humpty Dumpty) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Sledgehammered

+Authors: Aaron Bader, Karen Chu, and Chieu Nguyen + +

Each clue in the puzzle is a composite of two clues that have been mushed or "sledgehammered" together. When separated, the two clues apply to two separate grids, as in a standard Siamese Crossword, with the slight difference that we've eliminated the standard capitalization on the beginnings of clues (only proper nouns are capitalized). + +

For example the 1 across clue "pigrilplopews, coinstrunct shoperharpts" separates to "pillow construct perhaps" and "grippes, in short" yielding the two answer words FORT and FLUS. The complete separated grids, with solutions are provided below. + +

There are 20 boxes (symmetrically arranged) that have the same letter in both grids. These are designated by circles in the answer grids below. These letters spell FOSCHISURM BINANCHEDS which separates to FOUR INCHES and SCHISM BAND The solutions to these clues are HAND and TOOL giving the answer HAND TOOL. + +

The complete solutions for the grids, including the separation into two parts, are given below. + +

Solution to grid 1 + +

Solution to grid 2 + +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/sledgehammered b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/sledgehammered new file mode 100644 index 0000000000000000000000000000000000000000..80bdf4fbe33cb96147827ee38a08da4e53fac2b8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/sledgehammered @@ -0,0 +1,41 @@ + + + + Sledgehammered (Humpty Dumpty) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Sledgehammered

+Authors: Aaron Bader, Karen Chu, and Chieu Nguyen + +

Each clue in the puzzle is a composite of two clues that have been mushed or "sledgehammered" together. When separated, the two clues apply to two separate grids, as in a standard Siamese Crossword, with the slight difference that we've eliminated the standard capitalization on the beginnings of clues (only proper nouns are capitalized). + +

For example the 1 across clue "pigrilplopews, coinstrunct shoperharpts" separates to "pillow construct perhaps" and "grippes, in short" yielding the two answer words FORT and FLUS. The complete separated grids, with solutions are provided below. + +

There are 20 boxes (symmetrically arranged) that have the same letter in both grids. These are designated by circles in the answer grids below. These letters spell FOSCHISURM BINANCHEDS which separates to FOUR INCHES and SCHISM BAND The solutions to these clues are HAND and TOOL giving the answer HAND TOOL. + +

The complete solutions for the grids, including the separation into two parts, are given below. + +

Solution to grid 1 + +

Solution to grid 2 + +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..295963d3169361c558c41d0c385c248b3800cad5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r703_MIT_Mystery_Hunt_2014_Sledgehammered/solution.html @@ -0,0 +1,41 @@ + + + + Sledgehammered (Humpty Dumpty) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Sledgehammered

+Authors: Aaron Bader, Karen Chu, and Chieu Nguyen + +

Each clue in the puzzle is a composite of two clues that have been mushed or "sledgehammered" together. When separated, the two clues apply to two separate grids, as in a standard Siamese Crossword, with the slight difference that we've eliminated the standard capitalization on the beginnings of clues (only proper nouns are capitalized). + +

For example the 1 across clue "pigrilplopews, coinstrunct shoperharpts" separates to "pillow construct perhaps" and "grippes, in short" yielding the two answer words FORT and FLUS. The complete separated grids, with solutions are provided below. + +

There are 20 boxes (symmetrically arranged) that have the same letter in both grids. These are designated by circles in the answer grids below. These letters spell FOSCHISURM BINANCHEDS which separates to FOUR INCHES and SCHISM BAND The solutions to these clues are HAND and TOOL giving the answer HAND TOOL. + +

The complete solutions for the grids, including the separation into two parts, are given below. + +

Solution to grid 1 + +

Solution to grid 2 + +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..ef873e362508e7b2454846dece02248f43c9249b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/_solution_assets/index.html @@ -0,0 +1,39 @@ + + + + Glazing Over (Humpty Dumpty) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Glazing Over

+ +

+Author: Chieu Nguyen +

+ +

This puzzle is a deceptively presented sudoku in PostScript format that has a few too many given digits and is obviously broken. The reason it is not in a more commonly used format is because PostScript is a full-fledged programming language and the puzzle is actually randomly generated to have extra digits. This becomes evident upon reloading the file, which generates a new set of numbers.

+

To solve the puzzle, identify the squares that remain constant in all possible configurations. These form a solvable sudoku:

+

+

Solve the sudoku, and identify the squares that are always blank in all possible configurations; these are shaded in gray below:

+

+

The eight 3-by-3 blocks surrounding the center each have a shaded segment showing a number between 1 and 26. Map these to letters (A = 1, etc.) and order the letters by the number in the center of each block: these go clockwise from the top left to spell CERAMICS, which is the answer.

+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/index.html new file mode 100644 index 0000000000000000000000000000000000000000..21a5b3bb2dad89fa0beef35942d899c91c62cdd6 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/index.html @@ -0,0 +1,65 @@ + + + + Glazing Over (Humpty Dumpty) + + + + + +
+
+ + Back to Humpty Dumpty + + + Elsewhere + + + + Solution + + +
+
+ + +
+ +
+ Glazing Over +
+
+ + + + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..ef873e362508e7b2454846dece02248f43c9249b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/solution.html @@ -0,0 +1,39 @@ + + + + Glazing Over (Humpty Dumpty) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Glazing Over

+ +

+Author: Chieu Nguyen +

+ +

This puzzle is a deceptively presented sudoku in PostScript format that has a few too many given digits and is obviously broken. The reason it is not in a more commonly used format is because PostScript is a full-fledged programming language and the puzzle is actually randomly generated to have extra digits. This becomes evident upon reloading the file, which generates a new set of numbers.

+

To solve the puzzle, identify the squares that remain constant in all possible configurations. These form a solvable sudoku:

+

+

Solve the sudoku, and identify the squares that are always blank in all possible configurations; these are shaded in gray below:

+

+

The eight 3-by-3 blocks surrounding the center each have a shaded segment showing a number between 1 and 26. Map these to letters (A = 1, etc.) and order the letters by the number in the center of each block: these go clockwise from the top left to spell CERAMICS, which is the answer.

+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/1col1.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/1col1.png new file mode 100644 index 0000000000000000000000000000000000000000..9092ad09ad5b065efd95b254aeab60dd3ff9aae2 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/1col1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7447969a866112cdc74afc6fd0812a1506ac930ba3d7142ce8699c6a7b827905 +size 1860 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/3a.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/3a.png new file mode 100644 index 0000000000000000000000000000000000000000..cbff8a699568ada308978809ebf82eaa99094f71 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/3a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462081f4d6344e859c9529de6733a6d17c8d06477913e41c0eb88328399ddba4 +size 1758 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/4a.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/4a.png new file mode 100644 index 0000000000000000000000000000000000000000..35858efa1f59fac0027f07796787b60ff72a50f2 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/4a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee309ec80afb466d2b745c07e7f26dd331966bf3721e095e6b658dc120fd3c1 +size 1700 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/6b.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/6b.png new file mode 100644 index 0000000000000000000000000000000000000000..f8c30caa88963bab60643a5126bed59df902dad5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/6b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d31419723c16bac0d1d6669f3c7fb3b433faf57f3166166d9bca9270a1bd45 +size 1823 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic11.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic11.png new file mode 100644 index 0000000000000000000000000000000000000000..df0806694dc3bf400f725c4694ffa4ec796a51ae --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458e8c6de8c6e11a4aebfc3597a86e0fd974b2d325dcca9b1e97c70d508d1ddb +size 2011 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic2.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic2.png new file mode 100644 index 0000000000000000000000000000000000000000..4830053aa4280cee80faf46d6ebb0f4ca9de996e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/_solution_assets/ic2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b46beeaf27297735dfb7cfcf51c13a85d3813bc9c279430af7939c1012dd5f9 +size 2047 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic11.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic11.png new file mode 100644 index 0000000000000000000000000000000000000000..df0806694dc3bf400f725c4694ffa4ec796a51ae --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458e8c6de8c6e11a4aebfc3597a86e0fd974b2d325dcca9b1e97c70d508d1ddb +size 2011 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic2.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic2.png new file mode 100644 index 0000000000000000000000000000000000000000..4830053aa4280cee80faf46d6ebb0f4ca9de996e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r094_MIT_Mystery_Hunt_2016_The_Tenebrous_Stygian_Test_of_Knowledge/ic2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b46beeaf27297735dfb7cfcf51c13a85d3813bc9c279430af7939c1012dd5f9 +size 2047 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r10m_MIT_Mystery_Hunt_2016_Sleeping_Gypsy_Meta/_solution_assets/pietgenerated4large.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r10m_MIT_Mystery_Hunt_2016_Sleeping_Gypsy_Meta/_solution_assets/pietgenerated4large.png new file mode 100644 index 0000000000000000000000000000000000000000..ca347ddc3e6ecf53f5f4ed0fdf70ecc5b98e88fb --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r10m_MIT_Mystery_Hunt_2016_Sleeping_Gypsy_Meta/_solution_assets/pietgenerated4large.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4f08244be034070c3a014a0ff0a6e063e2d446ffecbf6f736683d5833eae75 +size 2036 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r0706_MIT_Mystery_Hunt_2017_International_Holdings/asset_12.png b/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r0706_MIT_Mystery_Hunt_2017_International_Holdings/asset_12.png new file mode 100644 index 0000000000000000000000000000000000000000..7fcfa5bfc89e8c5e42f6c5c0342daeea3794fd10 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2017/mit2017r0706_MIT_Mystery_Hunt_2017_International_Holdings/asset_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68191fbaf78ae8a44b82d0c12c92b953cf15b09c72c7f66d2bcf4e0c249ae91 +size 1834