Griddle is a logic puzzle game for Gnome: fill in cells on a grid to reveal a hidden pattern, using only the numbers given for each row and column.
- Rust 64.8%
- Python 18.9%
- Meson 7.7%
- Just 6.1%
- CSS 2.5%
| data | improve example | |
| helper | init | |
| po | remove toast | |
| src | v0.3.1 | |
| .gitignore | add readme | |
| Cargo.lock | add missing PO entry | |
| Cargo.toml | v0.3.1 | |
| justfile | fix just install run | |
| LICENSE | init | |
| meson.build | v0.3.1 | |
| meson_options.txt | rename project | |
| page.codeberg.petsoi.griddle.devel.json | rename project | |
| page.codeberg.petsoi.griddle.flatpakref | rename project | |
| page.codeberg.petsoi.griddle.json | rename project | |
| readme.md | improve example | |
Griddle
Griddle is a logic puzzle game for Gnome: fill in cells on a grid to reveal a hidden pattern, using only the numbers given for each row and column.
Rules
- Each row and column has a clue: a list of numbers giving the length of every run of filled cells in that line, in order.
- A clue of 3 1 means a run of three filled cells, then a gap of at least one empty cell, then one filled cell.
- Left-click a cell to fill it in. Right-click a cell to cross it out when you know it must stay empty.
- The numbers change their color once its line is filled in correctly. Solve every line to win.
- Every generated board can be solved by pure logic — no guessing required.
The program has been written with the assistance of AI. I reviewed everything as well as I could.
Installation
Via Flatpak:
flatpak install https://codeberg.org/petsoi/griddle/raw/branch/main/page.codeberg.petsoi.griddle.flatpakref
Once installed, you can update it with your software manager or use
flatpak update page.codeberg.petsoi.griddle
Help is always appreciated.