Logic Masters Deutschland e.V.

Toroidaler Kosmos

(Published on 27. February 2015, 00:00 by usp)

Milky Way:

Draw a loop into the grid passing each cell without a number exactly once. If only the eight cells surrounding a number are considered, this number indicates the number of disconnected paths. In cells containing stars the loop bends but keeps straight on in the following cell.

This time we are in a parallel universe – the grid is a torus (the top and bottom as well as the left and right border are connected). Moreover, some numbers have been replaced by question marks.

Solution code: Number the stars row by row from top to bottom. The code consists of the numbers of all stars in the order in which the loop passes them (beginning with star 1), followed by the number of lines crossing the upper and the right margin of the grid (all in all 7 numbers).

Last changed on -

Solved by Katrin K, tuace, Alex, rob, matter, Luigi, ibag, pwahs, rimodech, zorant, pirx, ch1983, pokerke, lupo, AnnaTh, Statistica, dm_litv, Zzzyxas, ffricke, Joe Average, jessica6, moss, EKBM
Full list

Comments

on 6. March 2018, 13:50 by Statistica
@jessica6: Du kannst davon ausgehen, dass - abgesehen von den Metarätseln - 99% der Rätsel hier rein logisch lösbar sind. Es lohnt sich meist, den Weg zu finden :-)

on 5. March 2018, 21:40 by Zzzyxas
@jessica6: Es kann auch vor einem Knick ein Geradeweg kommen, aber in einer Richtung kommt auf jeden Fall hinter jedem Knick ein Geradeweg.

Last changed on 5. March 2018, 18:15

on 5. March 2018, 17:03 by jessica6
Es ist schon so, daß in einer bestimmten Richtung an jedem Stern immer zuerst der Knick und dann der Geradeweg kommt? Also nicht K*G-...-G*K.

on 24. March 2015, 17:13 by AnnaTh
Eine falsche Abzweigung, die ich als zwingend angenommen hatte, hat mich lange durch den Kosmos irren lassen. Sehr, sehr schön!

on 4. March 2015, 20:49 by ibag
Echt klasse, ganz schön verwickelt!

on 28. February 2015, 17:00 by Alex
Boah! Das war ein schwerer toller Brocken.

on 27. February 2015, 09:15 by usp
Fragezeichen stehen für Zahlen. Entschuldigung, ist nicht ganz klar in der Anleitung.

on 27. February 2015, 08:33 by Luigi
Torus: "Wulstartig geformte Fläche mit einem Loch"

Nur für den Fall, dass auch andere diesen Begriff noch einmal nachschlagen wollen...

Difficulty:4
Rating:92 %
Solved:23 times
Observed:3 times
ID:00023N

Wraparound Path puzzle

Enter solution

Solution code:

Login