Spreading Through the Fog
Rules:
Chaos Construction: Divide the grid into 9 non overlapping regions, each consisting of orthogonally connected cells.
Sudoku: Place the digits 1–9 exactly once in each row, column, and region.
Circles: A digit in a circle equals the number of distinct columns occupied by its region. There are 9 circles in total, and exactly one pair of circles share the same digit.
Squares: A digit in a square equals the number of distinct rows occupied by its region. There are 9 squares in total, and exactly one pair of squares share the same digit.
Diamonds: A digit in a diamond equals the number of distinct regions that appear anywhere in its row or column, including its own region (regions seen in both the row and column are still counted once).
Equal sums: The sum of every circled and squared digit within a region is the same for each of the nine regions.
Fog: The grid is covered in fog, placing correct digits clears the fog somewhere in the grid.
Happy solving!
Solution code: Enter Row 9 from left to right.
on 23. February 2026, 18:15 by Rab3aron
Thank you appreciate the feedback!
on 22. February 2026, 07:52 by fajoogaloo
Very fun puzzle with nice logic and funny surprises :)
on 19. February 2026, 16:19 by SirThomas
Very nice sudoku. Took some time to start, but very awesome