Hitori is a GTK+ application to generate and let you play games of Hitori, a logic game similar to Sudoku created by Nikoli.
See NEWS file.
GNOME 3.0 development platform
- Left-click on a cell: Paint/Unpaint cell
- Ctrl+Left-click on a cell: Tag cell
- Shift+Left-click on a cell: Tag cell
- Ctrl+N: New game
- Ctrl+H: Display a hint
- Ctrl+Z: Undo last move
- Ctrl+Shift+Z: Redo last undone move
- Ctrl+Q: Quit
- Philip Withnall [email protected]
- Algorithm assistance from Ben Windsor [email protected]
- Icon by Jakub Szypulka [email protected]
Bugs should be entered in GNOME GitLab.
To get a better debug output, run:
hitori --debug
Philip Withnall [email protected]
https://wiki.gnome.org/Apps/Hitori
The default development branch of Hitori has been renamed to main
. To update
your local checkout, use:
git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main