Project

xudoku-cli

0.0
The project is in a healthy, maintained state
Solve sudoku puzzles on your terminal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 2.1.2
~> 0.7.0
~> 0.7.1
~> 0.9.0
~> 0.8.2
~> 0.1.1
 Project Readme

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.