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:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`{{<h>|<j>|<k>|<l>|<ArrowKeys>}}`
|
2020-11-10 10:17:18 +00:00
|
|
|
|
|
|
|
- Delete a number:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`{{<Backspace>|<x>}}`
|
2020-11-10 10:17:18 +00:00
|
|
|
|
|
|
|
- Get a hint:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<H>`
|
2020-11-10 10:17:18 +00:00
|
|
|
|
|
|
|
- See the complete solution:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<S>`
|
2020-11-10 10:17:18 +00:00
|
|
|
|
|
|
|
- Create a new puzzle:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<N>`
|
2020-11-10 10:17:18 +00:00
|
|
|
|
|
|
|
- Quit the game:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<Q>`
|