HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nudoku — Sudoku game in terminal. More information: <https://jubalh.github.io/nudoku/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandnudokuclisudokuinformationgamemore

Problem

How to use the nudoku command: Sudoku game in terminal. More information: <https://jubalh.github.io/nudoku/>.

Solution

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>

Code Snippets

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>

Context

tldr-pages: common/nudoku

Revisions (0)

No revisions yet.