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.