An open API service indexing awesome lists of open source software.

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#

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.