Skip to content

perry-mitchell/sudoku-generator-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku Board Generator

Sudoku board generator for C#

Usage

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.

Another generator? Really?

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.

Plans

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.

About

Sudoku board generator for C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages