- Divide the grid into nine orthogonally connected regions, each containing the digits 1-9, so there are no repeats in any row, column, or region.
- Along a green line, each pair of adjacent digits:
- In the same region must be consecutive;
- In different regions must have a difference of 5 or more.
- Digits in a cage do not repeat, and must sum to the indicated total.
- One region border has been given.
Lösungscode: column 2, top to bottom
Zuletzt geändert Heute, 07:47 Uhr
Gelöst von Simon Yuan, Buttafingazz, sehringdipity, Calesch, SamuPiano, maglia, tgstar, marcmees, Gene The Supreme, benisjammin, redgecko, tryote
Kommentare
Zuletzt geändert Heute, 11:13 UhrHeute, 11:13 Uhr von Gene The Supreme
Took me about 48 minutes to solve, which says more about my inexperience than anything else. Very neat stuff, and bravo for being able to hold my attention for that long.
Heute, 10:11 Uhr von marcmees
very nice with some tricky deductions halfway through. Loved the right top corner deductions. Thanks
Heute, 08:48 Uhr von SamuPiano
Very cool! But for me a fair bit harder than 2*. Thanks for the puzzle!
Heute, 07:47 Uhr von mellowrobinson
changed solution code