hitori
logic puzzle game similar to sudoku
Install
- All systems
-
curl cmd.cat/hitori.sh
- Debian
-
apt-get install hitori
- Ubuntu
-
apt-get install hitori
- Arch Linux
-
pacman -S hitori
- Kali Linux
-
apt-get install hitori
- Fedora
-
dnf install hitori
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hitori
- Raspbian
-
apt-get install hitori
- Dockerfile
- dockerfile.run/hitori
hitori
logic puzzle game similar to sudoku
Hitori puzzles give you a grid filled with numbers. The goal is to remove numbers such that no row or column contains duplicates. This implementation has undo/redo support, can give hints, and generates puzzles up to 10x10 cells large.