aaugustin / sudoku

Command-line utility to resolve and generate SuDoKu grids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Command-line utility to resolve and generate SuDoKu grids


Languages

Language:Python 41.4%Language:C 27.0%Language:Go 25.6%Language:JavaScript 3.9%Language:CSS 1.1%Language:Makefile 0.8%Language:Dockerfile 0.1%