On the Traversal of Quadrophobic Maze
I've been feeling like a little more-a MAZEGAMER.
You may be brave, but all my experts say that I'm braver.
Holdin' out the solves cuz we got a Forget Me Later.
Catch me on TP, we gonna be a Peanut Raider.
For those familiar with the original manual.
Creating the Solve Order
- Start with the starting location’s icon in the table below.
- Convert bomb’s serial number from base-36 to base-2, prepend leading zeroes until the binary string is 32 bits.
- Split the binary into two halves. Add both halves as if it’s ternary (1+1 ≠ 10). This will give you a 16 trit ternary string.
- Split the ternary string into 4-digit quarters, convert each string to base 10 and add 1.
- Move forward in reading order by the first number, add the icon you landed on to the solve order, looping around if necessary. Then do the same with the second number, as well as the third and fourth number.
- If an icon that has already been used or any icon that is not present on the module is landed on, advance one additional icon until you land on a icon that is present on the module that has not already been used.
- Once the solve order has been completed, navigate to each icon in the solve order from first to last, and press the dollar button, while avoiding the walls.