Logic Masters Deutschland e.V.

Feeling Blue

(Published on 1. September 2024, 21:07 by someguy209)

Mistake in the link, a modulo set has a digit from [147], [258], and [369]. Sorry for the typo!

Place the digits 1-9 in every row, column, and box without repeats.

The grid is covered in fog, except for a couple starting cells. Placing correct digits removes the fog from all adjacent cells.

Lines moving through the centers of cells exist in the grid, each with a different color. Lines do not share cells or branch. All lines follow two or more of the three following rules:

- Box borders divide the line into sections with the same sum

- Any three sequential cells along the line make a modulo set (one number from [147], [258], and [369])

- Adjacent digits along the line differ by at least 5

Note that the lines are big enough that they appear in all cells around a corner when moving diagonally between cells unless covered by another line (i.e. no line goes from r2c2 to r3c1 but a line could go from r3c1 to r4c2)

https://sudokupad.app/prp8mna9o2

Solution code: Row 9

Last changed on on 2. September 2024, 00:05

Solved by SKORP17, aqjhs, rameshsrivats, KyubiBoy, jkuo7, x3y2z1, lmdemasi, Vodakhan , jalebc
Full list

Comments

on 6. September 2024, 14:28 by lmdemasi
A lot to unpack, but very interesting. Agree with other comment that it's 4*.

on 2. September 2024, 05:41 by rameshsrivats
Fantastic puzzle. How do you even set something like this. My brain is totally scrambled :) 4-star difficulty, I think.

on 2. September 2024, 00:05 by someguy209
Typo for modulo set

Difficulty:3
Rating:N/A
Solved:9 times
Observed:0 times
ID:000JN1

Puzzle variant

Enter solution

Solution code:

Login