By Colin Liotta
Answer: VIRTUALIZED ENVIRONMENT

The flavor text clues “rules”, “wolf”, and “automata”. And if you look at the pattern of squares on the left, you can see that each row of squares is changing and “evolving” to form the next row. This clues you to Stephen Wolfram’s exploration of 1-dimensional cellular automata.

In a 1-dimensional cellular automaton, each row is an evolution of the previous row, and there are 256 different possible rules for how a row of squares can evolve. Normally, there is a seed row at the top and then the same rule is applied over and over to create a full grid of squares that show the evolution of that rule over time. In this puzzle, however, the rule changes with each row.

There is an established way for determining which rule is being used to evolve each row, based off of Stephen Wolfram’s taxonomy. To determine what rule is being used for any particular row, first scan the top row for every possible 3 square combination (e.g. “BBB”, “BBW”, up to “WWW”) and then determine what color square is produced in the bottom row for the center of that particular 3 square combination (e.g. with rule 30, “BBB” produces “W”, “BBW” produces “W”, “BWW” produces “B”). Combine those colored squares together in order from “BBB” to “WWW” to form an 8-bit number giving the specific rule number.

Using this technique, you can either write a program or solve by hand to determine each of the rules that are used to evolve the set of squares on the left. Once you have the list of rules, the second part of the puzzles is to then re-apply those same rules in the same order to the set of squares on the right, using the provided seed row as the starting point.

After you fill in the entire set of rows, then you can use the green squares to extract an intermediary message. Take the 5 values for the green squares in each row, combine them together to form a 5-bit binary number, convert to decimal, and index into the alphabet. Reading down from the top, you get RULE NUMBER HIGH FIVE BITS.

You can then go back to the list of rules and take the high five bits from each rule number. Convert those five bits to a number and then to a letter in the same way as before and you spell out the final answer: VIRTUALIZED ENVIRONMENT.

Solved rows and rules follow:

Rule # Highlighted Bits Green Bits Letter 1st 5 Bits New Letter
180
18 R 22 V
78
21 U 9 I
145
12 L 18 R
166
5 E 20 T
170
14 N 21 U
15
21 U 1 A
102
13 M 12 L
75
2 B 9 I
211
5 E 26 Z
43
18 R 5 E
39
8 H 4 D
41
9 I 5 E
113
7 G 14 N
180
8 H 22 V
75
6 F 9 I
145
9 I 18 R
124
22 V 15 O
118
5 E 14 N
104
2 B 13 M
45
9 I 5 E
118
20 T 14 N
167
19 S 20 T