Sudoku on:
SudokuPad
1. Chaos Construction: The grid has to be devided into nine regions of orthogonally connected cells. Each row, column and region has to contain the digits 1-9 once each.
2. Roles: If certain conditions are met, cells can take roles that increase their value. The value of a cell with no role is it's digit. Role values and conditions are described below.
2.1 Role conditions and values (X = Digit in a cell)
2.1.1 Basic roles:
- Farmer (Value = 2X): To become a Farmer, a cell needs at least X cells including itself of its own region in the 3x3 area centered on the cell.
- Merchant (Value = 3X): To become a Merchant, there has to be at least one foreign region that occupies at least X orthogonally and/or diagonally touching cells of the considered cell.
- Diplomat (Value = 4X): To become a Diplomat, a cell has to be orthogonally and/or diagonally touched by at least X different other regions.
2.1.2 Special role:
- Bishop (Value = 5X): To become a Bishop, a cell needs to see at least X cells of its own region including itself in diagonal directions. Cells from other regions block the view.
2.2 Role assignation: Basic roles are automatically taken if their condition is met. If more than one condition is met, a cell takes the role with the highest value.
The Special role "Bishop" may appear only once per region and can either be taken by a cell with no role or replace the Basic role of a cell. The assignment of the Bishop role to a cell must be done according to the rule that no other cell in the same region that meets the conditions for becoming a bishop would gain a higher increase in value from this role than the cell to which the role is assigned. (See example below for clarification)
3. Clues: The value of the cell N steps away in the direction of an arrow is given in the corresponding circle. N is the digit in the cell from which the arrow extends (Example: If r2c2 would be a 3 then the value of r5c5 would have to be 5.)
Have fun solving!
Solution code: The 9 digits from column 5 (top-to-bottom) separated by (+) for borders between regions
on 3. November 2025, 18:01 by marcmees
excellent puzzle with excellent break-in. Always clear where to look next.The bishop is a major factor to consider during regionbuilding and afterwards. Had fun. Thanks
on 3. November 2025, 16:34 by War
Excellent as always! The bishop seems easy to find, but the trick is more remembering it's implications afterwards, i.e. what cells in regions can't have certain digits because the bishop's digit's value increased only X. I like the constraint!
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.