LinuxCommandLibrary

nudoku

terminal Sudoku game

TLDR

Start new game

$ nudoku
copy
Select difficulty
$ nudoku -d [easy|normal|hard]
copy
Start easy game
$ nudoku -d easy
copy
Start hard game
$ nudoku -d hard
copy

SYNOPSIS

nudoku [options]

DESCRIPTION

nudoku is a terminal Sudoku game. Uses ncurses for display.
The game generates puzzles at different difficulties. Keyboard-driven interface.

PARAMETERS

-d DIFFICULTY

Set difficulty (easy, normal, hard).
-n
No color mode.
-h, --help
Display help information.
-v, --version
Display version.

CAVEATS

Requires ncurses. Arrow keys for navigation. Terminal based only.

HISTORY

nudoku was created as a terminal-based Sudoku implementation using ncurses.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community