bionic (6) nudoku.6.gz

Provided by: nudoku_0.2.5-1_amd64 bug

NAME

       nudoku - ncurses based sudoku game

SYNOPSIS

       nudoku [OPTIONS]

DESCRIPTION

       nudoku  is a ncurses based sudoku game. Perfect to relax a little or just waste some time when you are on
       the console.

Keybindings

       For navigation use vi-keybindings (hjkl) or arrow keys.  Pressing a  number  will  put  it  in  a  field.
       Pressing delete, backspace or x will delete it.

       Some keys need to be typed uppercase to prevent pressing them accidentally.

       Q Quit nudoku.

       r Redraw screen. In case you resized your terminal this will come handy.

       c  Gives feedback whether your solution is right. If you think you finished your sudoku press this key to
       make sure it is. You can also use this during the game to check if you have made any mistakes.

       N Create a new puzzle.

       S Let the computer solve the puzzle.

       H The computer will fill in one number for you. If you are pretty close to finishing he might not want to
       help you.  And if you did something wrong so far, he will not say anything.

OPTIONS

       -h Print help.

       -v Display version information.

       -c  Do not use colors. Black and white mode. Some terminals don't support colors, use this option in this
       case.

       -d Choose difficulty.  Available options are: easy, normal, hard

       -s User provided stream.  The user can provide a sudoku himself. Nudoku won't generate it in  this  case.
       Notation  is  in  stream  format,  meaning everthing in one line. Use dots (.) for empy fields.  Example:
       nudoku -s 4.....8.5.3..........7......2.....6.....8.4......1.......6.3.7.5..2.....1.4......

BUGS

       No known bugs.

AUTHOR

       Michael Vetter (jubalh@openmailbox.org)