Space Modules

by Alex Pei, Herman Chau, and Ivan Wang

Answer:
import antigravity

This metapuzzle uses the 5 feeders shown below.


Lenses given in no particular order. Colors are for visual aid only.
l
(
a
 
 
 
 
 
 
 
l
e
 
 
 
a
f
 
 
 
f
a
 
 
 
 
 
 
 
 
l
l
 
 
 
 
 
 
 
 
s
)
 
 
 
o
n
e
 
 
l
 
 
 
 
 
 
 
 
 
i
n
e
s
s
A
 
S
T
R
A
N
G
E
 
G
A
M
E
.
 
 
 
 
 
 
 
 
 
T
H
E
 
O
N
L
Y
 
W
I
N
N
I
N
G
 
M
O
V
E
 
I
S
N
O
T
 
T
O
 
P
L
A
Y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
C
A
 
 
 
 
 
 
 
 
U
S
 
 
 
 
 
 
E
Y
 
 
O
U
 
 
 
 
W
E
 
 
R
E
 
 
R
O
 
 
 
 
 
 
M
E
O
,
 
 
 
 
 
 
I
W
A
S
A
A
N
D
M
Y
D
A
D
D
Y
S
A
I
D
,
S
T
A
Y
 
 
 
 
 
 
A
W
A
Y
 
 
 
 
 
 
F
R
O
M
 
 
 
 
 
 
J
U
L
I
 
 
 
 
 
 
E
T
B
L
A
C
K
 
W
A
S
P
I
C
E
 
H
O
C
K
E
Y
S
T
R
A
W
 
P
O
L
L
M
O
H
S
 
S
C
A
L
E
I
N
S
I
D
E
 
O
U
T
D
R
O
P
 
 
S
A
F
E
B
L
U
E
 
 
M
O
O
N
O
R
G
A
N
 
P
I
P
E
G
N
A
W
S
 
 
O
F
F
B
U
N
N
Y
 
 
H
O
P
P
.
 
S
H
E
R
M
A
N
 
 
 
 
4
2
 
W
A
L
L
A
B
Y
 
W
A
Y
S
Y
D
N
E
Y
,
 
N
S
W
 
 
 

We begin by examining the given Python methods. As hinted by the flavortext, each method’s name clues a particular idiom or saying with the returned enumeration. We will return to the parameters later.


Method nameSaying
contradictory_loyaltiespulled in opposite directions
daylight_savingsspring forward, fall back
herd_immunitysafety in numbers
improbableone in a million
in_a_dream_worldaway with the fairies
in_fear_and_faiththe road to hell is paved with good intentions
personal_anxietystew in one's own juice
priceless_joymoney can't buy happiness
rage_trapcage of anger
wildly_chaoticthree-ring circus

Next, we observe that all feeders (or “lenses”) are multi-line where the spacing is preserved. By clicking on a constellation, we can toggle the visibility or click and drag the feeders around.

For each constellation, we can line up two feeder answers such that it forms a rebus. For example, SPRINGllaf in Constellation 4 represents “spring forward, fall back” (as the word “fall” is written in reverse). In particular, every constellation uses a unique pair of two feeder answers.

Constellation 1: happiness NOT FOR SALE

Constellation 1: happiness NOT FOR SALE

Constellation 2: PULLED IN DIFFERENT DIRECTIONS (ESWN)

Constellation 2: PULLED IN DIFFERENT DIRECTIONS (ESWN)

Constellation 3: one in a MILLION

Constellation 3: one in a MILLION

Constellation 4: SPRING forward, fall back

Constellation 4: SPRING forward, fall back

Constellation 5: Cage of ANGER

Constellation 5: Cage of ANGER

Constellation 6: STEW in ONE'S (11s) OWN JUICE

Constellation 6: STEW in ONE'S (11s) OWN JUICE

Constellation 7: ROAD to HELL is paved with GOOD INTENTIONS

Constellation 7: ROAD to HELL is paved with GOOD INTENTIONS

Constellation 8: SAFETY in NUMBERS (1342)

Constellation 8: SAFETY in NUMBERS (1342)

Constellation 9: THREE-RING CIRCUS

Constellation 9: THREE-RING CIRCUS

Constellation 10: AWAY with the fairies

Constellation 10: AWAY with the fairies

