# Aura3D Mini Game

Small interactive scene starter for agent-authored controls, movement, and route
health checks.

Status: playable starter, not a production game claim. This template uses a
typed player asset, the public `game.platformer(...)` kit, runtime nodes, HUD
evidence, keyboard input, reset, scoring, and screenshot tests. It proves the
starter boots and responds to keyboard input through `@aura3d/lean/game`'s
solver-free deterministic arcade API; it does not install or claim a physical
simulation solver and does not prove production art direction, skinned animation,
advanced PBR, WebGPU, postprocess, or commercial game polish.

Before presenting a route from this template as production-quality, replace any
placeholder art with typed primary assets from the Aura3D CLI, keep
`model(assets.x)` for real assets, prove each claimed mechanic with keyboard
tests, and capture desktop/mobile screenshots where the main subject is
readable.

```bash
npm install
npm run dev
npm run test
```
