# Signal Runner 2045 arcade proof hub

Status: `arcade_demo_review_only_closed_until_human_yes`

Signal Runner 2045 is a tiny browser arcade sketch for the proof hub. It is static HTML/CSS/JS in one file, with no server, no network calls, no third-party assets, and no remote leaderboard.

## What to review

- Open `docs/arcade/index.html` locally or visit the Pages path after deployment.
- Use the arrow keys to move.
- Press `P to Pause` and `R to Restart`.
- Confirm the high score stays in localStorage only.
- Use Clear Scores before a screen-share if you want a clean board.

## Safety gates

- public_posting=false
- youtube_upload=false
- publishes_stream=false
- records_audio=false
- uploads_private_media=false
- starts_gpu=false
- starts_paid_api=false
- claim_openai_affiliation=false
- secret_exposure=false
- mutates_cron=false

Do you approve deploying this static browser arcade demo as a public proof-hub subpage after reviewing the game copy and safety gates?

## Verification

```bash
PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py
git diff --check
```

Do not add analytics, remote leaderboards, payments, uploads, public posting, livestreaming, recording, private media, secrets, paid APIs, GPU jobs, model downloads, training, or cron mutation without an awake human yes.
