Rules
DOPPELGANGER
– Every row, column, and box contains the digit 0 always, as well as five out of the six digits from 1 to 6 (ie, it's missing one digit that is not 0).
– No two row, no two column, and no two box may be missing the same digit.
– For each 0 in the grid, the digits missing in its row, its column, and its box must be three different digits.
(Tracker cells need to be filled for solution check to work)
CONSTRAINTS
– V: Digits separated by a V sum to 5.
– 10 LINES: Each blue line consists of one or more contiguous groups of cells, each of which sums to 10. Groups cannot overlap.
Solution code: Column 1 (6 digits)
on 30. July 2025, 08:35 by Snookerfan
Very nice! First time I dared to attempt a doppelganger puzzle as far as I can remember and the logic I had to discover to solve this is mindbending. Thank you
-----
ND: You are welcome, I discovered them not too long ago as well.
Difficulty: | ![]() |
Rating: | N/A |
Solved: | 9 times |
Observed: | 1 times |
ID: | 000OCQ |
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.