Xudoku::Cli

Solve Sudoku puzzles on your consoles. Based on TTY-* terminal toolkit. Uses Xudoku to generate sudoku puzzles.

Example of the console puzzle

Installation

$ gem install xudoku-cli

Usage

To use Xudoku::Cli in your application

require "xudoku-cli"

# run it
Xudoku::Cli.run

From the shell

$ xudoku

Authors

Created and maintained by

Venkatakrishnan Ganesh

License

Xudoku::Cli is licensed under the MIT license.

See LICENSE for the full license text.