Last Month's Solution - May 2025
Here's the maze given for last month's Mazelog competition, together with the solution and details of the correct entries.
Resonance (hard)
This is a type of arrow maze (see Arrow Mazes). From each arrow you move to one of the arrows it's pointing to, in the same row, column, or diagonal.
But in this maze you must take one blue arrow, followed by one red arrow, followed by two blue arrows, followed by two red arrows, and so on, increasing the number of arrows by one each time.
Start from the arrow in the top left corner and find the shortest route to the target in the bottom right corner:

- Congratulations! Maze completed in %n steps and %s seconds.
Click to trace the route and solve the maze.
Resonance Solution
Here's the 39-step solution:
The sequence of cells is as follows:
1 3 15 33 28 10 25 29 15 21 28 10 15 33 18 13 31 21 28 10 15 33 18 13 25 26 31 21 28 10 15 33 18 13 25 29 8 12 32 36
Correct Entries
Correct entries were received from: Mikhael Goikhman and skeeto.