Add gomoku-rm 1.0.1#177
Conversation
Gomoku (五子棋) game for reMarkable 2 — pure Rust + libremarkable + AppLoad with a self-built Alpha-Beta engine. 19×19 board, 3 difficulty levels, bilingual UI scaffolding, persistent saves. Verified working end-to-end on rM2 firmware 20260210094933. Source: https://github.com/jiafans/gomoku-rm (MIT) Release: https://github.com/jiafans/gomoku-rm/releases/tag/v1.0.1 scripts/validate-velbuild.sh + scripts/lint-packages.sh both PASS locally.
| maintainer="jeffrey <jeffrey@shaojia.fan>" | ||
| pkgname=gomoku-rm | ||
| pkgver=1.0.1 | ||
| pkgrel=1 |
There was a problem hiding this comment.
| pkgrel=1 | |
| pkgrel=0 |
pkgrel in apk starts at 0
|
/publish-testing |
|
Packages published to testing repo:
Install with: |
|
Tested on rm1 as well. @jiafans Please re-request a review once you've addressed my previous review. Feel free to test from the Vellum testing repo as well if you want, instructions in the Vellum README. |
- pkgrel: 1 → 0 (apk convention: first packaging of a pkgver starts at 0) - drop postdeinstall block: vellum auto-removes tracked install paths; /home/root/.config/gomoku-rm/ is user data and shouldn't be wiped on uninstall (matches rmstream / vnsee convention)
|
@rmitchellscott Thanks for the review and for publishing to testing! Addressed both points in
Local |
|
/publish-testing |
|
Packages published to testing repo:
Install with: |
|
@jiafans bump |
Adds gomoku-rm 1.0.1 — a Gomoku (五子棋) game for reMarkable 2.
Pure-Rust app built on
libremarkable0.7, runs as an AppLoad external withqtfb-shim(same setup asvnsee-qtfb). Self-implemented Alpha-Beta engine: negamax + iterative deepening + candidate pruning + 3s time budget; depth 2/4/6 across 3 difficulty levels. 19×19 board with Go-style coordinates.20260210094933(kernel5.4.70-v1.6.2-rm11x)Local checks both PASS:
scripts/validate-velbuild.shscripts/lint-packages.shNotes:
arch=\"armv7\"only — the upstream repo includes vendored patches tolibremarkableandevdevthat are specifically for the rM2 multitouch quirks (noABS_MT_PRESSURE;BTN_TOUCHwithoutEV_KEY). Aarch64 (rM Paper Pro) builds aren't validated yet./home/root/xovi/exthome/appload/gomoku/postdeinstallhonorsVELLUM_PURGE=1to also remove/home/root/.config/gomoku-rm/(savestate + config)