diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/Header.js b/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/Header.js new file mode 100644 index 0000000000000000000000000000000000000000..cea7d8ed29f00987789294b1082775ed04e95271 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/Header.js @@ -0,0 +1,50 @@ +import { React, html, css } from "./package.js"; + +import { Nav } from "./Nav.js?2"; +import { Title } from "./Title.js"; + +const Header = ({ hunt, setHunt }) => { + const header = css` + background: radial-gradient(circle, transparent, #1e0808), + url("/images/woodplank.jpg"); + width: 100%; + `; + + const headerH2 = css` + border: none; + color: #e1ba9c; + font-family: inherit; + font-size: 0.8rem; + letter-spacing: 0.2em; + margin: 0; + padding: 1rem 0; + text-align: center; + text-transform: uppercase; + + @media (max-width: 600px) { + padding-bottom: 0.5rem; + } + `; + + if (setHunt) { + return html` +
+

MIT

+ <${Title} hunt=${hunt} setHunt=${setHunt} /> + <${Nav} /> +
+ `; + } + + return html` +
+ +

MIT

+ <${Title} hunt=${hunt} setHunt=${setHunt} /> + <${Nav} /> +
+
+ `; +}; + +export { Header }; diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/puzzle1b.html b/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/puzzle1b.html new file mode 100644 index 0000000000000000000000000000000000000000..e38757a78db83859df8dc63ba90327d066a39ef3 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1996/mit1996metaendgame_MIT_Mystery_Hunt_1996_Endgame/puzzle1b.html @@ -0,0 +1,39 @@ + + + + MIT Mystery Hunt 1996 / Puzzle 1B + + + + + +

Mystery Hunt 1996 / Puzzle 1B

+ +

The Instructions

+
+
Achilles
+
Hey, I recognize this picture! It's Escher's lithograph Above and +Below.
+
Tortoise
+
Very astute, Achilles. I don't think I've ever seen it before. It looks +pointillistic. Were all those colored speckles in the original work?
+
Achilles
+
No, not at all. It looks to me as though someone took a black-and-white +scan and randomly sprinkled colored dots all over it.
+
Tortoise
+
I know you won't believe this, but this reminds me of the MU-picture in +Hofstadter's book.
+
Achilles
+
I know you won't believe this, but I was thinking the same thing. How +curious...
+
+ + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.1289_Decoding_Advanced_Cryptography.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.1289_Decoding_Advanced_Cryptography.html new file mode 100644 index 0000000000000000000000000000000000000000..41b5376ea1b2c14191366a4fc3a16b97eebaca16 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.1289_Decoding_Advanced_Cryptography.html @@ -0,0 +1,35 @@ + + + + + 19.1289 Decoding Advanced Cryptography + + +

19.1289 — Decoding Advanced Cryptography

+

Prof. Eric Albert (See + solution)
+

+ +

CPNJKU SNSYKPK SEPNSWM UICKUSC IVVIFP
+

+ +

NQKSNM IXXSMK VBHTVP KHSDZSN MSHICV
+

+ +

SKKSXH QSVNJA BFPFOF GMNIC ERQCWG
+

+ +

RVKTLBY FAVUAQ LYMOGN PXWAHG FSKUST
+

+ +

WGSEU SNMXBT KKUSVSK KSXHB IZCPNJ
+

+ +

WNJXSW XXWNQSK USSNMXB TKSJV SKKSXH
+

+ +

KIQSK KUXSSM IEEINS NQVPH UFIXJH
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.13_Junior_Lab.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.13_Junior_Lab.html new file mode 100644 index 0000000000000000000000000000000000000000..af6c82f150a5ec16acad125a9508d1400254202c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.13_Junior_Lab.html @@ -0,0 +1,34 @@ + + + + + 19.13 Junior Lab + + +

19.13 Junior Lab

+

Professors G. Rockefeller and C. Nave (See solution)
+

+

m. !ut u luyd url t.cykn rmjf.s yumr "cgrlol ujumrt. .fo !mrlc!t + cv .fo
+ egts 'mjf.rmrj ?yutfolb .fgrloy ycuyolb m pgk"ol qgm?d'n .fycgjf + .fo lccyt
+ url cr.c .fo tmlo!u'd url rouy'n ?c''mlol !m.f u "olot.ymurs + woh?gto koxw
+ no''ol .fo kurs m u"c'cjmiol "ycvgto'ns wmzk cr'n u .cgymt.;w m + oh"'umrol;
+ wurl mzk u 'm..'o 'ct.s fc! lc ncg jo. .c ?uyrojmo fu'',w .fo + t.yurjoy
+ yo"'molwww
+

+

Erratum corrected above: ycukolb + should be ycuyolb.
+

+

Uncorrected: The www at the end + should probably be sss. Three places in the text have two + consecutive single quotes, which could be mistaken for a + double-quote.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.2352_Web_Word_Puzzles.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.2352_Web_Word_Puzzles.html new file mode 100644 index 0000000000000000000000000000000000000000..ba8facd6764e981ff1c844cbb1d05dc0471b8fba --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.2352_Web_Word_Puzzles.html @@ -0,0 +1,28 @@ + + + + + 19.2352 Web Word Puzzles + + +

19.2352 — Web Word Puzzles

+

Profs. Scott Weiss and Deborah A. Levinson (See + solution)
+

+

The World Wide Web is filled with lots of puzzles. There's even + one at:
+

+

http://web.mit.edu/
+

+

Archivist's note: This was MIT's main home page at the time of + the hunt, and we've recovered a version of it at the time of the + hunt from the Internet Wayback Machine. In this era, they often + replaced the image of MIT's logo with variations, and the one + present then was this:
+

+ MIT logo with
+      colored waves in background + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html new file mode 100644 index 0000000000000000000000000000000000000000..07a5c048843ad1d45bb1e2a0dab84863bcb1feb6 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998mm_MIT_Mystery_Hunt_1998_Final_Runaround/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html @@ -0,0 +1,26 @@ + + + + + 19.456 Cartooning for the Tech - Noun Poetry + + +

19.456 Cartooning for the Tech — Noun Poetry

+

by Katy-Cat (See + + solution)
+

+ comic strip 1
+ comic strip 2
+ comic strip 3
+ comic strip 4
+ The errata page contained a hint for + this puzzle: p, c, n, e are the 1st letters of the second column.
+
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p10_MIT_Mystery_Hunt_1998_7.51896_Rhodography/7.51896_Rhodography_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p10_MIT_Mystery_Hunt_1998_7.51896_Rhodography/7.51896_Rhodography_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..8e87902d9c08a189f35dabca5c94c86adfef4d2b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r1p10_MIT_Mystery_Hunt_1998_7.51896_Rhodography/7.51896_Rhodography_Solution.html @@ -0,0 +1,27 @@ + + + + + 7.51896 Rhodography Solution + + +

7.51896 — Rhodography Solution

+

The pieces assemble to form this image:
+

+ Comic strip frame: "No, You may not have a _____!"
+ Rhodography isn't a real subject, but rhodology is the study of + roses, and the French word rhodographie means a treatise on roses. + The "rose" root of this word was meant to hint that the frame is + from the comic strip Rose is Rose, and it was from the May 18, 1996 + edition of that comic strip, which the puzzle number 51896 was + meant to clue (the 7 represents MIT course 7, Biology, which of + course is where the study of roses would fall). However, it was too + difficult for solvers to find this during the Hunt, and the answer + was released, the words that were removed from the comic strip + frame: NUCLEAR REACTOR.
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.1289_Decoding_Advanced_Cryptography.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.1289_Decoding_Advanced_Cryptography.html new file mode 100644 index 0000000000000000000000000000000000000000..41b5376ea1b2c14191366a4fc3a16b97eebaca16 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.1289_Decoding_Advanced_Cryptography.html @@ -0,0 +1,35 @@ + + + + + 19.1289 Decoding Advanced Cryptography + + +

19.1289 — Decoding Advanced Cryptography

+

Prof. Eric Albert (See + solution)
+

+ +

CPNJKU SNSYKPK SEPNSWM UICKUSC IVVIFP
+

+ +

NQKSNM IXXSMK VBHTVP KHSDZSN MSHICV
+

+ +

SKKSXH QSVNJA BFPFOF GMNIC ERQCWG
+

+ +

RVKTLBY FAVUAQ LYMOGN PXWAHG FSKUST
+

+ +

WGSEU SNMXBT KKUSVSK KSXHB IZCPNJ
+

+ +

WNJXSW XXWNQSK USSNMXB TKSJV SKKSXH
+

+ +

KIQSK KUXSSM IEEINS NQVPH UFIXJH
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.2352_Web_Word_Puzzles.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.2352_Web_Word_Puzzles.html new file mode 100644 index 0000000000000000000000000000000000000000..ba8facd6764e981ff1c844cbb1d05dc0471b8fba --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2m_MIT_Mystery_Hunt_1998_Sophomore_Year_meta/19.2352_Web_Word_Puzzles.html @@ -0,0 +1,28 @@ + + + + + 19.2352 Web Word Puzzles + + +

19.2352 — Web Word Puzzles

+

Profs. Scott Weiss and Deborah A. Levinson (See + solution)
+

+

The World Wide Web is filled with lots of puzzles. There's even + one at:
+

+

http://web.mit.edu/
+

+

Archivist's note: This was MIT's main home page at the time of + the hunt, and we've recovered a version of it at the time of the + hunt from the Internet Wayback Machine. In this era, they often + replaced the image of MIT's logo with variations, and the one + present then was this:
+

+ MIT logo with
+      colored waves in background + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/19.2352_Web_Word_Puzzles.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/19.2352_Web_Word_Puzzles.html new file mode 100644 index 0000000000000000000000000000000000000000..8e836a980255f90ed60dd9552747e4c655863205 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p02_MIT_Mystery_Hunt_1998_19.2352_Web_Word_Puzzles/19.2352_Web_Word_Puzzles.html @@ -0,0 +1,28 @@ + + + + + 19.2352 Web Word Puzzles + + +

19.2352 — Web Word Puzzles

+

