On the Subject of Shifting Maze
I hope RNG will be nice with this one.
The module contains a Set button and a Seed identifier. Certain buttons will appear when you hover over certain areas of the module.
You are currently trapped in a virtual dungeon. You have no light source available. You only have a sound frequency generator on your inventory. You are currently placed on a random cell on a 6 by 6 celled maze. However, you are able to identify the seed of your current maze.
You need to use the seed to identify your actions. To identify your current position and exit, pair the first and second character, the third and the fourth character, the fifth and the sixth character, and the seventh and eighth character. Convert the 4 Base 64 pairs into a decimal, modulo 6.
Pair the first and second number and the third and fourth number. The first pair is your current position and the second pair is the exit of the maze. The first number of each pair is the row and the second number of each pair is the column. You noted that the top-left section of the maze has a coordinance of (0, 0).
Move your way around the maze until you reach the exit cell. However, every time you move to another cell; some walls will appear in your current maze position. You can’t see the walls.
To locate the walls around your position, use the sound frequency generator on your inventory. You will scan your current cell starting north, moving clockwise.
If the sound bounces back loudly, there is a wall in that direction. You can only use the item once, however. It will recharge after your next movement. If you slam on a wall, the dungeon will shake and generate a brand-new maze with a brand-new seed. Then, the module will strike.
If you are standing on the exit, press the Set button. This will forcefully activate that platform. The dungeon will shake after that. If the selected platform is incorrect, the dungeon will reset with a brand-new seed. Then, the module will strike. If the selected platform is correct, the module will be solved. However, did you escape the dungeon?