Ask Us Anything

Questions have been edited slightly for clarity.

Writing Puzzles

How does ✈✈✈ Galactic Trendsetters ✈✈✈ approach puzzle topic distribution? As in, there are plenty of game/internet culture puzzles and hyper-minimalist puzzles (that don’t feel underclued!). Do you have to consciously try to write puzzles outside of certain niches?

It’s broadly first-come-first-serve. After Virtual Family was underway, we told another author not to write a Hololive puzzle. We also sometimes discussed “do we have enough word puzzles / logic puzzles?” in our regular meetings, which would often prompt people to brainstorm and write such puzzles shortly after (to some extent, this is the origin story of ✅).

How do you write some of these puzzles like Divide and Conquer, or Mr. Worldwide, or the Periscope meta...? Mindblowingly good stuff, and some of them just feel so hard to write.

Pretty much all puzzles start with some base idea (e.g. for Divide and Conquer, it was “solving an interactive logic puzzle by deducing the rules yourself”). Then, for longer and bigger puzzles, it often takes a lot of iteration and brainstorming on top of the initial idea to refine the details. It often helps to work in small groups - talking with others can be a great source of inspiration, and for especially large puzzles, splitting up the work makes things manageable. Testsolving, as always, is invaluable. But overall, a lot of it really is just putting in the time and effort to refine the idea until it becomes what you see in front of you during the hunt.

As someone who already writes puzzles, how do I write harder puzzles that are still fair? All my puzzles end up being really trivial and I want to know how to write a puzzle that can hold a team’s attention for several hours rather than being torn apart in like 40 minutes.

This is a really tough question to answer! Some scattered thoughts:

What’s the ratio of puzzle ideas to actual puzzles? Are there certain types of puzzles that take longer or shorter to create?

There are currently 96 entries on Puzzlord and we only had 36 + 7 meta puzzles in the hunt. A lot of puzzles were killed during our hiatus.

What was the hardest puzzle to design?

There could be many possible answers depending on your definition of “hardest”, but one potential candidate is Telescope, due to the large number of moving parts. Choosing the optimal starting configuration for the Periscope round was also a bit of a challenge, as explained in the Author’s Notes.

Hunt Overall

Was any of this content originally written for the MIT Mystery Hunt but then cut or repurposed for GPH? Conversely, did anything that was going to be in this hunt get repurposed for the MIT Mystery Hunt?

At the start of Mystery Hunt planning we decided we weren’t going to take any of the metas we’d written for GPH, but some individual puzzle ideas made it over (e.g. When All Is Lost). We also had some finished backup puzzles left over from Mystery Hunt in case we ran short on GPH ideas, but we ended up not having to use them in either hunt. Divide and Conquer in particular was always about determining a set of logic puzzle rules through trial and error, but evolved quite a bit from the original conception by way of incorporating a similar unused idea from Mystery Hunt.

What was the order that you designed the metas and metametas in?

First we wrote the Four Sights, then the four main round metas, then Telescope was adapted from an unused idea for another main round meta.

Did you have any specific goals in tuning the difficulty of this hunt?

A vague goal was “make the hunt easier than 2019”. A specific goal was for the first team to finish between 24 and 48 hours into the hunt. We didn’t set any goals about the number of teams to finish the hunt/the intro meta/one puzzle, but maybe we should have.

What do you think about the concept of power creep with regards to puzzling? What are your opinions on the “arms race” between solvers and writers?

By power creep, we assume you’re referring to the idea that “puzzles are harder than they were in the past, but solvers are better too”. Solvers probably aren’t significantly better at getting a-has than they were 10 years ago, but there are certain types of puzzles that technology helps solve. Also, some community norms have gained traction which help people solve puzzles adhering to those norms: no unclued anagrams; if a list is alphabetized, you may need to re-sort it (and the inverse); every step of the puzzle should be reasonably natural.

One of the consequences of this is that it’s increasingly challenging to design a hunt that can be enjoyed by both experienced and novice teams. We’ve tried our best to make the opening round of our hunt accessible to solvers of all experience levels, but it’s undoubtedly true that certain teams cannot expect to complete our entire hunt even with hints. One thing that has changed over the years is that there are now a lot more other online hunts available, many of which target an easier difficulty level. If you were frustrated by this hunt’s difficulty, we encourage you to check out these hunts!

Do you have any stories about testsolving and how puzzles changed in editing?

There were lots of instances where a puzzle was way harder than the authors initially expected. For example, Where to Next was extremely difficult on the first version, the first iteration of Word Salad only provided the 8 extraction blocks of text, and Mixed Message was originally a GIF.

On the first test of Make Your Own Math Quiz, the code defined the English language to contain exactly 3 words: BUZZ, BUD, and DUB.

Some of the author’s notes on the individual solution pages have more stories along these lines!

What was the hardest meta to create (whether it was creating the puzzle itself or just coming up with working answers)?

