Sudoku generator and solver
$ gem install kudosu
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
- optimize
- ncurses interface
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.
The gem is available as open source under the terms of the MIT License.