A new puzzle type (hopefully)!
This is a puzzle, in which the order of the solution steps is important. The puzzle is about a path and some crosses on an irregular grid.
At the bottom there’s an example puzzle with its solution.
From the given starting point, draw a single path consisting of individual line segments. Line segments are added by performing consecutive moves; the following rules apply to each move:
The goal is to fill the grid completely with either line segments or crosses.
White cells are part of the grid, gray ones are not.
When solving, of course you don’t have to use actual crosses; the cells may also be marked in a different manner. In Penpa+ the Surface mode with the color DG (dark gray) is helpful since you can fill in two different colors, depending on whether you perform a left or right mouse click.
This animation shows the moves for solving this easy example puzzle. Filled cells are green, the black arrow points from the path head towards the target cell, the gray arrows point towards the next cell in the opposite direction that still has room for a cross.
Oh, and one more thing: can you think of a good name for this puzzle?
Solution code: From the start of the path, the directions that the path moves, without consecutive repetitions: U for up, R for right, D for down, L for left. The code for the example animation would be RDRURUR.
on 15. January 2024, 22:35 by zzw
This was an amazing puzzle, a hidden gem. Very intricately constructed!
on 15. January 2024, 16:49 by damasosos92
What a beautiful variant. Needed LONG time for that!
on 15. January 2024, 16:45 by XeonRisq
Very strange variant, but very fun to work through.
on 23. December 2020, 19:12 by Thomster
Geniales Rätsel... ggf könnte man ja bei der Namensgebung auf Newton anspielen. Hab mich vor meinem geistigen Auge in einer Rakete durch das Feld bewegt und bei jeder Richtungsänderung mit meinem Abgasstrahl eines der Felder verbrannt lol. Irgendwas mit "flight path" oder "recoil" z.B.
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.