.
François has extended the SHC so as to allow sukakus as inputs any time sudokus were allowed. In both cases, the standard 81- or 729- character format is used.
Moreover, a sukaku grid can be copied into a file from almost any grid on the forum, with (almost) any "markings" of the candidates (except a single quote or a paragraph sign, for technical reasons apparently related to java portability).
Allowed markers on candidates: upper and lower cases letters (with no accent) plus the following signs: #&@$(=+-*^%)_,;/
Allowed separators between cells on a line: space | ! : (at least one separator between two cells is mandatory).
See the README.md file for details.
In the README.md file, I've rewritten the command line syntax in such a way that:
- any consistent command that worked before still works (example of an inconsistent command: java -jar SHC.jar B -examples -puzzle);
- one doesn't have to specify the game is sudoku, only the sukaku keyword must be added after the <classif>.
Let us know if this is a useful addition for you.
.