Likely Telescope, because we were revising it several days before the hunt (see the author’s notes for more details). Getting 100 subscribers to our Youtube account was also highly difficult.

Coming up with working answers for Periscope was also a bit of a challenge, which you might expect from looking at the answers in the round. We looked at lots of potential configurations (e.g. clockwise vs counterclockwise) and ended up choosing this one as having the least bad answers.

Did you watch the progress of people who were close to finishing? We got stuck for soooo long on the last Meta, asked three incredibly stupid hints, and made jokes to each other that y’all were watching and laughing (in a good way).

We love spectating teams as they solve the hunt :). Getting stuck is completely normal, literally every team gets stuck on something.

If you could add one more round themed around an optical device, what optical device would it be?

Some unused suggestions include 3-D glasses, diving mask, rose-colored glasses, and beer goggles.

In brainstorming, one potential round idea was a VR headset which would use augmented reality in some way. We never developed it further, but something along those lines seems interesting.

Is next year’s hunt going to be 2021 or 2022?

Maybe.

Technical

What is your process for developing a hunt website and setting up all the cool interactive stuff?

The open-source gph-site repository has most of the base code, but each year we have a bunch of specialized code for different puzzles and gimmicks like Periscope. It’s up to puzzle authors to implement their own interactive puzzles.

We would love info on how you did the interactive puzzles, especially the synced ones! They always look super impressive.

For puzzles that don’t sync information between teammates, the puzzle page makes POST requests to the server, which responds with a status or more content. The puzzle state is generally stored in local storage, and client-side javascript is used to manipulate the puzzle page itself. We generally try to avoid including any secret information or validation in the client so that solvers are forced to actually solve the puzzle. Thrifty/Thrifty, Letter Boxing, Make Your Own Math Quiz, Action Adventure, and So You Think You Can Spell? all follow this model.

Things get more complicated when you want to share state between teammates. The puzzle state now needs to live in a server-side database (gph-site uses SQLite). The Meta Meta Meta … Puzzle and Word Salad store correct submissions/translations in a database; Word Salad autofetches new translations every 10 seconds via POST request (using the code we wrote last year). Periscope uses web sockets to send down updates to clients so that you see state changes faster.

Specific Puzzles

What’s your single favourite Olympic mascot?

Mukmuk.

Favorite sub (or sub-sub-...) answer from The Meta Meta Meta ... Puzzle?

NATIONALIZATION

Is there actually an end to The Meta Meta Meta ... puzzle?

Yes, see the Author’s Notes.

Hooz torcherd mmind meid asu soulve kroswrd?

Teh idee wuz frum a postt DD mayed in da #bad-ideas chunnel ni hour Disqord sevrer. Jokab creaded a prof ov concep dat sum peopz playd and indjuyed. 3-2 itarations laiter, tw’as a pooz.

What are the Puflantu curse words?

We answered this last year. But, as our understanding of the language has changed, so has our answer.

In the languages we know of profanity generally comes from things that are visceral or blasphemous, but we haven’t really fleshed out the details of the alien anatomy or culture, other than that their eyes are roughly tablespoon-sized and they have between 1 and 6 of them. I suppose there are slurs, which are not so much curse words as words that are insulting due to context. I expect by now the aliens have come up with something for humans; perhaps “bellless” is something like 'qeyuna' with the two bells in the word to drive the point home, and also with its base meaning of “lacking”. Then there are the curse words in the arcane sense, but I’d rather not spoil too much about those.

Favorite Vtuber?

What were the exact probabilities for each gacha in Thrifty/Thrifty?

They’re in the Appendix.

Favorite drawing on r/place’s final canvas?

Rainbow Road! I’m also partial to the tiny MIT logo.

Does the Intersections singer have a Spotify we can follow?

No :( Though I am soooort of considering starting a SoundCloud…

How many people did your Tinder account match!??!

10

Random

How bad is your collective eyesight?

Collectively we spend a lot of time in front of the computer. It’s quite bad.

What is your favorite line of the Eye Chart?

HTISA8 speaks to me.

You described the 2019 hunt as “last year” in the survey—was it just puzzle theming or have you actually forgotten what year it is?

…yes? cf. What day of March 2020 is it?

What is your favourite letter of the alphabet?

What’s your favourite letter of the Greek alphabet?

β

Surely you don’t have a favourite letter of the alphabet but use Egyptian Hieroglyphs like in Only Connect?

Two reeds.

Thoughts on the letters E and C? (Preferably in that order)

Best MIT dorm. (For context, Galactic Trendsetters has its origins in a certain hall in an MIT dorm whose initials are EC.)

Noticing the large number of Pokémon references, what are your favourite Pokémon (from any generation)?

If you were an unmarked crate in a warehouse full of other identical unmarked crates, what would you contain?

Two warehouses full of other identical unmarked crates.