Archive for February, 2013

Tuva or Bust

Saturday, February 16th, 2013

Spoliers Don’t read any of this if you want to try and solve Tuva or Bust! Tuva or Bust started as an idea purposed by Rob for a shell/sub-meta for the Feynman Round:

You get a page full of unlabeled bubbles connected by unlabeled arrows (with a small box in them where a one-letter label could go). The arrows form a tree pointing inward to the single labeled bubble, “Tannu Tuva”. You also get a bank of 26 possible relations between current and historical countries of the 20th century, such as “has a land border with”, “gained independence from”, “occupied by”, “fought a war against”, “disputes territory with”, “has the same head of state as”… The labels fall into rows that can be filled by the puzzle answers. The goal is to figure out the only possible mapping from relations to letters, and therefore to figure out the set of starting points (leaf nodes) that get you to the People’s Republic of Tannu Tuva, and read their initials across the page.

First AttemptIn March I took on the role of constructing an example puzzle with Rob’s idea.
I never quite understood the “figure out the set of starting points (leaf nodes) that get you to the People’s Republic of Tannu Tuva, and read their initials across the page” part of Rob’s idea. I figured that if there a leaf nodes that don’t get you to Tuva, then it will be obvious which ones those are because they will be disjoint. That might even make them impossible to solve. So my constructions abandoned the concept of a tree all together and just use a graph. Pictured is my first attempt; The rules are specified by number in this google doc. I used numbers because they can be arbitrarily assigned to letters in order to spell nice words. One thing to notice is that this puzzle does not have an extraction mechanism, it doesn’t have an answer.

Tuva or Bust Draft 2The next draft actually has an extraction mechanism. If the circle has a number you take the Nth letter of the country, where N is that number. It forms a circle, but you can figure out where it starts. This draft should resolve to YOU JUST ASK ME, which is play on “You Just Ask Them,” a chapter from Surely You’re Joking, Mr. Feynman!. I think there is an error in it though. The key innovation in this version, other than an extraction mechanism is the colored ribbons which allow more flexibility in the graph layout while still spelling words with the relations. This allows a more complicated graph. In this case the two colors don’t mean anything, but the idea of having multiple colors will become important.

Shortly after I presented this work, the team moved away from the idea of having shell-metas in this round because the idea for the super-meta for the round was taking shape and it didn’t need shell-metas to work. So, I took this puzzle idea, and with, my editor Darby’s help we managed to covert this idea from a shell-meta, which takes input answers, to a regular puzzle, which does not. My first idea for this was to add a step to the start of the puzzle, which would basically provide the input answers, something like a word search or cryptic clues.

There were two key innovations that made this puzzle what it became. The first one is that Darby had the idea that we could eliminate the clunky extraction (of indexing in some circles) if the answer (or a clue phrase for the answer) were spelled out in a ribbon. The second one is that we should provide the alphabet mapping instead of solving for that while solving the logic puzzle. We didn’t know this yet, but the puzzle here doesn’t have very many constraints, which makes it quite hard to solve. The added constraint of having to find the alphabet mapping was just too much. I constructed a version that solved to BENOISY where the other letters that were not in a line had no meaning or pattern, seen below.

Be Nosiy Version

We didn’t really like the way this reduced the size of the graph, and we thought that the random letters would be too hard to figure out. After this version we brought back the ribbon concept. We decided to go with spelling out the actual answer RENAMES in a green ribbon and then spelling “Whatever Happened to Tannu Tuva,” the most famous Feynman quote about Tuva with the rest of the relationships in blue ribbons. This added a constraint in that once you figured out the quote you’d really only have to solve half of the logic puzzle. We thought about various methods for cluing the quote. At first we didn’t clue it at all. This version (below) goes with this set of instructions.

First Quote Version

This version was put into test solving. Our solver, Adam, did a lot of work to come up with some good lists of countries for each rule, but we learned some of the lists we had been using were not as canonical as we though. He didn’t seem interested in solving the logic puzzle though.

What would it take to throw all the possible answers into a program to search for the answer? A lot of programming time, and unless the possibilities get cut down really quickly, the run time’ll be too high.

