mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
nudoku: add page (#4944)
This commit is contained in:
parent
8d40ac5051
commit
6b167bcdd4
1 changed files with 36 additions and 0 deletions
36
pages/common/nudoku.md
Normal file
36
pages/common/nudoku.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# nudoku
|
||||
|
||||
> Sudoku game in terminal.
|
||||
> More information: <https://jubalh.github.io/nudoku/>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue