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:
- Politician: To become a Politician, no condition needs to be met. The value of a Politician cell is at least X. Additionally, the value of the Politician cell is increased by X for each orthogonal direction, in which the Politician cell is connected to a contiguous straight line of cells from its own region with a digit sum of X or higher.
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 "Politician" 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 Politician role is taken by the cell, that can achieve the highest increase in value by becoming the Politician. In case of a tie, all cells involved could be the Politician and it has to be determined by the solver which of the cells is the Politician.
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 r9c1 would be a 3 then the value of r9c4 would have to be 5.)
Have fun solving!
Solution code: The 9 digits from column 8 (top-to-bottom) separated by (+) for borders between regions
on 22. November 2025, 17:14 by henrypijames
I assume "highest increase" refer to absolute difference rather than relative one (in which 1 to 4 is an increase by 300% and therefore higher than 5 to 10 at 100%)?
3½ difficulty.
on 20. November 2025, 16:52 by War
The 14 clue is absolutely fantastic! Great setting, the end was a bit tricky/vague. Excellent!
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.