17.04.2020, 21:26
I have a tool up at https://garp.vllmrt.net/puzzles/draw/ that lets you generate puzzle graphics. You'll probably have to do a bit of experimenting yourself, though...
Here's a sample pzg description of a 6x6 sudoku with extra regions and some outside clues:
Here's a sample pzg description of a 6x6 sudoku with extra regions and some outside clues:
Code:
- type: cells
grid: |
......
..XXX.
..XXX.
......
.XXX..
.XXX..
substitute:
X: light-shade
- type: grid
style: default
grid: |
......
......
......
......
......
......
- type: regions
grid: |
aaabbb
aaabbb
cccddd
cccddd
eeefff
eeefff
- type: cells
grid: |
1.....
.2....
..3...
...4..
....5.
.....6
- type: cells
place:
direction: north
margin: close
grid: 1.3.5.
- type: cells
place:
direction: west
margin: close
grid: |
a
.
b
.
c
.
substitute:
a: 10
b: 11
c: 12