mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 23:42:42 +00:00
42 lines
512 B
Plaintext
42 lines
512 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|