# hitori **Repository Path**: mirrors_chromium_gitlab_gnome/hitori ## Basic Information - **Project Name**: hitori - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](http://www.gnome.org) 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 ========= * Philip Withnall * Algorithm assistance from Ben Windsor * Icon by Jakub Szypulka BUGS ==== Bugs should be entered in [GNOME GitLab](https://gitlab.gnome.org/GNOME/hitori/issues). To get a better debug output, run: ``` hitori --debug ``` Contact ======= Philip Withnall 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: ```sh 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 ```