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

37 lines
415 B
Markdown
Raw Normal View History

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