Profs. Scott Weiss and Deborah A. Levinson (See + solution)
+

+

The World Wide Web is filled with lots of puzzles. There's even + one at:
+

+

http://web.mit.edu/
+

+

Archivist's note: This was MIT's main home page at the time of + the hunt, and we've recovered a version of it at the time of the + hunt from the Internet Wayback Machine. In this era, they often + replaced the image of MIT's logo with variations, and the one + present then was this:
+

+ MIT logo with
+      colored waves in background + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/24.7_Word_Recognition_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/24.7_Word_Recognition_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..9601037391614de0d7f88be6cf4de6e17b8e3a26 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/24.7_Word_Recognition_Solution.html @@ -0,0 +1,36 @@ + + + + + 24.7 Word Recognition Solution + + +

24.7 — Word Recognition Solution
+

+ The words which each set represents phonetic alternatives to are:
+
+

did, bed, head, it: DEAD
+

+

flat, lack, lap, Latin: BLACK
+

+

trauma, job, chalk, drama: JAVA
+

+

nor, more, Mark, your: NORTH
+

+

mentoring, meditating, nutrient, mainframe: + MEDITERRANEAN
+

+

faulted, vaulted, phobic, bulk: BALTIC
+

+

sarcasm, sarcastic, surpass, sergeants: SARGASSO
+

+

asking, casting, caffeine, napkin: CASPIAN
+

+

jibe, Hannah, chat, shined: CHINA
+

+

quarrel, oral, call, full: CORAL
+

+

The final answer is SEA.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/_solution_assets/24.7_Word_Recognition_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/_solution_assets/24.7_Word_Recognition_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..bedcab902610748991cdd290cabfff1b0e55bad0 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p03_MIT_Mystery_Hunt_1998_24.7_Word_Recognition/_solution_assets/24.7_Word_Recognition_Solution.html @@ -0,0 +1,36 @@ + + + + + 24.7 Word Recognition Solution + + +

24.7 — Word Recognition Solution
+

+ The words which each set represents phonetic alternatives to are:
+
+

did, bed, head, it: DEAD
+

+

flat, lack, lap, Latin: BLACK
+

+

trauma, job, chalk, drama: JAVA
+

+

nor, more, Mark, your: NORTH
+

+

mentoring, meditating, nutrient, mainframe: + MEDITERRANEAN
+

+

faulted, vaulted, phobic, bulk: BALTIC
+

+

sarcasm, sarcastic, surpass, sergeants: SARGASSO
+

+

asking, casting, caffeine, napkin: CASPIAN
+

+

jibe, Hannah, chat, shined: CHINA
+

+

quarrel, oral, call, full: CORAL
+

+

The final answer is SEA.
+

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

24.7 — Word Recognition Solution
+

+ The words which each set represents phonetic alternatives to are:
+
+

did, bed, head, it: DEAD
+

+

flat, lack, lap, Latin: BLACK
+

+

trauma, job, chalk, drama: JAVA
+

+

nor, more, Mark, your: NORTH
+

+

mentoring, meditating, nutrient, mainframe: + MEDITERRANEAN
+

+

faulted, vaulted, phobic, bulk: BALTIC
+

+

sarcasm, sarcastic, surpass, sergeants: SARGASSO
+

+

asking, casting, caffeine, napkin: CASPIAN
+

+

jibe, Hannah, chat, shined: CHINA
+

+

quarrel, oral, call, full: CORAL
+

+

The final answer is SEA.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/8.137_Physics_and_Information_Theory_of_the_Vacuum_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/8.137_Physics_and_Information_Theory_of_the_Vacuum_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..efc9933000085dc5e765d5cb48b9b8036049ea13 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/8.137_Physics_and_Information_Theory_of_the_Vacuum_Solution.html @@ -0,0 +1,23 @@ + + + + + 8.137 Physics and Information Theory of the Vacuum Solution + + +

8.137 — Physics and Information Theory of the Vacuum Solution

+

Solver Thomas Mack explained that the reason you didn't need to + read a single word of it was that the author had encoded a binary + message in the thesis by flipping the watermark on certain pages. + Therefore, even though Vacuum-bounded + states and the entropy of black-hole evaporation, by Ken D. + Olum. is available online, it won't help you.
+

+

The final answer given in the metapuzzle solution is ION. If we + assume the arithmetic in the puzzle was manipulating the + alphabetical indices of the letters, this doesn't allow any common + word to be the 5-letter word extracted from the thesis.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/_solution_assets/8.137_Physics_and_Information_Theory_of_the_Vacuum_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/_solution_assets/8.137_Physics_and_Information_Theory_of_the_Vacuum_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..bb2923700532d4886865e7c09bfbb2c53a1c65e9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/_solution_assets/8.137_Physics_and_Information_Theory_of_the_Vacuum_Solution.html @@ -0,0 +1,23 @@ + + + + + 8.137 Physics and Information Theory of the Vacuum Solution + + +

8.137 — Physics and Information Theory of the Vacuum Solution

+

Solver Thomas Mack explained that the reason you didn't need to + read a single word of it was that the author had encoded a binary + message in the thesis by flipping the watermark on certain pages. + Therefore, even though Vacuum-bounded + states and the entropy of black-hole evaporation, by Ken D. + Olum. is available online, it won't help you.
+

+

The final answer given in the metapuzzle solution is ION. If we + assume the arithmetic in the puzzle was manipulating the + alphabetical indices of the letters, this doesn't allow any common + word to be the 5-letter word extracted from the thesis.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..bb2923700532d4886865e7c09bfbb2c53a1c65e9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p04_MIT_Mystery_Hunt_1998_8.137_Physics_and_Information_Theory_of_the_V/solution.html @@ -0,0 +1,23 @@ + + + + + 8.137 Physics and Information Theory of the Vacuum Solution + + +

8.137 — Physics and Information Theory of the Vacuum Solution

+

Solver Thomas Mack explained that the reason you didn't need to + read a single word of it was that the author had encoded a binary + message in the thesis by flipping the watermark on certain pages. + Therefore, even though Vacuum-bounded + states and the entropy of black-hole evaporation, by Ken D. + Olum. is available online, it won't help you.
+

+

The final answer given in the metapuzzle solution is ION. If we + assume the arithmetic in the puzzle was manipulating the + alphabetical indices of the letters, this doesn't allow any common + word to be the 5-letter word extracted from the thesis.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p07_MIT_Mystery_Hunt_1998_19.1289_Decoding_Advanced_Cryptography/19.1289_Decoding_Advanced_Cryptography.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p07_MIT_Mystery_Hunt_1998_19.1289_Decoding_Advanced_Cryptography/19.1289_Decoding_Advanced_Cryptography.html new file mode 100644 index 0000000000000000000000000000000000000000..61d467a3855c82eedf1836789de49a24c56d2f60 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p07_MIT_Mystery_Hunt_1998_19.1289_Decoding_Advanced_Cryptography/19.1289_Decoding_Advanced_Cryptography.html @@ -0,0 +1,35 @@ + + + + + 19.1289 Decoding Advanced Cryptography + + +

19.1289 — Decoding Advanced Cryptography

+

Prof. Eric Albert (See + solution)
+

+ +

CPNJKU SNSYKPK SEPNSWM UICKUSC IVVIFP
+

+ +

NQKSNM IXXSMK VBHTVP KHSDZSN MSHICV
+

+ +

SKKSXH QSVNJA BFPFOF GMNIC ERQCWG
+

+ +

RVKTLBY FAVUAQ LYMOGN PXWAHG FSKUST
+

+ +

WGSEU SNMXBT KKUSVSK KSXHB IZCPNJ
+

+ +

WNJXSW XXWNQSK USSNMXB TKSJV SKKSXH
+

+ +

KIQSK KUXSSM IEEINS NQVPH UFIXJH
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.13_Junior_Lab.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.13_Junior_Lab.html new file mode 100644 index 0000000000000000000000000000000000000000..af6c82f150a5ec16acad125a9508d1400254202c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.13_Junior_Lab.html @@ -0,0 +1,34 @@ + + + + + 19.13 Junior Lab + + +

19.13 Junior Lab

+

Professors G. Rockefeller and C. Nave (See solution)
+

+

m. !ut u luyd url t.cykn rmjf.s yumr "cgrlol ujumrt. .fo !mrlc!t + cv .fo
+ egts 'mjf.rmrj ?yutfolb .fgrloy ycuyolb m pgk"ol qgm?d'n .fycgjf + .fo lccyt
+ url cr.c .fo tmlo!u'd url rouy'n ?c''mlol !m.f u "olot.ymurs + woh?gto koxw
+ no''ol .fo kurs m u"c'cjmiol "ycvgto'ns wmzk cr'n u .cgymt.;w m + oh"'umrol;
+ wurl mzk u 'm..'o 'ct.s fc! lc ncg jo. .c ?uyrojmo fu'',w .fo + t.yurjoy
+ yo"'molwww
+

+

Erratum corrected above: ycukolb + should be ycuyolb.
+

+

Uncorrected: The www at the end + should probably be sss. Three places in the text have two + consecutive single quotes, which could be mistaken for a + double-quote.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html new file mode 100644 index 0000000000000000000000000000000000000000..07a5c048843ad1d45bb1e2a0dab84863bcb1feb6 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html @@ -0,0 +1,26 @@ + + + + + 19.456 Cartooning for the Tech - Noun Poetry + + +

19.456 Cartooning for the Tech — Noun Poetry

+

by Katy-Cat (See + + solution)
+

+ comic strip 1
+ comic strip 2
+ comic strip 3
+ comic strip 4
+ The errata page contained a hint for + this puzzle: p, c, n, e are the 1st letters of the second column.
+
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.13_Junior_Lab.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.13_Junior_Lab.html new file mode 100644 index 0000000000000000000000000000000000000000..af6c82f150a5ec16acad125a9508d1400254202c --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.13_Junior_Lab.html @@ -0,0 +1,34 @@ + + + + + 19.13 Junior Lab + + +

19.13 Junior Lab

+

Professors G. Rockefeller and C. Nave (See solution)
+