Back-of-the-envelope calculation: 200 countries in the world, so 40000 pairs. About 1000 pairs allowed by each unlabeled two-way arrow, so each two-way arrow restricts by a factor of 1/40. One-way arrows are phrased to assign a unique partner to each country, and there are 5 unrestricted ones of them, so also about a factor of 1/40. So the amount of constrainedness is about (1/40)^{27} and the number of possible assignments of countries is (200}^{26}, so with high probability either I’m missing some constraint or the arrows are arranged really, really carefully so this configuration is uniquely solvable. There are only about two triangles, which the same back-of-the-envelope calculations indicate should be way underconstrained, and one four-cycle containing Tuva.

Most of the constraints really do seem to be one-way arrows. I really don’t feel like wading through all the ambiguities in A, H, and W:
A, H, and W are orderings of countries by things with large measurement error and very small differences between the bottom countries. Different measures or people with very slightly different criteria and get slightly different results and quite different orders, and slight changes by the time hunt starts are likely to permute the order again. (And they do get different orders: the first three google results for “list of countries by population” for A have different results

Truth be told we had never proven the graph was uniquely solvable. We had not proven that you couldn’t fill in a different set of countries in a way that followed the directedness of the arrows. Proving that seemed really hard, but we were pretty confidant that the relationships out from Tuva were severely restricted and that from there it would be really difficult to go astray. We would not have been surprised if the whole graph could be solved in multiple ways, but we were pretty sure if the center circle had to be Tuva then it was unique, if you used the right lists.

One thing I learned from this report that I didn’t realize at first that the directedness of the arrows was a huge constraint. Having two kinds of arrows partitioned the rules set and reduced the complexity. When I decided we needed to have two kinds of arrows, that decision was made on a different basis. It was made on the basis that there were interesting rules for each type of arrow and not enough rules of any one arrow type to cover the alphabet. I could have left the directedness of the arrows ambiguous, but that seemed hard and evil on the face of it. So I didn’t want to do that. But What I hadn’t realized is how much power giving away direction gave the solvers. It turns out the power was used for good by making the puzzle easier to construct and easier to solve.

My number one rule when constructing was that I could only use an arrow between two countries if it was the only arrow of that directedness that could be drawn between those two countries. That is, the rule used must be unique in order to to specify a unique letter, which is a property we certainly wanted. For example I couldn’t draw a directed arrow from USA to Canada because that could be filled by either the “Longest Border With” rule or the “Immediately Larger in Total Land Area” rule. However, I could (and did) draw the reverse arrow because from Canada to USA also satisfies the “Longest Border With” rule, but it is the wrong direction for the land area rule. Similarly you can’t draw a bidirectional arrow between Tuvalu and United Kingdom because it could be either “Shares the Same Head of State” or “Both have a Cristian Official State Religion.” That is why there is a 4 cycle with the “Same Head of State” rule. Another area of constraint when constructing was ambiguity. It is unclear if the UK has an Cristian official state religion or not, for instance. England does, but the rest of the UK does not. So there is an ambiguous edge, an edge that I can not use, but it still causes me to not be able to use any other rule which would draw an edge that could be confused with it. It turns out that my construction spreadsheet was not capable of representing these rules and therefore always had to be tweaked by hand.

The results from this solve were many. The large changes were:

  • We fixed a bunch of rules, and decided to use the CIA World Factbook as our canonical source whenever one was needed
  • I actually had to come up with a whole new layout and letter assignment due to the changes incurred from using a different cannonical source. This took a huge amount of time and I even learned to use R to optimize graph layouts. However the graph for this puzzle is quite far from being one dimensional.
  • We included “Whatever happened to Tannu Tuva?” as flavor text
  • We fixed the wording on lots of rules to change tenses and provide or remove clarifying adjectives

This time there was a long wait for someone to fact check the puzzle. They came up with a number of issues, which required that I find hard eveidence to support the claims I was making. For example:

“The constitution provides for freedom of religion, and other laws and policies contributed to the generally free practice of religion. Although the Church of Tuvalu is by law the state church, this status has few ramifications other than to afford it “the privilege of performing special services on major national events.” The constitution provides for separation of church and state.”

The checker also found that Japan and India hand swapped positions on the GDP list and the arrow for them needed to be reversed. I managed to do this in a photo editor instead of redrawing the solution. After this check we arrived at what would be the final solution.

Hand Drawn Final Version

In this round of testsolving, tons of people looked at the puzzle. They came up with really great lists of countries for each rule, but no one could fill in the graph. In this version we gave away the text for the blue arrows as the flavor text of the puzzle. No research was required. All you had to do, the ahha was that the given quote fits in the boxes. You can figure this out right off the bat from a directedness and length argument. Eventually our best logic puzzler, Derek, figured this out. In his report he said:

It works, and it’ll keep a team busy, but I guess I ended up disappointed after spending a few hours thinking the puzzle was something different (ie, a logic puzzle) than it was. The “aha!” was more annoying than exciting. Many of the rules weren’t used, and the answer didn’t make much sense in context. Oh well.

We didn’t like the sound of that. We wanted a puzzle that was lots more fun than that. We wanted the logic puzzle that he also had wanted. We made two changes to make this happen. First we removed the quote from the flavor text and added a hint at the Tuva quote saying, “Feynman said it best.” Second, we added a list of countries which were the only ones that could appear in the puzzle. This made things much more constrained. You could still find the quote and make the directedness and length argument to start with, but it wasn’t the only ahha, you could also just do the logic puzzle. We test solved this, but we allowed solvers to use the previously compiled lists. They were able to easily pair down those lists based on the countries they were now allowed to use. This cleared up a lot of confusion. For instance, Bhutan is not the most obvious Buddhist country, that distiction falls to Cambodia. However, Cambodia is a dead end with the rules we have. You can get the Thailand from it, but from there you can’t get to anywhere great. Since Cambodia was not on the allowed list, finally no one was making that mistake anymore. I didn’t find this out until discussing the puzzle with solvers after the hunt, but this also reduced the work load to find the data. Since you could look up each country and then check off the rules that it could or couldn’t be used with.

As a side note, Cambodia and Bhutan were both in the running to become a member of the UN security council effective in time for me to use that fact in the puzzle. Sadly they were both up against South Korea, and South Korea won the seat. I had to wait for this election to be over in mid October before I could construct the final version. For a week or so I was UNSC elections junkie, but I couldn’t tell anyone about it.

South Korea did end up appearing in the list of allowed countries, but not because of its UNSC seat. I came up with the list of allowed countries by making sure that you could use every rule at least once. I tried to choose countries which satisfied more than one rule with other countries on the list. For instance Iran and North Korea had to make the list because they are the two unambiguous “Axis of Evil” countries left, since Iraq might not be considered the same country that was in the Axis anymore since it has a new regime. Then South Korea must appear because of the “DMZ” rule. The one rule which doesn’t have any countries to satisfy it is the “Not Full Member of the UN” rule for letter K. This rule is so tricky, because most nations that aren’t full members are not considered sovereign by at least one nation, for example Taiwan. The only country which everyone recognizes as sovereign that’s not a full member is the Vatican. Randall Munroe, commented to me at an event after the hunt, that he couldn’t find any of the listed countries that fit this rule. I told him that it was by design because the rule is so unwieldly. The truth is the rule is much eaiser when you get to define the list of countries, but since we added that so late in the process, I just ignored it. Plus, it is nice if you figure out it can’t be used, then you can pretend its not there, which makes the puzzle a little easier.

After most of the other puzzles in the hunt had been solved, testers finally came back and proved that the new version, with the list, was solvable, and more fun that the previous one. The solvers’ only comment was that we should replace the hand drawn picture. Mike Yi was able to turn my hand drawn version into the one you see in the puzzle. It is mostly exactly the same, but he did reroute some lines which improved the look. Overall I was proud how this puzzle turned out. Randall called it one of his favorites, which made me quite satisfied of a job well done. I think the development of this puzzle is a good lesson in how a puzzle that started off way too hard can made much easier while also being made much more fun. It did take 3 test solving iterations to do that, which was a lot of effort by many people on the team. We only had time for that because this idea was first drafted in March. If more of our puzzles had the time to iterate like this, I think we’d have had a much shorter, easier, and more fun hunt.

Blizzard 2013

Monday, February 11th, 2013

On Wednesday night one of my ski buddies suggested we should leave Thursday night after work because Boston was supposed to get a lot of snow on Friday. As Thursday evening arrived, the rest of the group seemed to come to the same conclusion, so we left town. About 3 (of 4) hours into the drive I finally got word via e-mail that my work would be closed due to the blizzard on Friday. I’d predicted this was going to happen, but I was prepared to spend a vacation day if it didn’t. In Vermont at the house we’d gotten ~2 inches when we woke up at 7am on Friday morning. We decided that we probably couldn’t make it to/from the mountain, even for a half day of skiing since our cars are not equipped with snow tires or all wheel drive. We spent the day playing Dominion and Settlers of Catan. We did ski on Saturday and Sunday. The conditions were pretty good on the runs that had a base of man made snow, but the runs without that base still had alternating ice and plants sticking up through the powder.

Since I wasn’t here, I don’t have a lot of great pictures of the snow, but since some of you, Aunt Kathy, have been asking, here are the some of the best shots from the people who do, the Universal Hub blog.

My one regret from not being in Boston for the storm is that I really do wish I could have skied Beacon Hill.

Terrier Parking

Saturday, February 9th, 2013

Terrier Parking is the first puzzle idea that I came up with for the hunt. You see I really love geography and map based puzzles, but I think the drawing letters on a map, as exemplified by Spoiler So Good They Named It Hull, is a horrible, inelegant way to do an extraction. More on that when we get to that puzzle. So, I was looking for an elegant way to extract an answer from a map based puzzle that was local to Boston/Cambridge. There are of course a number of ways to do that.

I found my answer while I was trying to find some lunch on the Boston University campus. I walked past a parking lot and noticed that it had a name, but it also was lettered, in this case ‘N’. I came up with an idea where I would take pictures around town that featured clocks, or had a readable watch in the foreground. Your goal would be to identify the location of the pictures. The pictures would be matched by the hour shown on the clock, and the vector from the first of the two pictures to the second would roughly match the direction of the hour hand on an analog clock at the given hour. The minute hand could encode some kind of hint using the first 26 minutes of the hour. Each vector between the two images, would happen to cross through exactly one BU parking lot.

This was my first idea. It was May, and I was excited, but, David, my editor was mostly confused. He did suggest that it’d be cool if there was a “canonical set of clocks in the area” we could use, but I certainly couldn’t find any. In July he taught me the first thing I needed to know about writing a puzzle:

I think we can do better. It doesn’t really have much meat to it yet – you look up the things and read off the answer.

I’m also worried that the parking lots are sort of randomly stuck in now. When you get the puzzle, it is a clock puzzle. You go ahead doing clock things, and eventually you get some lines. And then you’re supposed to notice that the lines all contain BU parking lots – I think that will either be underclued, or we’ll clue it in some inelegant way (flavor text or something). It would be better if we could have parking lots and/or BU be involved from the beginning

Other than that we were going to have high standards for our puzzles, the key takeaway was that a puzzle needs to be cohesive. If you start with clocks you should end with clocks, or at least a twist on clocks. I then had another idea. This idea wasn’t great but it was more cohesive in that it started with cars and ended with parking lots.

Instead of a clock/watch in each picture we can include a specific kind of car… Now they must identify the car and the location from the photos. Locations that are paired have the same car associated with them, this is how you pair the locations to form the lines. The read off order is provided by the model year of the car. The oldest model year is the first letter, then so on towards the future. If we’re lucky we can spell something like BUPARKINGLOT with our model names.

I cited three puzzles I’d worked on in past years, Panorama, Stand, Soooo Cute! that were similar to the ideas I’d presented. But, David didn’t like the idea, saying:

I think that the first part should be very interesting; enough to be a puzzle on its own, almost, since the second step is just an extraction. I think that there’s not enough substance if it’s just “identify pictures of cars and match identical pairs.”

From what I can gather from our wiki, Stand appears to be a pretty bland ISIS puzzle, and I can’t make heads or tails of how Panorama worked. I claim that Sooo Cute! was also pretty ISIS-ish. I think we can do better than all of those, if we can think of a really creative, non-ISIS first part *i.e. not “just identify everything and see which match”).

