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%
| data | update readme | |
| helper | fix warning | |
| po | restructure game | |
| src | update comments | |
| .gitignore | add translations | |
| Cargo.lock | v0.5.0 | |
| Cargo.toml | v0.5.0 | |
| justfile | Prepare for publishing: signing key, flatpakref, install instructions | |
| LICENSE | add translations | |
| meson.build | v0.5.0 | |
| meson_options.txt | add translations | |
| page.codeberg.petsoi.queens.devel.json | add translations | |
| page.codeberg.petsoi.queens.flatpakref | Prepare for publishing: signing key, flatpakref, install instructions | |
| page.codeberg.petsoi.queens.json | add translations | |
| readme.md | update readme | |
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.
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.