+

m. !ut u luyd url t.cykn rmjf.s yumr "cgrlol ujumrt. .fo !mrlc!t + cv .fo
+ egts 'mjf.rmrj ?yutfolb .fgrloy ycuyolb m pgk"ol qgm?d'n .fycgjf + .fo lccyt
+ url cr.c .fo tmlo!u'd url rouy'n ?c''mlol !m.f u "olot.ymurs + woh?gto koxw
+ no''ol .fo kurs m u"c'cjmiol "ycvgto'ns wmzk cr'n u .cgymt.;w m + oh"'umrol;
+ wurl mzk u 'm..'o 'ct.s fc! lc ncg jo. .c ?uyrojmo fu'',w .fo + t.yurjoy
+ yo"'molwww
+

+

Erratum corrected above: ycukolb + should be ycuyolb.
+

+

Uncorrected: The www at the end + should probably be sss. Three places in the text have two + consecutive single quotes, which could be mistaken for a + double-quote.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html new file mode 100644 index 0000000000000000000000000000000000000000..07a5c048843ad1d45bb1e2a0dab84863bcb1feb6 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3m_MIT_Mystery_Hunt_1998_Junior_Year_Requirements/_solution_assets/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html @@ -0,0 +1,26 @@ + + + + + 19.456 Cartooning for the Tech - Noun Poetry + + +

19.456 Cartooning for the Tech — Noun Poetry

+

by Katy-Cat (See + + solution)
+

+ comic strip 1
+ comic strip 2
+ comic strip 3
+ comic strip 4
+ The errata page contained a hint for + this puzzle: p, c, n, e are the 1st letters of the second column.
+
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p02_MIT_Mystery_Hunt_1998_19.503_Advanced_History/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p02_MIT_Mystery_Hunt_1998_19.503_Advanced_History/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..8d26d1fd54caf7db9240540ee5dbe5e02ed36bb5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p02_MIT_Mystery_Hunt_1998_19.503_Advanced_History/solution.html @@ -0,0 +1,29 @@ + + + + + + 19.503 Advanced History Solution + + +

19.503 - Advanced History Solution
+

+ +

The atomic numbers of these elements are 83, 47, 61, and 7. They + are all prime numbers, and specifically they are the 23rd, 15th, + 18th, and 4th prime numbers. Convert those numbers to letters of + the alphabet to spell WORD.
+

+

The answer is WORD.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/5.198_Number_Theory_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/5.198_Number_Theory_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..61258e4e42a27b26deac0081853f29a5b3c77469 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/5.198_Number_Theory_Solution.html @@ -0,0 +1,32 @@ + + + + + 5.198 Number Theory Solution + + +

5.198 – Number Theory Solution

+

The numbers don't match the atomic symbols they are next to, but + it suggests using atomic symbols.
+

+

The number at the top breaks up into atomic numbers: 52 (Te), 6 + (C), 1 (H), 75 (Re), 23 (V), and 92 (U), an abbreviated form of Technology + + Review.
+

+

Convert the other numbers directly to atomic symbols: 15 = P, 27 + = Co, 3 = Li, 74 = W.
+

+

Convert the given atomic symbols to atomic numbers: Mo = 42, H = + 1, O = 8, He = 42.
+

+

This indicates to look in the current issue of Technology + Review, on page 42, column 1, line 8, word 2.
+

+

The page is shown below. The word is ADVANCED.
+

+ Page from
+      Technology Review with Advanced underlined + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/_solution_assets/5.198_Number_Theory_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/_solution_assets/5.198_Number_Theory_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..ffe61f4731ac14f727b6791988fa58613a3335df --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/_solution_assets/5.198_Number_Theory_Solution.html @@ -0,0 +1,32 @@ + + + + + 5.198 Number Theory Solution + + +

5.198 – Number Theory Solution

+

The numbers don't match the atomic symbols they are next to, but + it suggests using atomic symbols.
+

+

The number at the top breaks up into atomic numbers: 52 (Te), 6 + (C), 1 (H), 75 (Re), 23 (V), and 92 (U), an abbreviated form of Technology + + Review.
+

+

Convert the other numbers directly to atomic symbols: 15 = P, 27 + = Co, 3 = Li, 74 = W.
+

+

Convert the given atomic symbols to atomic numbers: Mo = 42, H = + 1, O = 8, He = 42.
+

+

This indicates to look in the current issue of Technology + Review, on page 42, column 1, line 8, word 2.
+

+

The page is shown below. The word is ADVANCED.
+

+ Page from
+      Technology Review with Advanced underlined + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..ffe61f4731ac14f727b6791988fa58613a3335df --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p03_MIT_Mystery_Hunt_1998_5.198_Number_Theory/solution.html @@ -0,0 +1,32 @@ + + + + + 5.198 Number Theory Solution + + +

5.198 – Number Theory Solution

+

The numbers don't match the atomic symbols they are next to, but + it suggests using atomic symbols.
+

+

The number at the top breaks up into atomic numbers: 52 (Te), 6 + (C), 1 (H), 75 (Re), 23 (V), and 92 (U), an abbreviated form of Technology + + Review.
+

+

Convert the other numbers directly to atomic symbols: 15 = P, 27 + = Co, 3 = Li, 74 = W.
+

+

Convert the given atomic symbols to atomic numbers: Mo = 42, H = + 1, O = 8, He = 42.
+

+

This indicates to look in the current issue of Technology + Review, on page 42, column 1, line 8, word 2.
+

+

The page is shown below. The word is ADVANCED.
+

+ Page from
+      Technology Review with Advanced underlined + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p12_MIT_Mystery_Hunt_1998_19.456_Cartooning_for_the_Tech_-_Noun_Poetry/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p12_MIT_Mystery_Hunt_1998_19.456_Cartooning_for_the_Tech_-_Noun_Poetry/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html new file mode 100644 index 0000000000000000000000000000000000000000..eaefb3ff42805f293fa6a11f3a368db642191c93 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p12_MIT_Mystery_Hunt_1998_19.456_Cartooning_for_the_Tech_-_Noun_Poetry/19.456_Cartooning_for_the_Tech_-_Noun_Poetry.html @@ -0,0 +1,26 @@ + + + + + 19.456 Cartooning for the Tech - Noun Poetry + + +

19.456 Cartooning for the Tech — Noun Poetry

+

by Katy-Cat (See + + solution)
+

+ comic strip 1
+ comic strip 2
+ comic strip 3
+ comic strip 4
+ The errata page contained a hint for + this puzzle: p, c, n, e are the 1st letters of the second column.
+
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/6.1835_AI_Pattern_Recognition_Problem_Set_1_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/6.1835_AI_Pattern_Recognition_Problem_Set_1_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..d7f407772d3ef1af82b4a8aa531ebe05873aabda --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/6.1835_AI_Pattern_Recognition_Problem_Set_1_Solution.html @@ -0,0 +1,25 @@ + + + + + 6.1835 AI Pattern Recognition Problem Set 1 Solution + + +

6.1835 — AI Pattern Recognition Problem Set 1 Solution

+

The only relevant information is the color of each card and their + arrangement into groups. Red cards represent dashes in Morse code, + black cards dots.
+

+

- .... . .- -. ... .-- . .-. .. ... .--. ..- + --.. --.. .-.. . ...
+ T H    E A  N  S   + W   E R   I  S   + P    U   Z    + Z    L    E S
+

+

So the answer is PUZZLES.
+

+ many playing cards + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/_solution_assets/6.1835_AI_Pattern_Recognition_Problem_Set_1_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/_solution_assets/6.1835_AI_Pattern_Recognition_Problem_Set_1_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..4fe32016c375e5ee43fdf1039a05556959276686 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/_solution_assets/6.1835_AI_Pattern_Recognition_Problem_Set_1_Solution.html @@ -0,0 +1,25 @@ + + + + + 6.1835 AI Pattern Recognition Problem Set 1 Solution + + +

6.1835 — AI Pattern Recognition Problem Set 1 Solution

+

The only relevant information is the color of each card and their + arrangement into groups. Red cards represent dashes in Morse code, + black cards dots.
+

+

- .... . .- -. ... .-- . .-. .. ... .--. ..- + --.. --.. .-.. . ...
+ T H    E A  N  S   + W   E R   I  S   + P    U   Z    + Z    L    E S
+

+

So the answer is PUZZLES.
+

+ many playing cards + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..4fe32016c375e5ee43fdf1039a05556959276686 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p13_MIT_Mystery_Hunt_1998_6.1835_AI_Pattern_Recognition_Problem_Set_1/solution.html @@ -0,0 +1,25 @@ + + + + + 6.1835 AI Pattern Recognition Problem Set 1 Solution + + +

6.1835 — AI Pattern Recognition Problem Set 1 Solution

+

The only relevant information is the color of each card and their + arrangement into groups. Red cards represent dashes in Morse code, + black cards dots.
+

+

- .... . .- -. ... .-- . .-. .. ... .--. ..- + --.. --.. .-.. . ...
+ T H    E A  N  S   + W   E R   I  S   + P    U   Z    + Z    L    E S
+

+

So the answer is PUZZLES.
+

+ many playing cards + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/_solution_assets/19.00s_A_Study_of_Contemporary_Culture_Terminology_and_the_Symbolism_of_Post-Modernism_in_a_Neo-Industrial_Proto-Futuris b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/_solution_assets/19.00s_A_Study_of_Contemporary_Culture_Terminology_and_the_Symbolism_of_Post-Modernism_in_a_Neo-Industrial_Proto-Futuris new file mode 100644 index 0000000000000000000000000000000000000000..c51fac093b61b8f0aca4756f45d9462f5ebce439 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/_solution_assets/19.00s_A_Study_of_Contemporary_Culture_Terminology_and_the_Symbolism_of_Post-Modernism_in_a_Neo-Industrial_Proto-Futuris @@ -0,0 +1,35 @@ + + + + + + 19.00s A Study of Contemporary Culture, Terminology, and the + Symbolism of Post-Modernism in a Neo-Industrial Proto-Futuristic + Paradigm Solution + + +

19.00s — A Study of Contemporary Culture, Terminology, and the + Symbolism of Post-Modernism in a Neo-Industrial Proto-Futuristic + Paradigm Solution

+

The instructions for this puzzle are woven into its title: Find + the terms clued in the puzzle and the symbols or abbreviations + which can represent a word in each answer.
+

+
    +
  1. Heat: Q
    +
  2. +
  3. Kosher: Ⓤ
  4. +
  5. Space Ace: A
    +
  6. +
  7. Fargo North, Decoder: N
    +
  8. +
  9. Time After Time: T
    +
  10. +
  11. Unseen University: U
    +
  12. +
  13. Meter Maid: m
  14. +
+

In order, the symbols spell the answer, QUANTUM.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/asset_19.00s_A_Study_of_Contemporary_Culture_Terminology_and_the_Symbolism_of_Post-Modernism_in_a_Neo-Industrial_Proto-Futuris b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/asset_19.00s_A_Study_of_Contemporary_Culture_Terminology_and_the_Symbolism_of_Post-Modernism_in_a_Neo-Industrial_Proto-Futuris new file mode 100644 index 0000000000000000000000000000000000000000..ed1f2da2a820670bb995ad20966913f47b7ee456 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/asset_19.00s_A_Study_of_Contemporary_Culture_Terminology_and_the_Symbolism_of_Post-Modernism_in_a_Neo-Industrial_Proto-Futuris @@ -0,0 +1,35 @@ + + + + + + 19.00s A Study of Contemporary Culture, Terminology, and the + Symbolism of Post-Modernism in a Neo-Industrial Proto-Futuristic + Paradigm Solution + + +

19.00s — A Study of Contemporary Culture, Terminology, and the + Symbolism of Post-Modernism in a Neo-Industrial Proto-Futuristic + Paradigm Solution

+

The instructions for this puzzle are woven into its title: Find + the terms clued in the puzzle and the symbols or abbreviations + which can represent a word in each answer.
+

+
    +
  1. Heat: Q
    +
  2. +
  3. Kosher: Ⓤ
  4. +
  5. Space Ace: A
    +
  6. +
  7. Fargo North, Decoder: N
    +
  8. +
  9. Time After Time: T
    +
  10. +
  11. Unseen University: U
    +
  12. +
  13. Meter Maid: m
  14. +
+

In order, the symbols spell the answer, QUANTUM.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..c51fac093b61b8f0aca4756f45d9462f5ebce439 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p1_MIT_Mystery_Hunt_1998_19.00s_A_Study_of_Contemporary_Culture_Termino/solution.html @@ -0,0 +1,35 @@ + + + + + + 19.00s A Study of Contemporary Culture, Terminology, and the + Symbolism of Post-Modernism in a Neo-Industrial Proto-Futuristic + Paradigm Solution + + +

19.00s — A Study of Contemporary Culture, Terminology, and the + Symbolism of Post-Modernism in a Neo-Industrial Proto-Futuristic + Paradigm Solution

+

The instructions for this puzzle are woven into its title: Find + the terms clued in the puzzle and the symbols or abbreviations + which can represent a word in each answer.
+

+
    +
  1. Heat: Q
    +
  2. +
  3. Kosher: Ⓤ
  4. +
  5. Space Ace: A
    +
  6. +
  7. Fargo North, Decoder: N
    +
  8. +
  9. Time After Time: T
    +
  10. +
  11. Unseen University: U
    +
  12. +
  13. Meter Maid: m
  14. +
+

In order, the symbols spell the answer, QUANTUM.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/_solution_assets/Senior_Metapuzzle_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/_solution_assets/Senior_Metapuzzle_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..948a55e183b1c333330ca1b984acc048b3d41d68 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/_solution_assets/Senior_Metapuzzle_Solution.html @@ -0,0 +1,29 @@ + + + + + Senior Metapuzzle Solution + + +

Senior Metapuzzle Solution

+

The answers to the puzzles in this round are:
+

+ +

Thanks to recollections from solver Thomas Mack, we know that + each answer in this round contained a hidden golf term and the + answer was GOLF.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..948a55e183b1c333330ca1b984acc048b3d41d68 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4m_MIT_Mystery_Hunt_1998_Senior_Metapuzzle/solution.html @@ -0,0 +1,29 @@ + + + + + Senior Metapuzzle Solution + + +

Senior Metapuzzle Solution

+

The answers to the puzzles in this round are:
+

+ +

Thanks to recollections from solver Thomas Mack, we know that + each answer in this round contained a hidden golf term and the + answer was GOLF.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p06_MIT_Mystery_Hunt_1998_4.4444_Structures/_solution_assets/4.4444_Structures_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p06_MIT_Mystery_Hunt_1998_4.4444_Structures/_solution_assets/4.4444_Structures_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..73094a4e62bb676d001b39802e441d87d3e9eecd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p06_MIT_Mystery_Hunt_1998_4.4444_Structures/_solution_assets/4.4444_Structures_Solution.html @@ -0,0 +1,24 @@ + + + + + 4.4444 Structures Solution + + +

4.4444 Structures Solution

+

The blocks fit together as shown below. Each full row knocked out + spells a word or phrase related to construction.
+

+

The letters in incomplete rows spell (including spaces between + words) WHERE'S WALDO? HE'S ON THE MIT MID-CENTURY SCROLL! FIND THE + SCROLL, THEN FIND HIM, THEN YOUR ANSWER IS THE FULL NAME DIRECTLY + BELOW HIM ON THE LIST.
+

+

The Mid-Century scroll is located next to room 3-227. As noted in + the errata, there were two Waldos. We wanted Waldo F. Pike '15 and + the name under him is WILLIAM D. PINKHAM '22.
+

+ Structures
+      grid solution + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p06_MIT_Mystery_Hunt_1998_4.4444_Structures/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p06_MIT_Mystery_Hunt_1998_4.4444_Structures/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..73094a4e62bb676d001b39802e441d87d3e9eecd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p06_MIT_Mystery_Hunt_1998_4.4444_Structures/solution.html @@ -0,0 +1,24 @@ + + + + + 4.4444 Structures Solution + + +

4.4444 Structures Solution

+

The blocks fit together as shown below. Each full row knocked out + spells a word or phrase related to construction.
+

+

The letters in incomplete rows spell (including spaces between + words) WHERE'S WALDO? HE'S ON THE MIT MID-CENTURY SCROLL! FIND THE + SCROLL, THEN FIND HIM, THEN YOUR ANSWER IS THE FULL NAME DIRECTLY + BELOW HIM ON THE LIST.
+

+

The Mid-Century scroll is located next to room 3-227. As noted in + the errata, there were two Waldos. We wanted Waldo F. Pike '15 and + the name under him is WILLIAM D. PINKHAM '22.
+

+ Structures
+      grid solution + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/21L.2557_Puzzling_Literature_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/21L.2557_Puzzling_Literature_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..f687818068d631c75e6a7131b3707b181a6d9944 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/21L.2557_Puzzling_Literature_Solution.html @@ -0,0 +1,25 @@ + + + + + + 21L.2557 Puzzling Literature Solution + + +

21L.2557 — Puzzling Literature Solution

+

It's clear this is a runaround, but I can't make much sense of + the path. It's the kind of runaround where you are looking for + signs to extract letters from which may no longer be there. For + that matter, the landmarks of the path may also be gone.
+

+

There is also something about games with a girl whose name is the + Japanese word for "cherry blossom" which is Sakura. But since + Sakura is one of the most popular Japanese girls' names in this + sort of media, I don't know who it's referring to. I assume the + girl is the one referenced in first person in the first part of + the puzzle, who among other things is after a man in a black cape.
+

+


+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/_solution_assets/21L.2557_Puzzling_Literature_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/_solution_assets/21L.2557_Puzzling_Literature_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..e49371a2750d5bd4627a606cbf75e3779a5a47eb --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/_solution_assets/21L.2557_Puzzling_Literature_Solution.html @@ -0,0 +1,25 @@ + + + + + + 21L.2557 Puzzling Literature Solution + + +

21L.2557 — Puzzling Literature Solution

+

It's clear this is a runaround, but I can't make much sense of + the path. It's the kind of runaround where you are looking for + signs to extract letters from which may no longer be there. For + that matter, the landmarks of the path may also be gone.
+

+

There is also something about games with a girl whose name is the + Japanese word for "cherry blossom" which is Sakura. But since + Sakura is one of the most popular Japanese girls' names in this + sort of media, I don't know who it's referring to. I assume the + girl is the one referenced in first person in the first part of + the puzzle, who among other things is after a man in a black cape.
+

+


+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..e49371a2750d5bd4627a606cbf75e3779a5a47eb --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r4p07_MIT_Mystery_Hunt_1998_21L.2557_Puzzling_Literature/solution.html @@ -0,0 +1,25 @@ + + + + + + 21L.2557 Puzzling Literature Solution + + +

21L.2557 — Puzzling Literature Solution

+

It's clear this is a runaround, but I can't make much sense of + the path. It's the kind of runaround where you are looking for + signs to extract letters from which may no longer be there. For + that matter, the landmarks of the path may also be gone.
+

+

There is also something about games with a girl whose name is the + Japanese word for "cherry blossom" which is Sakura. But since + Sakura is one of the most popular Japanese girls' names in this + sort of media, I don't know who it's referring to. I assume the + girl is the one referenced in first person in the first part of + the puzzle, who among other things is after a man in a black cape.
+

+


+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/istanbul.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/istanbul.html new file mode 100644 index 0000000000000000000000000000000000000000..cea60148a3278af7d74b085e0a4fac1975eecfeb --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/istanbul.html @@ -0,0 +1,26 @@ + + +Istanbul + + + +

Istanbul

+

+XAEW IYPSSPN DQG WKH YROZNE YTAJX GLG KCVI DQG MOSHRK KP WKH +

AEFI DOO RNRXD AIVI WKH KXAXPXENB DQG WKH QSQI WFYMX WCBOZIJM +

HKCGXK WKH TKLLOBGYMU OA VRQ WKH NEAW XLEX FMXI WKH HQFBX +

