Privacy Policy
maze explorer (com.lavazombie.amazegame) · Android and web · Last updated 2 September 2026
maze explorer collects nothing. The app has no servers, no accounts, no analytics, no advertising, and no third-party SDKs. Nothing you type or do in the game is transmitted anywhere. There is no data for us to see, sell, or lose.
What the app stores, and where
The game keeps a small amount of state so your progress survives closing it. All of it is written to private storage on your own device and never leaves it.
| What | Why | Where it lives |
|---|---|---|
| A display name, if you choose to enter one | Shown on the game's own scoreboard | Android: the app's private SharedPreferences, inside the app sandbox.Web: your browser's IndexedDB, scoped to the page's origin. |
| Mazes completed, current and best streak, per-maze times | Your score and stats | |
| Appearance settings — skin, shapes, colours, speed | So the game looks the way you left it | |
| A one-way hash of each maze you have played | So the same maze never comes up twice on your device |
Uninstalling the Android app, or clearing site data in the browser, deletes all of it permanently. There is no copy anywhere else.
Permissions
The release build of the Android app requests no permissions at all — not network, not storage, not location, not identifiers.
Developer builds (never distributed through Google Play) request INTERNET for a
diagnostic HTTP server bound to 127.0.0.1, used to drive the game from a development
machine over USB. That server and the permission are compiled out of the released app.
Children
The game is suitable for all ages. Because it collects no data whatsoever, it collects none from children either, and it contains no advertising and no in-app purchases.
Third parties
None. The app bundles no analytics, crash reporting, attribution, or advertising library. Its only non-obvious component is a WebAssembly runtime that executes the game's own maze generator locally on your device.
The web version is served from GitHub Pages. GitHub may log requests for the page itself, as any web host does; see GitHub's privacy statement. The Android app does not contact GitHub or any other host.
Your rights
Because no personal data ever reaches us, there is nothing for us to disclose, correct, export, or erase on request. You hold the only copy, and you can delete it at any time by uninstalling the app or clearing the site's browser data.
Changes
If a future version of the game ever collects or transmits anything, this page will be updated before that version is released, and the change will be described here rather than quietly folded into the text.
Contact
Questions about this policy: golovcoanatolie@gmail.com.
Source code: github.com/LavaZombie7404/aMazeGame — the claims above are verifiable in it.