.\" Manpage for nudoku. .TH man 6 "19 April 2018" "1.0.0" "nudoku man page" .SH NAME nudoku \- ncurses based sudoku game .SH SYNOPSIS nudoku [OPTIONS] .SH DESCRIPTION nudoku is a ncurses based sudoku game. Perfect to relax a little or just waste some time when you are on the console. .SH 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. .BR 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. .BR 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. .BR m Toggle marks. If enabled, the number in the currently selected cell will be highlighted in all other cells they occur in. Only works when colors are enabled. .BR N Create a new puzzle. .BR Q Quit nudoku. .BR r Redraw screen. In case you resized your terminal this will come handy. .BR S Let the computer solve the puzzle. .SH OPTIONS .BR \-h Print help. .BR \-v Display version information. .BR \-c Do not use colors. Black and white mode. Some terminals don't support colors, use this option in this case. .BR \-d Choose difficulty. Available options are: easy, normal, hard .BR \-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...... .SH BUGS No known bugs. .SH AUTHOR Michael Vetter (jubalh@iodoru.org)