1
0
Fork
You've already forked queens
0
A little board game where you need to place the crowns with not interference.
  • Rust 68.8%
  • Python 16.1%
  • Meson 6.3%
  • Just 5.1%
  • CSS 3.7%
2026年07月11日 14:59:53 +02:00
data update readme 2026年07月08日 21:45:16 +02:00
helper fix warning 2026年07月07日 07:31:01 +02:00
po restructure game 2026年07月08日 06:00:43 +02:00
src update comments 2026年07月11日 14:59:53 +02:00
.gitignore add translations 2026年07月07日 07:27:18 +02:00
Cargo.lock v0.5.0 2026年07月08日 19:16:29 +02:00
Cargo.toml v0.5.0 2026年07月08日 19:16:29 +02:00
justfile Prepare for publishing: signing key, flatpakref, install instructions 2026年07月07日 07:41:40 +02:00
LICENSE add translations 2026年07月07日 07:27:18 +02:00
meson.build v0.5.0 2026年07月08日 19:16:29 +02:00
meson_options.txt add translations 2026年07月07日 07:27:18 +02:00
page.codeberg.petsoi.queens.devel.json add translations 2026年07月07日 07:27:18 +02:00
page.codeberg.petsoi.queens.flatpakref Prepare for publishing: signing key, flatpakref, install instructions 2026年07月07日 07:41:40 +02:00
page.codeberg.petsoi.queens.json add translations 2026年07月07日 07:27:18 +02:00
readme.md update readme 2026年07月07日 17:32:56 +02:00

Queens

Queens is a logic puzzle game for Gnome: the grid is divided into colored regions, and you place crowns so they don't interfere with each other.

Main View

Rules

  • The grid is divided into colored regions.
  • Every row has exactly one crown — no row may have two.
  • Every column has exactly one crown — no column may have two.
  • Every colored region has exactly one crown — no region may have two.
  • No two crowns may touch, not even diagonally.
  • Left-click a cell to place or remove a crown. Right-click (or long-press on touch) to mark a cell you've deduced can't hold one — a scratch note that doesn't affect the puzzle logic.
  • Crowns that break a rule are outlined in red. Solve all four rules at once to win.

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/queens/raw/branch/main/page.codeberg.petsoi.queens.flatpakref

Once installed, you can update it with your software manager or use

flatpak update page.codeberg.petsoi.queens

Help is always appreciated.