Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gutjuri/sudoku
Sudoku programme
https://github.com/gutjuri/sudoku
Last synced: 14 days ago
JSON representation
Sudoku programme
- Host: GitHub
- URL: https://github.com/gutjuri/sudoku
- Owner: gutjuri
- License: bsd-3-clause
- Created: 2020-03-30T13:15:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T10:34:59.000Z (22 days ago)
- Last Synced: 2025-01-13T11:40:18.356Z (22 days ago)
- Language: Haskell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# sudoku
## Motivation
I'm getting real tired of solving sudokus, that's why I'd like to automate it. And while we're at it, we can also automate generating sudokus that we can solve by hand. Also, we'd like a nice GUI.
## Development Status
Currently, we can generate sudokus that have exactly one unique solution. We can solve sudokus with an arbitrary number of solutions. We don't have a gui yet.
## ToDos
* [ ] GUI that allows to solve sudokus interactively. I'll do this using threepenny-gui.
* [x] Output sudokus in a printable format.
* [ ] Add a convenient way to input sudokus.## Known Issues
* Sudoku generation is very slow. The time needed for generation is non-deterministic, which means it can range from seconds up to several minutes.