Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremypw/gnonograms
Nonograms puzzle game written in Vala.
https://github.com/jeremypw/gnonograms
Last synced: 1 day ago
JSON representation
Nonograms puzzle game written in Vala.
- Host: GitHub
- URL: https://github.com/jeremypw/gnonograms
- Owner: jeremypw
- License: gpl-3.0
- Created: 2017-12-27T12:00:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T16:34:14.000Z (5 days ago)
- Last Synced: 2024-12-08T17:28:18.633Z (5 days ago)
- Language: Vala
- Homepage:
- Size: 3.53 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Gnonograms - Create and solve gnonogram puzzles [:white_check_mark:](https://appcenter.elementary.io/com.github.jeremypw.gnonograms.desktop) (Applications / Games)
README
# ![icon](data/icons/48/com.github.jeremypw.gnonograms.svg) Gnonograms
Nonogram puzzle game written in Vala/Gtk.[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.jeremypw.gnonograms)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)![Screenshot](https://raw.githubusercontent.com/jeremypw/gnonograms/master/data/screenshots/GnonogramsSolvingLight.png)
### Building and installing as Flatpak (recommended)
To build the latest code with the latest Platform and Sdk, open a terminal and navigate
to the root folder of the source code. Then run these commands:
```
sudo apt install flatpakflatpak remote-add --if-not-exists --system appcenter https://flatpak.elementary.io/repo.flatpakrepo
flatpak install io.elementary.Platform io.elementary.Sdk (choose 'daily' versions)
sudo apt install flatpak-builder
mkdir ./build
flatpak-builder --force-clean --install --user build com.github.jeremypw.gnonograms.yml
```
Gnonograms can be run from the terminal with
```
flatpak run com.github.jeremypw.gnonograms`
```Gnonograms will also appear in the Applications Menu.
### Uninstalling Gnonograms Flatpak
```
flatpak uninstall com.github.jeremypw.gnonograms
```