1
0
Fork
You've already forked griddle
0
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%
2026年07月11日 13:05:40 +02:00
data improve example 2026年07月11日 13:05:40 +02:00
helper init 2026年07月04日 06:46:24 +02:00
po remove toast 2026年07月06日 08:14:42 +02:00
src v0.3.1 2026年07月09日 21:39:38 +02:00
.gitignore add readme 2026年07月04日 12:20:07 +02:00
Cargo.lock add missing PO entry 2026年07月06日 08:01:02 +02:00
Cargo.toml v0.3.1 2026年07月09日 21:39:38 +02:00
justfile fix just install run 2026年07月06日 18:13:34 +02:00
LICENSE init 2026年07月04日 06:46:24 +02:00
meson.build v0.3.1 2026年07月09日 21:39:38 +02:00
meson_options.txt rename project 2026年07月04日 15:30:16 +02:00
page.codeberg.petsoi.griddle.devel.json rename project 2026年07月04日 15:30:16 +02:00
page.codeberg.petsoi.griddle.flatpakref rename project 2026年07月04日 15:30:16 +02:00
page.codeberg.petsoi.griddle.json rename project 2026年07月04日 15:30:16 +02:00
readme.md improve example 2026年07月11日 13:05:40 +02:00

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.

Main View

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.

Example

  • 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.