nudoku

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

Install

All systems
curl cmd.cat/nudoku.sh
Debian Debian
apt-get install nudoku
Ubuntu
apt-get install nudoku
image/svg+xml Kali Linux
apt-get install nudoku
Fedora
dnf install nudoku
Windows (WSL2)
sudo apt-get update sudo apt-get install nudoku
OS X
brew install nudoku
Raspbian
apt-get install 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

© tl;dr; authors and contributors