Logic Masters Deutschland e.V.

a Tender History In Rust

(Published on 27. March 2026, 20:19 by it_depends)

Solve Online

While not the first puzzle I've made by any means, this is my first LMD upload. I hope you enjoy!

Rules:

Normal Sudoku Rules Apply: Place the digits 1-9 such that they appear only once in every row, column, and 3x3 outlined box.

3-Modular Lines: Any consecutive set of 3 cells along a teal line must contain one digit from each of the sets [1 4 7], [2 5 8], and [3 6 9].

Entropic Lines: Any consecutive set of 3 cells along a peach line must contain one digit from each of the sets [1 2 3], [4 5 6], and [7 8 9].

Parity lines: Digits along a red line must continuously alternate between odd and even.

Fog of war: You may notice that the centre cell is covered by a grey fog. Correctly placing all of the 5 digits will lift the fog from that cell.

Please let me know your thoughts on the logic!

Solution code: the string of digits in row 2 (read left to right) + the digit found in R9C9. no spaces (10 digits total)


Solved by ZornsLemon, SKORP17, dickey, mantle_alta, illegel
Full list

Comments

on 28. March 2026, 05:35 by ZornsLemon
Very nice LMD debut! Some really unique and beautiful logic

Difficulty:4
Rating:N/A
Solved:5 times
Observed:0 times
ID:000S2G

Standard puzzle Puzzle variant

Enter solution

Solution code:

Login