Once the two lenses are lined up, we can extract letters within the bounding boxes of the lenses, in reading order (left to right, top to bottom). These letters are another rebus, which solves to a new phrase (helpfully in alphabetical order in given constellation order).

ConstellationMethodExtracted RebusPhrase
1priceless_joyonelimaTWOKIDNEYTHREEPINTOBEAN COUNTER
2contradictory_loyaltiesBRAINTOBSNOWBRAIN FREEZE
3improbableANYTTHHEEIIMMAAGGIINNAATTIIOONNBY ANY STRETCH OF THE IMAGINATION
4daylight_savingsDAISYdaisyDAISYDAISY CHAIN
5rage_trapAUG18AUG18DOUBLE DATE
6personal_anxietyTHECOOKIEHANDJARHAND IN THE COOKIEJAR
7in_fear_and_faith3RDFISCAL2NDFOREIGN1STHONESTYHONESTY IS THE BEST POLICY
8herd_immunitySHHAMMERNOTAXEEDNOT THE SHARPEST TOOL IN THE SHED
9wildly_chaoticTORUBBLEORUBBLRUBBUBREDUCE TO RUBBLE
10in_a_dream_worldshiSHIORELDeldTWO SIDES OF THE SAME SHIELD

In addition, there is one extra letter that lies outside both lenses. These extra letters together form the cluephrase FIND MODULE.

Upon solving each of the extra rebuses, we might notice that the number of words matches the number of letters in the method parameters (with the exception of HAND IN THE COOKIE JAR).


The previous cluephrase FIND MODULE, the use of Python methods in the flavor, and the off-by-one enumeration for “cookie jar” hint that we are looking for Python modules. (Googling “cookie jar module” should be enough to pull up the documentation.) There is one word in each idiom that is a class or method in a Python module. Taking the corresponding letter in the method parameters and ordering by module name (which starts with letters A-J), we get one final cluephrase: xkcd python.


Formatted CluePhraseNameModuleExtract
def in_a_dream_world(s, t, u, v, w, x)TWO SIDES OF THE SAME SHIELDshieldasynciox
def improbable(j, k, l, m, n, o)BY ANY STRETCH OF THE IMAGINATIONanybuiltinsk
def priceless_joy(b, c)BEAN COUNTERCountercollectionsc
def rage_trap(c, d):DOUBLE DATEdatedatetimed
def in_fear_and_faith(l, m, n, o, p)HONESTY IS THE BEST POLICYpolicyemailp
def wildly_chaotic(y, z, a)REDUCE TO RUBBLEreducefunctoolsy
def contradictory_loyalties(s, t)BRAIN FREEZEfreezegct
def personal_anxiety(e, f, g, h)HAND IN THE COOKIEJARcookiejarhttph
def daylight_savings(n, o)DAISY CHAINchainitertoolso
def herd_immunity(k, l, m, n, o, p, q)NOT THE SHARPEST TOOL IN THE SHEDtooljsonn

This is a reference to the xkcd comic named Python, which features the popular snippet import antigravity, the answer to this meta.

Authors' Notes

In the story, teammate created a number of AIs that were later removed for being too unusual. We were motivated by this to build a round (and AI) that circumvented typical puzzlehunt standards, primarily around the normalization of answers to strip whitespace and non-alphabetical characters. Inspiration also came from the emoji gimmick in Penny Park’s Creative Pictures Studios, and feedback from that round led us to reject entirely alphabetical answers without penalty.

The name of our AI, Admiral Boötes, derives from the real-life Boötes constellation and a teammate’s cat Boots.

The font used for the ASCII art is “Gloop” by polyducks. We used a program called REXPaint for drawing the art.

In order to make the newline more discoverable, we used a multi-line text input that defaulted to inserting a newline instead of submitting on “Enter” (as well as a snarky response from Boötes). We also hope that some of the more well-known feeders suggested this mechanic, such as l(a and Nemo’s address, both of which would be difficult to submit in a single line. The scavenger hunt answer was also a helpful break-in for many teams, despite being unused in the meta itself.

The constraints of this meta required some creative solutions. In particular, the answer CA/US was handcrafted for this meta with a puzzle idea already in mind, and the answer BLACK WASP was constructed at the same time as the puzzles World's Smallest Logic Puzzles and World's Largest Logic Puzzle. This is perhaps one of the few metas in history where a meta answer is constrained by a feeder puzzle in a completely unrelated round…