This puzzle was created for Scojos weekly prompt. The topic was "Lines that move outside the grid". Thanks to the testers. Hope you enjoy.
There were two more constructors that (independently) came up with the same ruleset as mine (index lines and numbered rooms) for this scojo prompt.
There are also other puzzles that use index lines by Marty Sears (the inventor of the line), Juggler and ChinStrap.
Lösungscode: Column 5, top to bottom (6 digits).
am 21. Januar 2025, 13:00 Uhr von Aran-Fey
The rules don't make any sense.
"The digit in the Nth cell along the line (starting from the diamond) indicates the position along the line where the digit N appears."
So each digit on a line describes its own position on the line? Then every line has to be 123..., no?
I assumed this was a typo and meant to say "the Nth digit indicates the position of the N+1th digit", since that would explain why 2143 is a valid line (the 2nd number is 1, and the 4th number is 3), but then how can there be lines with a length of 3?
---
gdc: Not a typo. If the third digit is a 2, then the second digit is a 3. Digits can "reference" themselves but don't have to. If they reference a different digit, the other digit always references back.
---
OP: Aaaah, I get it now. The line "2143" means "1 is in position 2 (because the 1st number is 2), 2 is in position 1 (because the 2nd number is 1), 3 is in position 4, 4 is in position 3".
am 30. November 2024, 21:36 Uhr von ChinStrap
Great example of the tasty logic from this combination!
am 29. November 2024, 16:41 Uhr von Franjo
What a neat little puzzle! Thank you for sharing.
am 28. November 2024, 16:29 Uhr von TJ
Enjoyed the new rules! Not too hard though, once you find the break-in the rest just fills in.
am 28. November 2024, 16:29 Uhr von Titus Adduxas
I’m quite new to these indexing lines, but once you get the hang of them quite interesting. Nice puzzle.