A browser-native AxonOS arcade — Elite Edition. One file. Zero network. Zero telemetry.
Educational / brand artifact — not a medical device. No neural data, no sensors, no clinical claims.
A single self-contained index.html — HTML, CSS and inline JavaScript, with no build step, no bundler, no dependencies, and no network calls. Pilot a sovereign signal upward through a hostile boundary field, collect data shards, earn credits, and dodge hazards while four integrity meters drain and recover.
- Credits economy. Collect golden coin pickups mid-flight and earn run bonuses (altitude, score, combo, victory) — credits persist locally.
- Hangar unlocks. Spend credits to unlock the Velocity / Fortress / Sovereign loadouts straight from the menu.
- Pause anytime — the ⏸ button or
Esc/P, with Resume / Restart / Menu. - UX — credit balance in the Hangar, a
+creditscount-up on results, a gentle coin magnet, and clearer onboarding. - Stability — fixed a zone-index crash; the update and draw loops now run inside guarded handlers, and the on-screen error reporter remains as a safety net.
The four HUD meters mirror real concerns from the AxonOS architecture — as a dramatization, not the real system:
| HUD meter | In the game | AxonOS concept it gestures at |
|---|---|---|
| Boundary | Hull integrity vs. hazards | The hard boundary between user and system |
| Privacy | Drains in exposed zones | On-device-only data, nothing leaves the edge |
| Consent | Fuels boost & shield | Consent enforced below the coupling engine |
| Latency | Spikes under stress | Hard real-time deadlines |
The real, replay-verified engines live in axonos-boundary-run-v64 and axonos-e2e-demo. This repo is the playful front door, not the engineering.
| Action | Keyboard | Touch |
|---|---|---|
| Steer | ← → / A D |
drag anywhere |
| Boost | ↑ / W |
double-tap |
| Shield | ↓ / S / Space |
tap |
| Pause | Esc / P |
⏸ button |
No toolchain required — it is one static file:
git clone https://github.com/AxonOS-BCI/AG0001.git
cd AG0001
python3 -m http.server 8080Open http://127.0.0.1:8080. (Or just play the hosted build.)
- Single file. Markup, styling, engine, cinematics — all in
index.html. - Deterministic core. xorshift PRNG (BigInt) with an integer fallback.
- Canvas 2D loop with momentum physics, particles, parallax, and screen shake.
- Guarded runtime. Update and draw run inside try/catch; any error surfaces as an on-screen banner — never a blank screen.
- Local only. No requests of any kind; scores and credits live in
localStorageand are never transmitted.
Every claim above is gate-checked — 12 CI jobs plus a deploy-time scripts/verify.sh:
bash scripts/verify.sh # version, integrity, inline-JS syntax
sha256sum -c SHA256SUMS # release manifestCI also enforces a dependency-free tree, a secret scan, LF line endings, and a file-size budget. Live status: the CI badge above.
AG0001 is an educational and brand artifact. It contains no neural interface, no sensors, and collects no data. Nothing here is a medical claim, a clinical result, or a description of a shipping product.
Current version: 1.2.0
axonos.org · medium.com/@AxonOS · axonos-boundary-run-v64 · axonos-e2e-demo
© The AxonOS Project / Denis Yermakou · axonos.org · connect@axonos.org · security@axonos.org