Skip to content

theperspectiv/hitori

 
 

Repository files navigation

Hitori

Hitori is a GTK+ application to generate and let you play games of Hitori, a logic game similar to Sudoku created by Nikoli.

News

See NEWS file.

Dependencies

GNOME 3.0 development platform

Controls

  • 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

Copyright

BUGS

Bugs should be entered in GNOME GitLab.

To get a better debug output, run:

hitori --debug

Contact

Philip Withnall [email protected]

https://wiki.gnome.org/Apps/Hitori

Default branch renamed to main

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

Releases

No releases published

Packages

No packages published

Languages

  • C 89.9%
  • Meson 7.9%
  • CSS 1.3%
  • Python 0.9%