/kudosu

Ruby sudoku generator and solver

Primary LanguageRubyMIT LicenseMIT

Kudosu

Sudoku generator and solver

Installation

$ gem install kudosu

Usage

Generate a sudoku puzzle

$ kudosu generate

Generate a JSON representation of a sudoku puzzle

$ kudosu generate-json

Solve a JSON representation of a sudoku puzzle

$ kudosu generate-json | kudosu solve

TODO

  • optimize
  • ncurses interface

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/maca/kudosu. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.