Last Month's Solution - March 2025
Here's the maze given for last month's Mazelog competition, together with the solution and details of the correct entries.
Seven by Seven (medium)
This is a jumping maze (see Jumping Mazes): the number in each cell tells you how far you can jump horizontally or vertically from that cell. However, this maze has the additional rule that you may not make a U-turn by jumping straight back in the direction you've just come from.
Start from the 1 in the top left corner, and find the shortest series of jumps that will take you to the 1 in the bottom right corner.

- Congratulations! Maze completed in %n steps and %s seconds.
Click to trace the route and solve the maze.
Seven by Seven Solution
Here's the 29-step solution:
The sequence of cells is as follows:
1 8 15 36 43 45 38 31 17 19 21 14 12 26 40 47 48 34 20 6 5 19 17 31 45 44 30 32 35 49
Correct Entries
Correct entries were received from: Eri, skeeto, Tomislav K, Mikhael Goikhman, Agirre, and nh_ngan26526.