I'm curious if you know which flames in what order produced that? Should have been 90 flames right.
Guess i'm gonna start trying to xor flame lengths with the ribbon and try to reproduce that.
It's given by this line in the code:
encrypted_track = [ib_l2r, il_t2b, ir_t2b, it_r2l, ot_r2l, ob_l2r];
i = inner
o = outer
l = left
r = right
b = bottom
t = top
r = right
So, ib_l2r means inner bottom left to right.
The order doesn't match the spiral signs in the corners, which we all assumed is the indication of the direction. Notice that 2 out of 8 flame lines (outer left and right) are still unused. I wonder if there are more messages in the outer/inner color bit-streams.