AURA

JSGG

AuraJS
DOCSEXAMPLESGITHUB
Examples, Guides, and Canonical Sources
Examples, agent guidance, and the current source ordering behind the public handbook.
docs/external/game-dev-api/14-examples-guides-and-canonical-sources.md

Examples, Guides, and Canonical Sources

Use this page as the map for examples, deeper guides, and the truth sources behind this handbook.

Examples in this repo

See examples/README.md for the current example list. GitHub examples: https://github.com/Aura-Industry/aurajs/tree/main/examples

Useful starting points:

  • examples/chess-dev-cli is the current small proof for auramaxx play, auramaxx session, auramaxx state, and auramaxx action working together.
  • examples/README.md is the shortest map of the maintained example set.
  • examples/native-mp4-proof is the narrow native .mp4 playback proof.
  • examples/media-presentation-proof is the stronger native screen-plus-audio authored media example.

Working With Agents

If you are using a coding agent to build an AuraJS game:

  1. install the AuraMaxx skill from Aura-Industry/auramaxx:

    cd <your-codebase>
    npx -y skills add Aura-Industry/auramaxx
    
  2. point the agent at Start Here first so it enters the public docs in the right order

  3. then point it at the matching exact-reference page under ../../reference/

  4. tell the agent to copy patterns from the current example listed in examples/README.md

  5. have the agent make the smallest playable change first, then iterate

Good default instruction:

Install the AuraMaxx skill from Aura-Industry, start with the AuraJS Start Here doc, move to the matching exact-reference page, stay on public AuraJS APIs, and follow the current example in examples/README.md.

Practical Next Stops

DOCUMENT REFERENCE
docs/external/game-dev-api/14-examples-guides-and-canonical-sources.md
AURAJS
Cmd/Ctrl+K
aurajsgg