

The puzzle is a grid, with numbers at the left and top. You are supposed to draw a meandering line (path) to traverse the maze, from the entrance arrow to the exit arrow. This line will go from square to square, horizontally or vertically, never diagonally. The numbers tell how many squares, either to the right of the number, or below the number, that your path will cross. Your path cannot cross itself. It can only enter and exit a square once. If your path enters a square in one direction, it must exit through one of the other three sides. Your path cannot go outside the grid.
No comments:
Post a Comment