Skip to content

AxonOS-BCI/AG0001

Repository files navigation

⟁  AG0001 — Chronos Boundary Flight

A browser-native AxonOS arcade — Elite Edition.  One file.  Zero network.  Zero telemetry.

CI version license runtime telemetry scope

Educational / brand artifact — not a medical device. No neural data, no sensors, no clinical claims.


Overview

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.

What's new in v1.2.0 — Credits & Hangar

  • 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 +credits count-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 AxonOS metaphor

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.

Controls

Action Keyboard Touch
Steer  /  A D drag anywhere
Boost  /  W double-tap
Shield  /  S  /  Space tap
Pause Esc  /  P button

Run

No toolchain required — it is one static file:

git clone https://github.com/AxonOS-BCI/AG0001.git
cd AG0001
python3 -m http.server 8080

Open http://127.0.0.1:8080.  (Or just play the hosted build.)

Architecture

  • 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 localStorage and are never transmitted.

Verify

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 manifest

CI also enforces a dependency-free tree, a secret scan, LF line endings, and a file-size budget. Live status: the CI badge above.

Not a medical device

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.

Version

Current version: 1.2.0

Related

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

About

Chronos Boundary Flight (Elite Edition, Credits & Hangar) — single-file, zero-telemetry browser arcade dramatising AxonOS concepts. Educational artifact.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors