sudoku icon indicating copy to clipboard operation
sudoku copied to clipboard

Command-line utility to resolve and generate SuDoKu grids

Sudoku solver & generator

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!

Install

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

Develop

The go and python directories contain a Makefile with useful commands.