A command line and web interface to resolve and generate Sudoku grids.
Implemented and optimized in several languages for learning purposes.
Released under the BSD licence. Feel free to reuse!
Go
$ go install github.com/aaugustin/sudoku/go/sudoku/cmd/sudoku
$ sudoku --help
Python / C
$ python -m pip install "https://github.com/aaugustin/sudoku/archive/master.tar.gz#egg=sudoku&subdirectory=python"
$ sudoku --help
The go
and python
directories contain a Makefile
with useful commands.
Version | Tag | Published |
---|---|---|
v0.0.0-20210821145306-f2f558a958b0 | 6mos ago | |
v0.0.0-20210223131022-10996a059248 | 1yr ago | |
v0.0.0-20201127201013-97ed10fbbaeb | 1yr ago | |
v0.0.0-20201025170323-7ca81abf273d | 2yrs ago |