XLEX HFYHM HKCGXK WKH PAHPAH FMVH DQG WLYR WKH NZCUQWCA +

NMZPQDEZMFOT JG XSSO KLV BUXVGR XBTWI KP LERH PSRK XMQI WKH +

THUEVTL IRH JG YUAMNZ UQ XKYZKJ JG DA WKH ZASZAS XVII DQG +

XYTTI GCNORK KP AOVBNOA DQG CU KP ALLOYN AOVBNOA JG XYTTI WKH +

TKLLOBGYMU AMXL ICIW QH KQFRJ GEQI FQROOURWP AOYVBNO WKH +

ZGTMRK ASSH DQG IBYISLK CU KV GEQI RQH WZR RQH WZR DQG +

AOYVBNO DQG AOYVBNO WKH BUXVGR GQFIJ AIRX ZUPJRLY XSFHP JG +

PIJX KV HIEH DQG AMXL LWV LIEH JG AIRX QKVEWZRSXQ FEGO DQG +

LEWX XLSY XQFNS WKH TKLLOBGYMU GSQI VQ OA EVQW OA ILHTPZO ERB +

P NZIJRWCA GDB JHSSVVO IGRRGE JG KPWZBTML KP KLV MRB +

+ +Solution + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..a48c36e3d085dff7208bed3198ac42bdaf33ed33 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/solution.html @@ -0,0 +1,44 @@ + + +Copenhagen: Solution + + + +

Copenhagen: Solution

+ +

Each word (except the first few) clues a pair of letters adjacent +in the alphabet. After grouping the pairs by whether they're in +forward or reverse alphabetical order, reading down suitably chosen +columns gives "MORE THAN JUST COIN".

+ +
+    IAP
+    GUIDE
+    SAYS
+NM  NANOMETER
+    FLIP-FLOP  JK
+PO  BOX
+    TAN        UV
+    CANONIZED  ST
+SR  SENIOR
+    WEEKDAY    TU
+FE  IRON
+    BRUNSWICK  BC
+UT  DO
+    NORWAY     NO
+IH  TFP
+BA  BOEING
+    HAWAII     HI
+ON  BAALBEK
+    MINNESOTA  MN
+
+ +

The first few words in the puzzle hint to look in the MIT IAP +Guide. The relevant sentence from the description in the "Umpteenth +Annual MIT Mystery Hunt" entry in the 1999 IAP Guide is: "And why does +it seem like the loot is more than just the coin?"

+ +

So the answer is LOOT.

+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/w2.1.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/w2.1.html new file mode 100644 index 0000000000000000000000000000000000000000..8ee4c945d495e79ab26ecab6ae2dcdb388386cb8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999dossiers_MIT_Mystery_Hunt_1999_Dossiers_Meta/w2.1.html @@ -0,0 +1,43 @@ + + +Warrant 2.1 + + + +

Warrant 2.1

+ +

Come to us and complete 10 of the following:

+ + +Solution + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/_solution_assets/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/_solution_assets/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..3edfdb3fdc8b430c0e3f955f5d5223494c9ed24b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/_solution_assets/solution.html @@ -0,0 +1,44 @@ + + +Istanbul: Solution + + + +

Istanbul: Solution

+

+This puzzle is not a standard cryptogram. Instead, each word is a Caesar +shift by the number of letters in the word. This yields:

+

+

+TWAS BRILLIG AND THE SLITHY TOVES DID GYRE AND GIMBLE IN THE 
+
+WABE ALL MIMSY WERE THE BOROGOVES AND THE MOME RATHS OUTGRABE 
+
+BEWARE THE JABBERWOCK MY SON THE JAWS THAT BITE THE CLAWS 
+
+THAT CATCH BEWARE THE JUBJUB BIRD AND SHUN THE FRUMIOUS 
+
+BANDERSNATCH HE TOOK HIS VORPAL SWORD IN HAND LONG TIME THE 
+
+MANXOME FOE HE SOUGHT SO RESTED HE BY THE TUMTUM TREE AND 
+
+STOOD AWHILE IN THOUGHT AND AS IN UFFISH THOUGHT HE STOOD THE 
+
+JABBERWOCK WITH EYES OF FLAME CAME WHIFFLING THROUGH THE 
+
+TANGLE WOOD AND BURBLED AS IT CAME ONE TWO ONE TWO AND 
+
+THROUGH AND THROUGH THE VORPAL BLADE WENT SNICKER SNACK HE 
+
+LEFT IT DEAD AND WITH ITS HEAD HE WENT GALUMPHING BACK AND 
+
+HAST THOU SLAIN THE JABBERWOCK COME TO MY ARMS MY BEAMISH BOY 
+
+O FRABJOUS DAY CALLOOH CALLAY HE CHORTLED IN HIS JOY 
+
+

+

This is almost the complete text of "Jabberwocky", save for the word +"tangle", which is actually "tulgey" in the poem. The answer is, therefore, TANGLE.

+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/istanbul.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/istanbul.html new file mode 100644 index 0000000000000000000000000000000000000000..49c2363b733bb91b12f3cfd9a9af0a7a284850a3 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/istanbul.html @@ -0,0 +1,26 @@ + + +Istanbul + + + +

Istanbul

+

+XAEW IYPSSPN DQG WKH YROZNE YTAJX GLG KCVI DQG MOSHRK KP WKH +

AEFI DOO RNRXD AIVI WKH KXAXPXENB DQG WKH QSQI WFYMX WCBOZIJM +

HKCGXK WKH TKLLOBGYMU OA VRQ WKH NEAW XLEX FMXI WKH HQFBX +

XLEX HFYHM HKCGXK WKH PAHPAH FMVH DQG WLYR WKH NZCUQWCA +

NMZPQDEZMFOT JG XSSO KLV BUXVGR XBTWI KP LERH PSRK XMQI WKH +

THUEVTL IRH JG YUAMNZ UQ XKYZKJ JG DA WKH ZASZAS XVII DQG +

XYTTI GCNORK KP AOVBNOA DQG CU KP ALLOYN AOVBNOA JG XYTTI WKH +

TKLLOBGYMU AMXL ICIW QH KQFRJ GEQI FQROOURWP AOYVBNO WKH +

ZGTMRK ASSH DQG IBYISLK CU KV GEQI RQH WZR RQH WZR DQG +

AOYVBNO DQG AOYVBNO WKH BUXVGR GQFIJ AIRX ZUPJRLY XSFHP JG +

PIJX KV HIEH DQG AMXL LWV LIEH JG AIRX QKVEWZRSXQ FEGO DQG +

LEWX XLSY XQFNS WKH TKLLOBGYMU GSQI VQ OA EVQW OA ILHTPZO ERB +

P NZIJRWCA GDB JHSSVVO IGRRGE JG KPWZBTML KP KLV MRB +

+ +Solution + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..3edfdb3fdc8b430c0e3f955f5d5223494c9ed24b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r104_MIT_Mystery_Hunt_1999_Istanbul/solution.html @@ -0,0 +1,44 @@ + + +Istanbul: Solution + + + +

Istanbul: Solution

+

+This puzzle is not a standard cryptogram. Instead, each word is a Caesar +shift by the number of letters in the word. This yields:

+

+

+TWAS BRILLIG AND THE SLITHY TOVES DID GYRE AND GIMBLE IN THE 
+
+WABE ALL MIMSY WERE THE BOROGOVES AND THE MOME RATHS OUTGRABE 
+
+BEWARE THE JABBERWOCK MY SON THE JAWS THAT BITE THE CLAWS 
+
+THAT CATCH BEWARE THE JUBJUB BIRD AND SHUN THE FRUMIOUS 
+
+BANDERSNATCH HE TOOK HIS VORPAL SWORD IN HAND LONG TIME THE 
+
+MANXOME FOE HE SOUGHT SO RESTED HE BY THE TUMTUM TREE AND 
+
+STOOD AWHILE IN THOUGHT AND AS IN UFFISH THOUGHT HE STOOD THE 
+
+JABBERWOCK WITH EYES OF FLAME CAME WHIFFLING THROUGH THE 
+
+TANGLE WOOD AND BURBLED AS IT CAME ONE TWO ONE TWO AND 
+
+THROUGH AND THROUGH THE VORPAL BLADE WENT SNICKER SNACK HE 
+
+LEFT IT DEAD AND WITH ITS HEAD HE WENT GALUMPHING BACK AND 
+
+HAST THOU SLAIN THE JABBERWOCK COME TO MY ARMS MY BEAMISH BOY 
+
+O FRABJOUS DAY CALLOOH CALLAY HE CHORTLED IN HIS JOY 
+
+

+

This is almost the complete text of "Jabberwocky", save for the word +"tangle", which is actually "tulgey" in the poem. The answer is, therefore, TANGLE.

+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r206_MIT_Mystery_Hunt_1999_Montevideo/_solution_assets/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r206_MIT_Mystery_Hunt_1999_Montevideo/_solution_assets/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..9f081e4bdd429621df52814b6024fda77426feda --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r206_MIT_Mystery_Hunt_1999_Montevideo/_solution_assets/solution.html @@ -0,0 +1,27 @@ + + +Montevideo: Solution + + + +

Montevideo: Solution

+ +

As hinted by the example (4112 → fluoxetine aka Prozac), look up +the numbers in the Merck Index (12th ed.) They all reference either +single elements or 1:1 compounds of two distinct elements.

+ +

Take the atomic number of each element and index into the alphabet. +Random anagramming gives the answer FREQUENCY.

+ + + + + + + + + +
808Argon Ar 18 R
1345Boron B 5 E
1345Boron B 5 E
5405Lithium ChlorideLi/Cl3/17CQ
5604Manganese Mn 25 Y
8348Scandium Sc 21 U
8439Silicon Carbide Si/C 14/6NF
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r206_MIT_Mystery_Hunt_1999_Montevideo/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r206_MIT_Mystery_Hunt_1999_Montevideo/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..9f081e4bdd429621df52814b6024fda77426feda --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r206_MIT_Mystery_Hunt_1999_Montevideo/solution.html @@ -0,0 +1,27 @@ + + +Montevideo: Solution + + + +

