Last Month's Solution - July 2025
Here's the maze given for last month's Mazelog competition, together with the solution and details of the correct entries.
Brain Threes (hard)
For this month's problem I've revisited one of my earliest types of maze, the Jumping Mazes. In these the number in each cell tells you how far you can jump, horizontally, or vertically.
Start in the top left corner and find a route to the bottom right corner in the smallest number of jumps.

- Congratulations! Maze completed in %n steps and %s seconds.
Click to trace the route and solve the maze.
Brain Threes Solution
The maze is constructed from nine overlaid grids, shown as a to i below. The route proceeds from grid a to grid e, and grids f to i are dead ends; once you move onto one of these you can't reach the goal.
Here's the 25-step solution:
The sequence of cells is as follows:
1 4 31 58 61 62 59 56 29 2 11 14 41 68 71 69 72 45 18 15 12 21 24 51 54 81
Correct Entries
Correct entries were received from: Mikhael Goikhman and skeeto.