1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 05:35:26 +02:00
tldr/pages/common/nudoku.md

36 lines
415 B
Markdown

# 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>|<ArrowKeys>}}`
- Delete a number:
`{{<Backspace>|<x>}}`
- Get a hint:
`<H>`
- See the complete solution:
`<S>`
- Create a new puzzle:
`<N>`
- Quit the game:
`<Q>`