So I also learned the second thing I needed to know about writing puzzles. ISIS stands for Index Sort Index Sort, which, I’ll freely admit is an apt description of my ideas thus far. Now, Stand is a puzzle that I described to people many times when describing what Mystery Hunt is, and why it is fun. It provided me with the best story of my 2012 hunt experience, except for winning of course. It did that while being a straightforward ISIS puzzle, so that’s not a terrible thing, but as I learned, it’s not a great thing.

So with those ideas shot down, I began a month plus of sitting around trying to think of a way to do something with BU that would end up with points on a map so I could use the parking lots. I was also hoping to wait for our standards of what makes a good puzzle to drop a bit. On September 5th I posted the idea that actually made it into the hunt.

I’m not going to black out the spoilers here, because as the author of this puzzle, I’m going to recommend that you don’t bother to solve it. It takes a while do the data lookup, which is fine for Mystery Hunt, but you probably have better things to do with your time. Also, once the BU Spring 2013 Semester is over, the puzzle will be unsolvable.

Spoiler
The puzzle provides 8 class schedules for students at BU, one for each letter in the answer. Each schedule contains 4 courses, 2 red and 2 white. However, the schedule also includes all the labs and discussion sections for those courses as if you were actually taking them. The classes however, are not identified by their numbers, instead they are presented with:

  • A GPS Coordinate that looks like 42.348 420, -71.101 601. This you soon discover corresponds to the building in which the class occurs.
  • The name of the lecturer for that class
  • The room in which the class occurs.

This information, when combined with the times that you get from the fact that you’re given a schedule, vastly over defines a course at BU. All you really need to define a course is the lecturer and the time, as the lecturer can only be in one place at once.

The clues for the next step are all in the funky looking GPS coordinate. For starters there are red and white classes and the 42 and -71 are read and white. They are outlined so they can be read on both red and white classes. Then there is the space separating the decimal part of the coordinate into two 3 digit parts.

What you’re supposed to do is use the 2 red classes from a latitude and the 2 white classes to form a longitude. To do so, concatenate the 3 digit courses together with the appropriate colored whole number part. You can do this in 2 ways as the order of the two courses is not defined at all. The GPS coordinates of the buildings at BU will have similar higher order digits as the parking lots, so this will help you figure out the order. However, if you do it correctly you’ll get a point that is in a BU parking lot. This is confirmed as the correct pairing by the title of the puzzle. Then you read off the letters of the parking lots in the order of the schedules. See the solution for a fancy table that does all this work for you!

We tried a couple different versions of the puzzle. Only the last two versions included the lecturer. It turns out the BU website is much easier to search if you have the lecturer, and this reduced the data lookup time by half or more. Prior to their inclusion you pretty much had to write a website scraper to get the data you needed.

We also went back and forth a couple times on how much of the GPS Coordinate cluing to do. Our first successful test solver thought we made it too easy, but when we tried it again without that info, no one solved it, so in the end we used all the cluing we had come up with. Given the overall difficulty of the hunt I’m glad we went with as much cluing as possible, so as to not add to the length/difficulty problems too much.

Richard Feynman Round

Saturday, February 2nd, 2013

Sadly, it seems that coming back from the dead is more trouble than it is worth for Richard Feynman to help out is alma matter. Maybe he’ll be convinced if we can solve his 25 home work problems and then ace the take home final exam. I wrote 3 puzzles in the Feynman round, help out on another one, and worked on test solving 3 more. Each of the three I wrote will get its own write up. They are:

So Good They Named It Hull

So Good They Named It Hull is the puzzle that I helped with. I am actually not a huge fan of it, but that is mostly because I don’t like the extraction method they used, other than that it is a clever idea, and certainly had fun helping.

Spoiler The puzzle is a travel log with clues for each city/town visited. It comes in 10 paragraphs each paragraph except the first also clues a year. The aha is that each clue describes a city/town in both England and New England with the same name. The extraction is drawing letters on the overlaid map of England and New England, so the first paragraph without a year’s job is to clue how to do the overlay (line up Chester and Glastonbury with Chester and Glastonbury on the other map). The first paragraph also clues how to change countries with the line “every time I wake up, I’m in a whole other country!” The remaining 9 paragraphs each draw one letter of the answer on the map.

I was added to the puzzle on the night of the puzzle writing deadline to help them come up with interesting clues. It turns out they had to use a lot of small towns. The clues I particularly enjoy are:

  • the place whose motto is “Post tot naufragia portus, nunc duo milia a mari”.
  • town that was founded near Mt. Grace in 1739, and destroyed in a great fire in 1694
  • to see Hammond Castle and the cathedral where they filmed Harry Potter.
  • home of Thatcher, Newton, Howe, Dunbar and Leavitt

Text Adventure

I worked on test solving Text Adventure at the first retreat we took together as a team. We got a big ski house in Vermont in October. It is closer to Boston than where I actually go skiing in Vermont by about an hour’s drive. This is a fun iterative puzzle!

Spoiler As always in a text adventure game what you need to do here is draw a map. It turns out this map is a Feynman diagram (link). I believe that the wikipedia page on the topic was improved in order to make this puzzle easier. That said I never understood the extraction; I just drew the map, which was lots of fun!

Jigsaw Puzzle

What puzzle hunt would be complete without an actual Jigsaw Puzzle. The original idea was to get an actual jigsaw puzzle made for this, but that turned out to be really expensive. Instead we manually cut each puzzle out using a paper cutter. Each puzzle involved cutting 40 some sheets in a particular pattern. I cut a good 6 or 7 of these in the week before hunt, which took many mindless hours. Mindless hours were actually kind of nice around then!

Not only did I cut up this puzzle, I also test solved it. It took about 5 sages about 7 hours to put together enough of the puzzle to solve it. It was fun and relaxing! We didn’t come close to putting together the whole puzzle, as that would have taken a lot more time.

Spoiler The way this works is that there are 49 images which each make their own 49 piece puzzle. Each puzzle is made of pieces of the same shapes, but the shapes are sometimes rotationally symmetric so it is still hard to figure out where they all go. However, each of the 49 puzzles is missing exactly 1 piece. No two puzzles are missing the same piece. The missing piece has some letters on it. You figure out the letters from context or from finding the local-to-MIT location where the photo was taken. You order the letters left to right top to bottom by the place the pieces are missing from in order to create a 50th image which is full of letters. The letters spell out a clue phrase.

>The hardest part of test solving this puzzle is that only 2 of the solvers were unspoiled on the answer to the clue phrase as the phrase has been previously tested absent from the rest of the puzzle on most of us. Congratulations to my room mate Post for figuring this one out!

Space Monkey Mafia

Space Monkey Mafia is a fun puzzle. It comes with a bunch of sheet music.

Spoiler The sheet music from a number of songs is all sorted together by note. I have no idea how you un-sort that back into songs, as that was done when I started on the puzzle. Each song includes a list of things, for example My Favorite Things or We Didn’t Start the Fire. Space Monkey Mafia is an item in the list from the latter. However, one item from the list is missing! It turns out you index the number of the missing item in the list, into the list from The Elements song by Tom Lehrer link, which happens to be set to the music of I Am the Very Model of a Modern Major-General by Arthur Sullivan link. This is clued by the by line on the sheet music. You order the elements by the time signatures on the last page. I got pretty tired of using the periodic table while test solving, but I really enjoyed this novel method of using it! This spells out SING ABOUT COINS, which is not the answer to the puzzle.

This is what is termed a “creativity” puzzle. What you do next is call HQ and schedule an appointment to perform a song about coins. When you finish the song you get the actual answer to the puzzle on a slip of paper. This is also an example of a puzzle with a totally unconstrained movable answer.

Danny Ocean Round

Saturday, February 2nd, 2013

dannyocean

Of course the easiest way to get Danny Ocean’s help is to simply ask for it. We’ll need him first to recruit the rest of the team. But, Alyssa asked him, and he turned us down! It seems he is too busy heisting from six casino’s at once.

In the Danny Ocean round there are 11 puzzles, one for each thief from Oceans’ Eleven. Each thief puzzle is connected to 2 or 3 casinos, and the casinos are the six which Danny’s team plans to heist. Each casino is also a puzzle, but casino puzzles are unlocked in stages, one stage for each associated thief puzzle that you solve. In the unlocked form, all of the stages that exist are available and they have been combined together for easy use. We did prove that some of these puzzles could be solved without all the their stages. Spoiler The meta for the round involves which thiefs go which which casinos. I test solved on a number of puzzles in this round, and I participated in writing one of them.

Stratosphere

stratosphere-nightStratosphere is the puzzle that I helped write. It is the easiest of the casino puzzles. In fact I suggest that you give Stratosphere a try.

This puzzle is the 3rd attempt at a puzzle for this slot. The first puzzle in this slot was reworked and moved to a different round. It is now called I Can See for Miles, and it is one of my favorite puzzles in the hunt. I’ll cover I Can See for Miles in more detail when I cover the first puzzle I wrote for the hunt, Terrier Parking, which is in the Richard Feynman Round. I’m not sure exactly why I Can See for Miles was kicked out of this slot, but my assumption is that it could not be solved without all of the parts.

