- Normal(-ish) deconstruction sudoku rules apply: fill the grid with 6 non-overlapping 2x3 (or 3x2) rectangular regions, such that each region contains the digits 1-6 once each and no digit repeats in any row or column. All regions must have the same orientation - so the regions are either all portrait or all landscape, determined by the solver. Cells outside regions do not contain digits.
- Arrows: Digits along the arrow sum to the digit in the connected circled cell. Digits may repeat on an arrow, so long as they don’t break the other sudoku rules. Any part of an arrow that is not in a region is ignored. The circled cell must be in a region.
- Non-consecutive: cells that are orthogonally connected cannot contain consecutive digits.
Solve it on CTC .
Please feel free to ask any question regarding the puzzle in the comments and I’ll do my best to respond ASAP :)
Happy solving!
Solution code: Column 6, top to bottom. Use dashes for empty cells. Answer should be 7 characters, no spaces. (e.g. 123-456)
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.