|
Grids featured in M-SuDoKu are obtained through Composer by act365.com.
From here you can download the modified version
of SuDoku Solver which has been used to create M-SuDoKu grids.
To use the modified version, extract all files from the ZIP file, move
(from the command prompt) to the extraction directory and use the following command to create
the grid:
java com.act365.sudoku.Composer -mu 50 -c 20 -ms 1 24
(please see the documentation on Su Doku Solver
website for the command details).
The command output shows the grid coded in the format used to store it in the
PuzzleModel class of M-SuDoKu, using the
toLFString() method added to the com.act365.sudoku.Grid
and com.act365.sudoku.SuDokuUtils classes.
|