https://github.com/perry-mitchell/sudoku-generator-cs
Sudoku board generator for C#
https://github.com/perry-mitchell/sudoku-generator-cs
Last synced: about 1 year ago
JSON representation
Sudoku board generator for C#
- Host: GitHub
- URL: https://github.com/perry-mitchell/sudoku-generator-cs
- Owner: perry-mitchell
- License: mit
- Created: 2015-05-16T07:40:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T07:48:35.000Z (about 11 years ago)
- Last Synced: 2025-05-08T20:58:38.070Z (about 1 year ago)
- Language: C#
- Size: 133 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku Board Generator
Sudoku board generator for C#
## Usage
Compile the application, and use like so:
```
generator
```
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!](http://perrymitchell.net/portfolio/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](http://perrymitchell.net/article/building-sudoku-for-mobile-applications).
## 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.