https://github.com/ianprime0509/nonograms
A Nonograms game for GNOME
https://github.com/ianprime0509/nonograms
game gnome nonograms zig
Last synced: 23 days ago
JSON representation
A Nonograms game for GNOME
- Host: GitHub
- URL: https://github.com/ianprime0509/nonograms
- Owner: ianprime0509
- License: 0bsd
- Created: 2023-03-28T03:21:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T02:51:33.000Z (2 months ago)
- Last Synced: 2025-04-26T04:56:44.160Z (26 days ago)
- Topics: game, gnome, nonograms, zig
- Language: Zig
- Homepage:
- Size: 369 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nonograms
A WIP [Nonograms](https://en.wikipedia.org/wiki/Nonogram) game written using Zig
and GTK.This project is often used as a testing ground for new
[zig-gobject](https://github.com/ianprime0509/zig-object) changes, so it is
not guaranteed that it will always be buildable from scratch (the zig-gobject
dependency may refer to a relative path to a custom local build). This will
change as this project approaches some form of stability.
Flatpak build and install command:
```sh
flatpak-builder \
--user \
--install \
--force-clean \
--state-dir=zig-out/flatpak-builder \
--install-deps-from=flathub \
--repo=zig-out/repo \
zig-out/builddir \
build-aux/dev.ianjohnson.Nonograms.yaml
```