https://github.com/codegoalie/sudoku-generator
Generates new pairs of randomly generated Sudoku puzzles and solutions
https://github.com/codegoalie/sudoku-generator
Last synced: 9 months ago
JSON representation
Generates new pairs of randomly generated Sudoku puzzles and solutions
- Host: GitHub
- URL: https://github.com/codegoalie/sudoku-generator
- Owner: codegoalie
- Created: 2016-01-02T14:24:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T18:47:48.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T08:49:57.167Z (11 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sudoku Generator
For Sudoku, this program generates:
- [x] Random filled puzzle boards
- [x] A puzzle for the filled board
Easy has 46 blanks.
Med has 51 blanks.
Hard has 53 blanks.
Evil has 55 blanks.