Sudoku
Nowadays, the world of Sudoku is deep and friendly communities gather around it, notably Cracking the Cryptic. General and specialised tools abound, e.g.:
- Sven Neumann (svencodes)'s Sudoku Pad
- Pim Schreurs (sirxemic)'s Sudokumaker
- f-puzzles (formerly maintained by Eric Fox)
- Swaroop Guggilam (swaroopg)'s Penpa Plus (general tool, among others listed at the Paper Puzzle Masterlist)
This Sudoku 数独 implementation is smaller in scope. However, it adds a few twists to the base genre:
- regions of any size (possibly mixed in the same puzzle)
- irregular region borders
- absent tiles (which do not block the line of sight)
- hexagonal grid support (via the
hex
variant)
In addition, the Kudamono Variant System provides the following variants:
Variant | Meaning |
---|---|
math | adds math symbols, which, together with the placed numbers, must form valid equations |
kropki | adds kropki symbols: a white dot indicates adjacent numbers are consecutive, while a black dot indicates they are at a 2:1 ratio |
kropki-total | all kropki symbols are given (negative constraint) |
antiking | no two numbers adjacent by a chess king's move may be equal |
antiknight | no two numbers adjacent by a chess knight's move may be equal |
As more variants are added in the future, those that are well-suited to Sudoku 数独 will be (re)listed in this page.
Classic Sudoku 数独 puzzles
Pedro
This classic sudoku uses non-square regions, of size 6.
PinkHoodie
This is a cleverly constructed puzzle whose absent cells cannot be filled:
justkirb
justkirb filled in the absent tiles in the Absent minded puzzle by PinkHoodie, and added one clue, yielding a new remixed puzzle…
Variants
hex
This one is set on the hex
grid, which contains one extra row direction. For some region sizes, removing tiles from the grid is needed.
math
obstacle
obstacle,antiknight
edge-solve,territory-area-4,edge-forbidden,math
edge-solve,territory-area-4,kropki
Acknowledgements and Changes
antiking
and antiknight
(Sudoku 数独) were crafted by PinkHoodie - thank you! math
! obstacle
variant Sudoku 数独 was crafted by PinkHoodie! math
and obstacle,antiknight
plus 2 Sudoku 数独 (classic) puzzles! Minor page reorganisation. math
! edge-solve,territory-area-4,edge-forbidden,math
and edge-solve,territory-area-4,kropki
!