The object of the puzzle is to connect the different points on the grid with paths.

Rules:

  1. Each point contains a number - this is how many paths can connect to this point
  2. Every point should be able to be reached from any other point
  3. No more than 2 paths can connect any two points
  4. Paths may go horizontally or vertically, not diagonally
  5. Paths may not cross each other

path-puzzle0011

Click on the puzzle for printer-friendly version.

Click here for the solution.