26.11.2009, 12:24
TWO WAYS LABYRINTH, HEXAGONAL LOOP, LOOP WITH FORCED TURNS (Points: 50+3)
Two ways Labyrinth: Draw two closed loops in the grid. One loop uses only white connection lines, the other loop uses only grey connection lines. No circle can be used more than once, not even from different loops.
Hexagonal Loop: White numbers (from 0 to 6) show how many of the neighbouring circles are part of the white loop. Grey numbers (from 0 to 6) show how many of the neighbouring circles are part of the grey loop. No one of the loops can use one of the circles with the digits of the same colour, while it can use the circles of the different colour.
Loop with forced Turns: If there is a numbers that is a multiple of 30 in a circle, then one of the two loops must use this circle. The number in the circle is the angle formed by the two branches of the loop in that field. (For example: If there is a circle with 90, the loop must turn rectangular. Is it 180 the loop goes straight.)
Solution Code: How many circles are not used by the loops.
In the example the solution would be: 2.
Two ways Labyrinth: Draw two closed loops in the grid. One loop uses only white connection lines, the other loop uses only grey connection lines. No circle can be used more than once, not even from different loops.
Hexagonal Loop: White numbers (from 0 to 6) show how many of the neighbouring circles are part of the white loop. Grey numbers (from 0 to 6) show how many of the neighbouring circles are part of the grey loop. No one of the loops can use one of the circles with the digits of the same colour, while it can use the circles of the different colour.
Loop with forced Turns: If there is a numbers that is a multiple of 30 in a circle, then one of the two loops must use this circle. The number in the circle is the angle formed by the two branches of the loop in that field. (For example: If there is a circle with 90, the loop must turn rectangular. Is it 180 the loop goes straight.)
Solution Code: How many circles are not used by the loops.
In the example the solution would be: 2.