Abstruse
(Published on 28. September 2024, 23:11 by Andrewsarchus)
Rules:
- Normal Sudoku rules apply.
- Draw a one-cell wide loop which does not touch itself (not even diagonally).
- A Home Cell is a cell whose digit is equal to its cell position within its box.
In this puzzle, Home Cells count Loop Cells and Circles count Home Cells
- Circles count the number of Home Cells (including themselves if applicable) in
the surrounding 3x3 neighborhood.
All possible circles are given.
- Home Cells count the number of Loop Cells (including themselves if applicable) in
the surrounding 3x3 neighborhood.
- Only Home Cells are allowed to count Loop Cells,
and Furthermore, any cell whose cell position matches the number of
neighboring Loop Cells MUST be a Home Cell.
For example:
if a cell in position 4 sees exactly 4 Loop Cells, then it must contain the digit 4.
In other words, for EVERY cell in the grid...
- Let P = the cell's position within its box
- Let V = the value of the cell (i.e. its digit)
- Let N = the number of Loop Cells it sees in its 3x3 neighborhood (including itself if applicable).
Then either P, V, and N are All Equal OR All Distinct.
- White Dots separate consecutive digits.
Not all white dots are necessarily given.
- Note: in this puzzle, there is no restriction preventing the overlap of any combination of Circles, Loop Cells, and Home Cells. It is permissible for a cell to be all three.
Play Online:
sudokupad:
Abstruse
Solution code: Row 2
(left to right, no spaces)
Solved by SKORP17, sorryimLate
Comments
on 18. October 2024, 15:18 by sorryimLate
Very interesting, and amazing that this has a unique solution. But it felt much harder than 3* because it's a new ruleset, at least for me. It's quite challenging to first internalize the rules and then keep in mind all the consequences. Maybe an easier introduction puzzle would bring more solvers? Great construction, thanks!