~/AdmiralBet/privacy.md
user@AdmiralBet:~$ cat privacy.md

# AdmiralBet — Privacy

updated:2026-08-13 scope:on-device only tldr:AdmiralBet does not collect, transmit, or share any personal information. contact:[email protected]

// AdmiralBet is an offline word puzzle — read the board, back your instinct, and spell the words out.

[01] Information collected // inputs

None. AdmiralBet has no account, sign-up, or login, and never asks for your name, email, phone number, or any other personal detail. It collects nothing from you and builds no profile about you.

[02] Local storage // on-device

The game keeps a small amount of data in a local SQLite database on your device, never uploaded:

  • Your puzzle progress — which levels you have completed and your current level.
  • Gameplay counters — scores, streaks, and remaining hints or power-ups.
  • App settings — such as sound and preference toggles.

Uninstalling the app deletes every byte.

[03] Permissions // runtime

The Android build declares only the standard INTERNET permission, but the game never uses it to send or receive any of your data — it works fully offline. No sensitive runtime permissions are requested: no camera, location, microphone, contacts, photos, or storage access. The iOS build requests no special permissions.

[04] Network // egress

AdmiralBet runs entirely offline. It makes no network requests, contacts no servers, and has no analytics or advertising backend. The only outbound action is optional: when you tap Share, your device's own share sheet opens so you can send text (like a result) through an app you choose — that content leaves only through the app you pick, never through us.

[05] Third parties // vendors

None. No analytics, advertising, crash-reporting, or tracking SDKs are integrated. The app is built only with open-source Flutter packages that run on your device (a local database, UI animation, and the system share sheet). No third party receives your data because none of it ever leaves your phone.

[06] Children // coppa/gdpr-k

Because the app collects no personal data and transmits nothing, it is suitable for all ages, including children under 13. It complies with COPPA and GDPR-K by design — there is simply no data to gather, share, or sell.

[07] Your rights // you

All of your data lives only on your device. You can clear it at any time from your device's app settings, or by uninstalling AdmiralBet, which permanently erases everything. Because we never receive your data, there is nothing for us to access, export, or delete on your behalf.

[08] Changes // changelog

If this policy changes, the updated field at the top of this page will be revised. Material changes are also noted in the app's release notes.