Hi All,
I design logic puzzles for fun, wasn't sure where to introduce 'em, thought people in this discussion board might be interested,
Here are the rules:
The goal is to connect all the islands(Circles) by drawing a series of bridges(Lines) between the islands. The bridges must follow certain criteria:
• Bridges must not cross each other.
• They may only run horizontally, vertically, or diagonally (45 degrees)
• At most one bridge connects a pair of islands.
• The number of bridges connected to each island must match the number on that island.
• The bridges must connect the islands into a single connected group.
• Some bridges are given initially, the goal is to find the remaining bridges
Note: Dotted gray lines show possible bridges
You can find samples at http://www.parspicks.com/Sanaku/
Your feedback is highly appreciated
-Kousha