Montevideo: Solution

+ +

As hinted by the example (4112 → fluoxetine aka Prozac), look up +the numbers in the Merck Index (12th ed.) They all reference either +single elements or 1:1 compounds of two distinct elements.

+ +

Take the atomic number of each element and index into the alphabet. +Random anagramming gives the answer FREQUENCY.

+ + + + + + + + + +
808Argon Ar 18 R
1345Boron B 5 E
1345Boron B 5 E
5405Lithium ChlorideLi/Cl3/17CQ
5604Manganese Mn 25 Y
8348Scandium Sc 21 U
8439Silicon Carbide Si/C 14/6NF
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r2w1_MIT_Mystery_Hunt_1999_Warrant_2.1/w2.1.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r2w1_MIT_Mystery_Hunt_1999_Warrant_2.1/w2.1.html new file mode 100644 index 0000000000000000000000000000000000000000..f66c3c01c84f1669acb1d4b1f9714b9324b3a1f0 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r2w1_MIT_Mystery_Hunt_1999_Warrant_2.1/w2.1.html @@ -0,0 +1,43 @@ + + +Warrant 2.1 + + + +

Warrant 2.1

+ +

Come to us and complete 10 of the following:

+ + +Solution + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/_solution_assets/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/_solution_assets/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..311796e97eb8c48fb2f4c94d5af8df4e1f93e160 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/_solution_assets/solution.html @@ -0,0 +1,44 @@ + + +Copenhagen: Solution + + + +

Copenhagen: Solution

+ +

Each word (except the first few) clues a pair of letters adjacent +in the alphabet. After grouping the pairs by whether they're in +forward or reverse alphabetical order, reading down suitably chosen +columns gives "MORE THAN JUST COIN".

+ +
+    IAP
+    GUIDE
+    SAYS
+NM  NANOMETER
+    FLIP-FLOP  JK
+PO  BOX
+    TAN        UV
+    CANONIZED  ST
+SR  SENIOR
+    WEEKDAY    TU
+FE  IRON
+    BRUNSWICK  BC
+UT  DO
+    NORWAY     NO
+IH  TFP
+BA  BOEING
+    HAWAII     HI
+ON  BAALBEK
+    MINNESOTA  MN
+
+ +

The first few words in the puzzle hint to look in the MIT IAP +Guide. The relevant sentence from the description in the "Umpteenth +Annual MIT Mystery Hunt" entry in the 1999 IAP Guide is: "And why does +it seem like the loot is more than just the coin?"

+ +

So the answer is LOOT.

+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..311796e97eb8c48fb2f4c94d5af8df4e1f93e160 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r403_MIT_Mystery_Hunt_1999_Copenhagen/solution.html @@ -0,0 +1,44 @@ + + +Copenhagen: Solution + + + +

Copenhagen: Solution

+ +

Each word (except the first few) clues a pair of letters adjacent +in the alphabet. After grouping the pairs by whether they're in +forward or reverse alphabetical order, reading down suitably chosen +columns gives "MORE THAN JUST COIN".

+ +
+    IAP
+    GUIDE
+    SAYS
+NM  NANOMETER
+    FLIP-FLOP  JK
+PO  BOX
+    TAN        UV
+    CANONIZED  ST
+SR  SENIOR
+    WEEKDAY    TU
+FE  IRON
+    BRUNSWICK  BC
+UT  DO
+    NORWAY     NO
+IH  TFP
+BA  BOEING
+    HAWAII     HI
+ON  BAALBEK
+    MINNESOTA  MN
+
+ +

The first few words in the puzzle hint to look in the MIT IAP +Guide. The relevant sentence from the description in the "Umpteenth +Annual MIT Mystery Hunt" entry in the 1999 IAP Guide is: "And why does +it seem like the loot is more than just the coin?"

+ +

So the answer is LOOT.

+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w2_MIT_Mystery_Hunt_1999_Warrant_4.2_Warrant_for_Polly_Titian/w4.2.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w2_MIT_Mystery_Hunt_1999_Warrant_4.2_Warrant_for_Polly_Titian/w4.2.html new file mode 100644 index 0000000000000000000000000000000000000000..97999fe5616a08f24c407e8a04cb7e956a940e32 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w2_MIT_Mystery_Hunt_1999_Warrant_4.2_Warrant_for_Polly_Titian/w4.2.html @@ -0,0 +1,29 @@ + + + Warrant 4.2 + + +

Warrant 4.2

+ +

Answer these ten questions and email them to acme@mit.edu. When you have answered them to our +satisfaction, we will release a warrant answer to you. Note that we may ask for elaboration on any of +your answers, either today or at a later date ... :) +

+ +
    +
  1. What is your team name?
  2. +
  3. Are you predominantly veteran hunters or hunt neophytes?
  4. +
  5. How many solvers are on your team?
  6. +
  7. What do you think of the hunt theme?
  8. +
  9. Name three favorite puzzles you've worked on over the past three days.
  10. +
  11. Tell us about your best hunt moment so far ...
  12. +
  13. Which puzzle constructor would you most like to have words with? (good or bad ... )
  14. +
  15. What would you say to him/her?
  16. +
  17. Pick any three hunt organizers, and say at least one nice thing about each of them. Be as specific (and sincere) as possible.
  18. +
  19. Tell us an embarassing fact about one of your team members ...
  20. +
+ +

Solution

+ + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w3_MIT_Mystery_Hunt_1999_Warrant_4.3_Vegetable_Surprise/_solution_assets/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w3_MIT_Mystery_Hunt_1999_Warrant_4.3_Vegetable_Surprise/_solution_assets/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..d251df8cedb85236c245c31d6331f70b484a87d5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w3_MIT_Mystery_Hunt_1999_Warrant_4.3_Vegetable_Surprise/_solution_assets/solution.html @@ -0,0 +1,53 @@ + + + +Warrant 4.3: Solution + + + + + +

Warrant 4.3: Solution

+ +

The names of the various produce in the recipe refer to their respective produce codes, and the recipe directions clue arithmetic operations to perform on these produce codes.

+ +

Call the red, blue, and green bowls a, b, and c respectively. + +

+ + + + + +

(a+b)/c = 4545 = BOK CHOY, which is the answer to the puzzle.

+ + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w3_MIT_Mystery_Hunt_1999_Warrant_4.3_Vegetable_Surprise/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w3_MIT_Mystery_Hunt_1999_Warrant_4.3_Vegetable_Surprise/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..d251df8cedb85236c245c31d6331f70b484a87d5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1999/mit1999r4w3_MIT_Mystery_Hunt_1999_Warrant_4.3_Vegetable_Surprise/solution.html @@ -0,0 +1,53 @@ + + + +Warrant 4.3: Solution + + + + + +

Warrant 4.3: Solution

+ +

The names of the various produce in the recipe refer to their respective produce codes, and the recipe directions clue arithmetic operations to perform on these produce codes.

+ +

Call the red, blue, and green bowls a, b, and c respectively. + +

+ + + + + +

(a+b)/c = 4545 = BOK CHOY, which is the answer to the puzzle.

+ + + \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2003/mit2003facility4364_MIT_Mystery_Hunt_2003_Ballroom/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2003/mit2003facility4364_MIT_Mystery_Hunt_2003_Ballroom/index.html new file mode 100644 index 0000000000000000000000000000000000000000..01d6a4295696a2833b072ba3341957e10edce5f7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2003/mit2003facility4364_MIT_Mystery_Hunt_2003_Ballroom/index.html @@ -0,0 +1,40 @@ + + + + + + + Ballroom + +
(Solution)
+Room: 4.364 + Exits: NE  +E  +SE  +S  +     (Shortcuts)

4.364

+ + +

Ballroom

+

+ +This room is a large ballroom. Why would a facility like this +need a ballroom? Good question. On a shelf, you spot three faded VHS cases entitled "Now You Can Dance West Coast Swing!" and a pair of earplugs. + +

