From 6b167bcdd42392c1c565d8939e033a1c7db9872b Mon Sep 17 00:00:00 2001 From: Sahil Dhiman <52946452+sahilister@users.noreply.github.com> Date: Tue, 10 Nov 2020 10:17:18 +0000 Subject: [PATCH] nudoku: add page (#4944) --- pages/common/nudoku.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/nudoku.md diff --git a/pages/common/nudoku.md b/pages/common/nudoku.md new file mode 100644 index 0000000000..18ad4e969f --- /dev/null +++ b/pages/common/nudoku.md @@ -0,0 +1,36 @@ +# nudoku + +> Sudoku game in terminal. +> More information: . + +- Start a sudoku game: + +`nudoku` + +- Choose the difficulty of the game: + +`nudoku -d {{easy|normal|hard}}` + +- Navigate the board: + +`{{h|j|k|l}} OR {{Left|Down|Up|Right}} arrow key` + +- Delete a number: + +`{{Backspace|x}}` + +- Get a hint: + +`H` + +- See the complete solution: + +`S` + +- Create a new puzzle: + +`N` + +- Quit the game: + +`Q`