The second puzzle in this slot was also really cool. This puzzle seems to involve GPS, this is the actual puzzle. Before you try to solve it, know that we removed it because our Manic Sages test solvers were not able to solve it. However, I intend to still try, as I think this is the kind of thing some people at work would expect for me to be able to do since I am in charge the GPS receivers on all the planes and I do a lot of work with coordinate transforms, which seems like the things needed to solve this puzzle. I didn’t work on this one during test solving because I was busy, other people had already written programs to work on it, and I was worried that even if I did solve it, it would be because of my extensive domain specific knowledge, which doesn’t prove it is solvable.

By the time the team decided that the GPS puzzle had failed, there was about a week left before hunt. Catherine, our team lead, asked if anyone had any ideas for something Stratosphere themed. I wanted to try do something themed around the roller coaster or the other rides on top of the Stratosphere, so I was drafted. On Skype and in person Reuben, Sean, Halimeda and I brainstormed for about 2 hours. We covered a large number of topics, from the roller coaster, to trying to introduce the concept of Mountain Peak Prominence to buildings and skylines, to movies about space travel, to something about the Red Bull space jump, to something else with GPS. We picked two ideas and worked on them in groups of 2 for about 4 hours. Our first goal was to combine these our two best ideas, but we decided they were incompatible in a rather important way. In the end the idea I was working on didn’t make it into the puzzle, but I did help construct the other idea.

My favorite clues that appear in the puzzle are:

  • Gulf Shores becomes the fifth jurisdiction in Canada to legalize same-sex marriage
  • Pedestal of the historic Outer Banks Statue of Liberty monument reopens to visitors after three years
  • Dodgers win World Series after 9-3 win over White Sox in Pensacola
  • The Who plays at the Woodstock Music Festival in New Orleans

I really feel like my parents should be able to figure out what is going on with these clues, especially that last one.

Spoiler Each clue in this puzzle involves an event which happened on a specific date and a place where that event did not occur. However, there was an event that occurred in that place on that date, and that event was a hurricane making landfall. The clues I gave resolve to Ivan, Alex, Irene (1959), and Camille. When you resolve the clues for each of the 4 pieces of this puzzle and read down the first letter of the hurricane names you get STEPHEN, WILLIAM, DANIEL, and ALEC. These are the first names of the four BALDWIN brothers, which is the answer.

Megamix

Break out your audio tools for Megamix. I hope to eventually have a post which does a deep dive into the many, many music puzzles in this year’s hunt, and this one is certainly a doozy. This puzzle remained more than 90% done but unsolved for months on end. First they changed the presentation to clue better, but that didn’t help much. No one cracked the code until they added the reference to “DJ Roy” to the flavor text. Spolier The answer to this one is pretty satisfying for star trek fans.

Turnary Reasoning

I will always refer to Turnary Reasoning as “the other magic puzzle.” I test solved a version of this one. I’m no good a chess, but I found the magic part of this to pretty interesting. Although that opinion was not shared by at least one solver, who tweeted I didn’t like the first #MTG puzzle. I’m liking the second better so far… #mysteryhunt. In that tweet, this is the first puzzle, because the second one, Magic: The Tappening) occurs in the final round of the hunt.

You Should Be Listening

I had nothing to do with writing or solving You Should Be Listening. However, to make sure that nothing in this puzzle could be found via reverse image search, each image in the puzzle was hand colored with colored pencils. I colored frame seven, reproduced on the left below. Spoiler It is supposed to resemble the image on the right, but with specific different characters pictured.

Aria

I worked with Adam to prove that Aria is solvable with all of the parts. It wasn’t too hard, but I was pretty bad at it compared to Adam. He could solve them about twice as fast as me, but I feel like I got a little better. Spoiler I was disappointed when all the meta-data I looked up for each Aria turned out to be useless. The answer to this puzzle is TALLADEGA. When I found that out I was pretty disappointed that NASCAR didn’t feature in this puzzle.

Caesar’s Palace

I worked on the extraction part of this puzzle and was wholly unsuccessful. Unsurprisingly the Caesar’s Palace puzzle is all about Caesar Ciphers. So in the extraction step I wrote a macro for the google doc we were solving in that made it easy for us to Caesar Cipher every text we had by every amount we had. That would have worked too if the actual extraction were not slightly more clever than that.