Files
bgclock/fastlane/metadata/android/en-US/full_description.txt
T
hansdezwartandClaude Opus 5 c27878b826 Refresh the screenshots, and Hans's description edit
All four listing shots were captured before the sheet-shadow fix, so each
carried the dark band along the bottom. Regenerated against the fixed
build; every one now measures a flat bottom band. The score sheet shot is
byte-identical and unchanged — an open sheet covers the bottom of the
screen, so the closed sheet's shadow was never visible in it.

Adds a fifth shot of the timeout, the most distinctive thing the app does
and the one state that had no picture.

Hans's description credits the design and the Chess.com inspiration.
Checked against F-Droid's documented limits: title 16/50, summary 66/80,
description 1644/4000, changelog 180/500, and <b> is the only markup, on
their allowed list.

.gitignore picks up *.swp and *~ so an editor swap file can't be
committed by accident.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-11 20:20:52 +02:00

22 lines
1.6 KiB
Plaintext

A backgammon clock for two players sharing one phone between them. Reserve time plus a fixed number of free seconds each turn that never carry over. Defaults to 3:00 with a 12 second delay.
It asks for no permissions at all. There is no network access, no analytics, no accounts, no ads, and nothing to configure before you can play. The whole clock is a single HTML file inside the app.
Tap your own half to end your turn and start your opponent's clock.
<b>Matches</b>
Set the match length to any odd number of points up to 29. The time you set is per point, so a 5-point match at 2:00 a point puts 10:00 on each clock. Each half of the screen reads the score from that player's own side of the board, so both players see their own score on the top line.
At one point there is no match to keep score of, and the score lines disappear entirely — you get a plain single-game clock with a move count.
<b>It survives being closed</b>
Settings and the match in progress are kept on the device: the score, both clocks, the move counts, whose turn it is and how much delay was left. Force-quit it mid-match and it all comes back. The one thing it can't restore is time that passed while the app was closed, so it returns paused rather than charging anyone for the gap — a crash shouldn't decide a game.
Pause freezes mid-turn and resumes exactly where it stopped, delay included. Reset takes two taps, so one stray thumb can't wipe a live match.
Five colour schemes, three sounds generated on the fly, and the screen stays awake while you play.
Design is by Hans de Zwart, partially inspired by the Chess.com clock. Code is by Claude Opus.