(They can't validate the dots or regions, sorry!) Rules:
Normal sudoku rules apply.
The grid must be divided (coloured) into orthogonally connected regions. Every region must contain exactly one large circle, and must contain the number of cells specified by that circle (e.g. the given 2 in the top-left says that its region must contain only one other cell). Digits may not repeat within a region. Every cell must be in a region.
White dots are either "citizens" or "diplomats". A dot is a diplomat if the two cells it separates are in different regions. (Otherwise it's a citizen.)
Not all possible white dots are given. (Things may be incidentally adjacent if there's no dot.)
Example:If you would like to get more comfortable with the colouring and diplomat rules, here is a small example puzzle where the digits are given, and only colouring remains:
Additional Notes:
This is the second diplomats puzzle. The first (easier) one is here.
This puzzle executes on the concept that originally got me interested in this ruleset. The break-in is pretty difficult as a result!
Lösungscode: The values of row 1 and column 9 (left to right, then top to bottom, r1c9 should be repeated).
am 18. Oktober 2021, 04:01 Uhr von 10feet
Really tough, but fair logic. It took me parts of several days to get through it, but was still an enjoyable solve.
am 12. Oktober 2021, 12:19 Uhr von marcmees
very nice chaos construction puzzle. thanks.
am 12. Oktober 2021, 01:01 Uhr von kevinyoung90
This puzzle was absolutely exceptional. It took me around 80 minutes because at the start, I was thinking that the regions had to be like "snakes." Even after the initial break-in, it was brutal. Beautiful puzzle and very satisfying solve.