+ +13.5M movie file
+7.6M movie file
+8.9M movie file + + +
+ + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/rollover.js b/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/rollover.js new file mode 100644 index 0000000000000000000000000000000000000000..1859caf7c266b3883d9be787333a857e01eb8178 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/rollover.js @@ -0,0 +1,22 @@ +function MM_preloadImages() { //v3.0 + var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); + var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { + d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} + if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i { + const header = css` + background: radial-gradient(circle, transparent, #1e0808), + url("/images/woodplank.jpg"); + width: 100%; + `; + + const headerH2 = css` + border: none; + color: #e1ba9c; + font-family: inherit; + font-size: 0.8rem; + letter-spacing: 0.2em; + margin: 0; + padding: 1rem 0; + text-align: center; + text-transform: uppercase; + + @media (max-width: 600px) { + padding-bottom: 0.5rem; + } + `; + + if (setHunt) { + return html` +

+

MIT

+ <${Title} hunt=${hunt} setHunt=${setHunt} /> + <${Nav} /> +
+ `; + } + + return html` +
+ +

MIT

+ <${Title} hunt=${hunt} setHunt=${setHunt} /> + <${Nav} /> +
+
+ `; +}; + +export { Header }; diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013103_MIT_Mystery_Hunt_2013_This_Page_Intentionally_Left_Blank/blank.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013103_MIT_Mystery_Hunt_2013_This_Page_Intentionally_Left_Blank/blank.png new file mode 100644 index 0000000000000000000000000000000000000000..e58485d97f0528c10a2f3931786ee7c2acb0fcd7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013103_MIT_Mystery_Hunt_2013_This_Page_Intentionally_Left_Blank/blank.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58580b79e6b1e8180fd03c8292f41e7d86b09c4e9bb66752e1cb709ba3e868e5 +size 1261 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013209_MIT_Mystery_Hunt_2013_Mind_the_Gaps/grid.css b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013209_MIT_Mystery_Hunt_2013_Mind_the_Gaps/grid.css new file mode 100644 index 0000000000000000000000000000000000000000..eb68855e3b9cd13b5331d2567fad892a11dc0884 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013209_MIT_Mystery_Hunt_2013_Mind_the_Gaps/grid.css @@ -0,0 +1,56 @@ +table.grid { + color: #000; + font-family: Arial, sans-serif; + font-size: 16px; + border-spacing: 0px; +} +/* Wrap a cell in div.c when you need to put a small number in the corner. + * It's annoying, but it's the only way to make that work on all browsers. */ +.c { + display: block; + position: relative; + height: 100%; + width: 100%; + line-height: 22px; + vertical-align: middle; + text-align: center; +} +.grid td { + position: relative; + background-color: #fff; + border: 1px solid #777; + width: 22px; + height: 22px; + margin: 0; + vertical-align: middle; + text-align: center; +} +.grid td.gap { + border: none; + background-color: none; +} +.grid td .number { + display: block; + position: absolute; + z-index: 2; + font-size: .7em; + line-height: 1em; + top: 1px; + left: 1px; +} +.grid td.empty { + background-color: #000; +} + +li.clue { + margin: 0; + padding: 0; +} +table.clues ul { + margin: 0; + padding: 0; +} +table.clues td { + vertical-align: top; + padding-right: 2em; +} \ No newline at end of file diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW04.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c3bb7a74e8f6d9a4d9cabe4d4db4302f2d4b4d7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3856bdd2d18b1fc4a27dd61a703f67a254f1ed217bd2a0e3f1703bd6e950eae +size 1281 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW10.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..673bc4ce65db462e22f75b8fff001e0933e37303 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b916ac0a8a6cf47cc79c317d35793cdcef8ecca5002ca61e139befe2f8975ace +size 1230 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/7-2.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/7-2.png new file mode 100644 index 0000000000000000000000000000000000000000..415fff078c3f4a06e80038a479735c4a03e065bc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/7-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187e770a478307f95981f08a0c3282a1992e3933c3d37303069a7d926ae34c37 +size 1289 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013304_MIT_Mystery_Hunt_2013_Will_Ruin_Your_Life_I_m_Feeling_Lucky/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013304_MIT_Mystery_Hunt_2013_Will_Ruin_Your_Life_I_m_Feeling_Lucky/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013304_MIT_Mystery_Hunt_2013_Will_Ruin_Your_Life_I_m_Feeling_Lucky/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013305_MIT_Mystery_Hunt_2013_Shoephone_Construction/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013305_MIT_Mystery_Hunt_2013_Shoephone_Construction/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013305_MIT_Mystery_Hunt_2013_Shoephone_Construction/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013306_MIT_Mystery_Hunt_2013_In_the_Details/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013306_MIT_Mystery_Hunt_2013_In_the_Details/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013306_MIT_Mystery_Hunt_2013_In_the_Details/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013307_MIT_Mystery_Hunt_2013_Time_Conundrum/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013307_MIT_Mystery_Hunt_2013_Time_Conundrum/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013307_MIT_Mystery_Hunt_2013_Time_Conundrum/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013308_MIT_Mystery_Hunt_2013_Cone_of_Silence/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013308_MIT_Mystery_Hunt_2013_Cone_of_Silence/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013308_MIT_Mystery_Hunt_2013_Cone_of_Silence/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013309_MIT_Mystery_Hunt_2013_A_Walk_Around_Town/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013309_MIT_Mystery_Hunt_2013_A_Walk_Around_Town/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013309_MIT_Mystery_Hunt_2013_A_Walk_Around_Town/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013310_MIT_Mystery_Hunt_2013_Famous_Last_Letters/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013310_MIT_Mystery_Hunt_2013_Famous_Last_Letters/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013310_MIT_Mystery_Hunt_2013_Famous_Last_Letters/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013311_MIT_Mystery_Hunt_2013_Travels_with_Charlie/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013311_MIT_Mystery_Hunt_2013_Travels_with_Charlie/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013311_MIT_Mystery_Hunt_2013_Travels_with_Charlie/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013312_MIT_Mystery_Hunt_2013_Puzzle-Regarding_Vehicle/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013312_MIT_Mystery_Hunt_2013_Puzzle-Regarding_Vehicle/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013312_MIT_Mystery_Hunt_2013_Puzzle-Regarding_Vehicle/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013313_MIT_Mystery_Hunt_2013_Reading_Comprehension/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013313_MIT_Mystery_Hunt_2013_Reading_Comprehension/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013313_MIT_Mystery_Hunt_2013_Reading_Comprehension/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013314_MIT_Mystery_Hunt_2013_A_Strange_Puzzle/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013314_MIT_Mystery_Hunt_2013_A_Strange_Puzzle/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013314_MIT_Mystery_Hunt_2013_A_Strange_Puzzle/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013315_MIT_Mystery_Hunt_2013_Sound_X/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013315_MIT_Mystery_Hunt_2013_Sound_X/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013315_MIT_Mystery_Hunt_2013_Sound_X/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013316_MIT_Mystery_Hunt_2013_Square_Routes/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013316_MIT_Mystery_Hunt_2013_Square_Routes/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013316_MIT_Mystery_Hunt_2013_Square_Routes/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013317_MIT_Mystery_Hunt_2013_Wordplay/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013317_MIT_Mystery_Hunt_2013_Wordplay/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013317_MIT_Mystery_Hunt_2013_Wordplay/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013318_MIT_Mystery_Hunt_2013_Halting_Problem/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013318_MIT_Mystery_Hunt_2013_Halting_Problem/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013318_MIT_Mystery_Hunt_2013_Halting_Problem/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013319_MIT_Mystery_Hunt_2013_Pulse_Pulse_Wave_Noise/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013319_MIT_Mystery_Hunt_2013_Pulse_Pulse_Wave_Noise/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013319_MIT_Mystery_Hunt_2013_Pulse_Pulse_Wave_Noise/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013320_MIT_Mystery_Hunt_2013_Lineup/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013320_MIT_Mystery_Hunt_2013_Lineup/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013320_MIT_Mystery_Hunt_2013_Lineup/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013321_MIT_Mystery_Hunt_2013_Golden_Images/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013321_MIT_Mystery_Hunt_2013_Golden_Images/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013321_MIT_Mystery_Hunt_2013_Golden_Images/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013322_MIT_Mystery_Hunt_2013_Loss_by_Compression/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013322_MIT_Mystery_Hunt_2013_Loss_by_Compression/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013322_MIT_Mystery_Hunt_2013_Loss_by_Compression/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013323_MIT_Mystery_Hunt_2013_Fill_in_the_Blanks/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013323_MIT_Mystery_Hunt_2013_Fill_in_the_Blanks/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013323_MIT_Mystery_Hunt_2013_Fill_in_the_Blanks/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013324_MIT_Mystery_Hunt_2013_Ex_Post_Facto/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013324_MIT_Mystery_Hunt_2013_Ex_Post_Facto/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013324_MIT_Mystery_Hunt_2013_Ex_Post_Facto/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013325_MIT_Mystery_Hunt_2013_Symphony_from_the_Old_World/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013325_MIT_Mystery_Hunt_2013_Symphony_from_the_Old_World/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013325_MIT_Mystery_Hunt_2013_Symphony_from_the_Old_World/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m0_MIT_Mystery_Hunt_2013_Highlight_Reel_Get_Smart_first_meta/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m0_MIT_Mystery_Hunt_2013_Highlight_Reel_Get_Smart_first_meta/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m0_MIT_Mystery_Hunt_2013_Highlight_Reel_Get_Smart_first_meta/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m1_MIT_Mystery_Hunt_2013_Following_the_News/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m1_MIT_Mystery_Hunt_2013_Following_the_News/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m1_MIT_Mystery_Hunt_2013_Following_the_News/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m2_MIT_Mystery_Hunt_2013_Looking_Like_Bond/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m2_MIT_Mystery_Hunt_2013_Looking_Like_Bond/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m2_MIT_Mystery_Hunt_2013_Looking_Like_Bond/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m3_MIT_Mystery_Hunt_2013_Calling_Bingo/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m3_MIT_Mystery_Hunt_2013_Calling_Bingo/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m3_MIT_Mystery_Hunt_2013_Calling_Bingo/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133mm_MIT_Mystery_Hunt_2013_Get_Smart_Meta/missionfg_mid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133mm_MIT_Mystery_Hunt_2013_Get_Smart_Meta/missionfg_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..6a010544d285b466661f0a7614fb300c1df7f5ef --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133mm_MIT_Mystery_Hunt_2013_Get_Smart_Meta/missionfg_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12643793fc5712963ef53f62ec96ae22234e891987a883220e45f2670dd78b7c +size 1292 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013503_MIT_Mystery_Hunt_2013_The_Alphabet_Book/alphabet.css b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013503_MIT_Mystery_Hunt_2013_The_Alphabet_Book/alphabet.css new file mode 100644 index 0000000000000000000000000000000000000000..a68846cad68d147833ae4542ae983ea09df377fa --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013503_MIT_Mystery_Hunt_2013_The_Alphabet_Book/alphabet.css @@ -0,0 +1,71 @@ +table.grid { + color: #000; + font-family: Arial, sans-serif; + font-size: 20px; + border-spacing: .25em; + border-collapse: separate; +} +.c { + display: block; + position: relative; + height: 100%; + width: 100%; + vertical-align: middle; + text-align: center; +} +.grid tr { + height: 30px; +} +.grid td { + position: relative; + background-color: none; + border-bottom: 1px solid #000; + width: 26px; + height: 26px; + vertical-align: bottom; + text-align: center; + + border-spacing: 2px; + margin: 0.5em; +} +.grid td.gap { + border: none; + background-color: none; +} +.grid td .number { + display: block; + position: relative; + z-index: 2; + font-size: 8pt; + line-height: 1em; + bottom: -24pt; + text-align: center; + white-space: nowrap; + margin-left: auto; + margin-right: auto; +} +ul.puzzle { + list-style: none; + font-size: 12pt; +} + +span.letter { + font-size: 18pt; + font-family: Helvetica, Arial, sans-serif; +} + +table { + display: inline-block; + vertical-align: -50%; + margin-left: .1em; + border-spacing: 2px; +} + +table.last { + display: block; + margin-left: 8em; +} + +table.last td { + width: 40px; +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013515_MIT_Mystery_Hunt_2013_Linked_Pairs/grid.css b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013515_MIT_Mystery_Hunt_2013_Linked_Pairs/grid.css new file mode 100644 index 0000000000000000000000000000000000000000..1f1ee9cb081802016a9b5b431ed275b27380adb1 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013515_MIT_Mystery_Hunt_2013_Linked_Pairs/grid.css @@ -0,0 +1,57 @@ +table.grid { + color: #000; + font-family: Arial, sans-serif; + font-size: 16px; + border-spacing: 0px; +} +/* Wrap a cell in div.c when you need to put a small number in the corner. + * * It's annoying, but it's the only way to make that work on all browsers. */ +.c { + display: block; + position: relative; + height: 100%; + width: 100%; + line-height: 22px; + vertical-align: middle; + text-align: center; +} +.grid td { + position: relative; + background-color: #fff; + border: 1px solid #777; + width: 22px; + height: 22px; + margin: 0; + vertical-align: middle; + text-align: center; +} +.grid td.gap { + border: none; + background-color: none; +} +.grid td .number { + display: block; + position: absolute; + z-index: 2; + font-size: .7em; + line-height: 1em; + top: 1px; + left: 1px; +} +.grid td.empty { + background-color: #000; +} + +li.clue { + list-style-type: none; + margin: 0; + padding: 0; +} +table.clues ul { + margin: 0; + padding: 0; +} +table.clues td { + vertical-align: top; + padding-right: 2em; +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013613_MIT_Mystery_Hunt_2013_Our_Fates_are_Interlocked/puzzle.css b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013613_MIT_Mystery_Hunt_2013_Our_Fates_are_Interlocked/puzzle.css new file mode 100644 index 0000000000000000000000000000000000000000..650e2c44ff206a441e7f9984b4ba8e21aaa01c3a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013613_MIT_Mystery_Hunt_2013_Our_Fates_are_Interlocked/puzzle.css @@ -0,0 +1,101 @@ +#levers { + width: 1330px; + border-collapse: collapse; + margin-bottom: 5px; + table-layout: fixed; +} + +.even-label, .odd-label { + width: 80px; + height: 120px; + text-align: center; +} + +#levers > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} + +.odd-levers { + border-top: 1px solid black; +} + +.even-levers { + border-bottom: 1px solid black; +} + +.odd-label.N { + background-image: url('ul.png'); +} + +.odd-label.R { + background-image: url('ur.png'); +} + +.even-label.L { + background-image: url('ll.png'); +} + +.even-label.N { + background-image: url('lm.png'); +} + +.even-label.R { + background-image: url('lr.png'); +} + +.even-label, .odd-label { + background-position: center; + background-repeat: no-repeat; +} + +.missing { + visibility: hidden; +} + +.lever-row { + width: 100%; +} + +.odd .L-lever { + display: none; +} + +.L-lever, .odd .N-lever { + text-align: left; +} + +.even .N-lever { + text-align: center; +} + +.R-lever { + text-align: right; +} + +.even .lever { + width: 33%; +} + +.leverButton { + margin-left: 3px; + margin-right: 3px; +} + +.light, .L-light, .R-light { + text-align: center; + background-color: black; + color: lightgreen; +} + +.L-light { + padding-top: 30px; +} + +.off span { + visibility: hidden; +} + +.R-lights { + border-bottom: 1px solid black; +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r206_MIT_Mystery_Hunt_2014_Hedgehogs_and_Flamingos/grid.png b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r206_MIT_Mystery_Hunt_2014_Hedgehogs_and_Flamingos/grid.png new file mode 100644 index 0000000000000000000000000000000000000000..4b9443113f8e07ad4f1c7e914ebf79e379dd0600 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r206_MIT_Mystery_Hunt_2014_Hedgehogs_and_Flamingos/grid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d017ce2fbf2207a61bbaedeb4725a9cb5d38183e9a140e89b39a25fd885ee265 +size 1032 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r501_MIT_Mystery_Hunt_2014_Callooh_Callay_World/_solution_assets/runme.py b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r501_MIT_Mystery_Hunt_2014_Callooh_Callay_World/_solution_assets/runme.py new file mode 100644 index 0000000000000000000000000000000000000000..3de81c647722e48911abbf7d942c0deb86a49098 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r501_MIT_Mystery_Hunt_2014_Callooh_Callay_World/_solution_assets/runme.py @@ -0,0 +1,62 @@ +def deficious(): + global seed + seed = (seed * 10001 + 12345) % 65536 + return seed + +seed = 42 +sword = [] +for i in range(18): + sword.append(deficious()) +sword = sorted(sword) + +def snack(n): + global jabberwock + print(jabberwock[:n]) + jabberwock = jabberwock[n:] + +def frolick(): + global jabberwock + for i in range(len(jabberwock)): + jabberwock[i] = ((jabberwock[i] + sword[i] - 1) % 26) + 1 + +def tweedle(): + global jabberwock + jabberwock = list(reversed(jabberwock)) + +def modge(): + global jabberwock + a = [] + b = [] + for i in range(len(jabberwock)): + if i % 2 == 0: + a.append(jabberwock[i]) + else: + b.append(jabberwock[i]) + jabberwock = a + b + +def priot(): + for i in reversed(range(1, len(jabberwock))): + t = jabberwock[i] - jabberwock[i-1] + if t < 1: + t = t + 26 + jabberwock[i] = t + +jabberwock = [20, 8, 5, 3, 25, 18, 16, 5, 5, 10, 17, 19, 24, 24, 5, 5, 11, 4, 9, 25, 2] + +snack(3) + +tweedle() +frolick() +snack(6) + +tweedle() +modge() +frolick() +snack(2) + +tweedle() +modge() +priot() +frolick() +snack(10) + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r515_MIT_Mystery_Hunt_2014_Marking_Territory/marking_territory b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r515_MIT_Mystery_Hunt_2014_Marking_Territory/marking_territory new file mode 100644 index 0000000000000000000000000000000000000000..047bec3b70e42a7f02a18da882067d290f593732 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r515_MIT_Mystery_Hunt_2014_Marking_Territory/marking_territory @@ -0,0 +1,41 @@ + + + + Marking Territory (The Red and White Knights) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to Marking Territory

+Author: Dan Katz + +

+Below are the territories of the Lion and the Unicorn in each grid, with the Lion's territories colored +red and the Unicorn's colored yellow. There are only twelve squares that are owned by the same combatant +in every grid. In the letter grid, the letters in the Lion-only squares spell HOSPITAL and the letters +in the Unicorn-only squares spell BEDS; the puzzle's answer is HOSPITAL BEDS. +

+
+



+



+



+

+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r705_MIT_Mystery_Hunt_2014_Directions_in_Writing/_solution_assets/callinazimuth.png b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r705_MIT_Mystery_Hunt_2014_Directions_in_Writing/_solution_assets/callinazimuth.png new file mode 100644 index 0000000000000000000000000000000000000000..2c581bbdd3022c6818e26cab9ef4ea38563b6a3e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r705_MIT_Mystery_Hunt_2014_Directions_in_Writing/_solution_assets/callinazimuth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d665ec74a8f5c9234ebd18cff8009f282f592a27fe74a716ceef6f34f209994b +size 1140 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..9612aa2cc24d3b6ca4f654f7eea6f6649e0d4aa7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/_solution_assets/index.html @@ -0,0 +1,37 @@ + + + + The Final Hedge Maze (Runaround) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to The Final Hedge Maze

+ +

+ +Author: Ankur Mehta
+
+

+ +

Placing the three objects (the pillow, the mirror, and the chess piece) in the following orientation will cause Alice to fall down the rabbit hole without taking the White Rabbit with her:

+ +
+ +

An animation of Alice and the White Rabbit going through the hedge maze with the correctly placed objects so that Alice falls through the rabbit hole without the rabbit. + +

+ +
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/runaround_hedgemaze b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/runaround_hedgemaze new file mode 100644 index 0000000000000000000000000000000000000000..c19317490f84f230e790ace2246973027b60ddb5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/runaround_hedgemaze @@ -0,0 +1,37 @@ + + + + The Final Hedge Maze (Runaround) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to The Final Hedge Maze

+ +

+ +Author: Ankur Mehta
+
+

+ +

Placing the three objects (the pillow, the mirror, and the chess piece) in the following orientation will cause Alice to fall down the rabbit hole without taking the White Rabbit with her:

+ +
+ +

An animation of Alice and the White Rabbit going through the hedge maze with the correctly placed objects so that Alice falls through the rabbit hole without the rabbit. + +

+ +
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..9612aa2cc24d3b6ca4f654f7eea6f6649e0d4aa7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/solution.html @@ -0,0 +1,37 @@ + + + + The Final Hedge Maze (Runaround) + + + + +
+
+ + Back + +
+
+ + +
+

Solution to The Final Hedge Maze

+ +

+ +Author: Ankur Mehta
+
+

+ +

Placing the three objects (the pillow, the mirror, and the chess piece) in the following orientation will cause Alice to fall down the rabbit hole without taking the White Rabbit with her:

+ +
+ +

An animation of Alice and the White Rabbit going through the hedge maze with the correctly placed objects so that Alice falls through the rabbit hole without the rabbit. + +

+ +
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/_solution_assets/password-5.png b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/_solution_assets/password-5.png new file mode 100644 index 0000000000000000000000000000000000000000..c53a7ade98ebb97abbb1e19b4422c575ce2e3afc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/_solution_assets/password-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406889136566c3964bd6147386f678664a0e3eacfa2408d08d06619164fba4df +size 1083 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/10a.png b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/10a.png new file mode 100644 index 0000000000000000000000000000000000000000..cccc9b128942ddcbf8c54e637865882fd963cab7 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r0304_MIT_Mystery_Hunt_2016_Trubled_Monicas/10a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b59904c1747bbcb26088f50f5c1e534cb0aa27babfee342a63bbafbb3c672f6 +size 1036