Sudoku board generator for C#
Compile the application, and use like so:
generator <workers> <puzzles> <output>
Where:
workers
is the number of threads to use for processing.puzzles
is the number of puzzles you would like to generate.output
is the directory in which to write the puzzles.
This board generator was used in my Aivoterveydeksi! application build for iOS. I used this utility to generate thousands of boards to bundle with the app. You can read about why here.
This project may be revisited later for an overhaul, as it was never intended to be made public. I do have plans to release a NodeJS version as well, so that may take priority.