AURA

JSGG

AuraJS
DOCSEXAMPLESGITHUB
Start Here
Public first page for AuraJS docs with the shortest route into creating a game, picking 2D or 3D, and moving into exact reference.
docs/external/game-dev-api/start-here.md

Start Here

This is the public first page for AuraJS docs.

If you are new, use this order:

  1. create a project
  2. pick the 2D or 3D path
  3. understand the scaffold and state model
  4. use the handbook for grouped depth
  5. use exact reference only when you need signatures or validation detail

Fastest Project Path

npm install -g auramaxx
auramaxx create my-game
cd my-game
npm run dev

That gets you onto the current scaffolded native-first lane.

Choose Your Path

I want the shortest possible first game path

I am making a multiplayer game

I am making a 2D game

I am making a 3D game

I need exact APIs or CLI behavior

I am working with an AI coding agent

First Hour Checklist

  1. Read src/main.js, src/runtime/, and scenes/ once before moving files around.
  2. Replace starter assets and starter content with your own nouns quickly.
  3. Use auramaxx make instead of inventing file names and registry edits by hand.
  4. Keep the first loop small enough that you can prove it in one session.
  5. Add audio, UI, saves, and advanced systems only after the core loop feels correct.

Public Reading Order

Start here:

Then go broader:

Then go exact:

If You Are Using an LLM or Coding Agent

Use this routing rule:

  1. start on this page
  2. move to the smallest exact-reference page that matches the task
  3. open the full contract only after you know the namespace or subsystem

That keeps the search space small and reduces the chance of mixing 2D, 3D, and optional-module behavior.

DOCUMENT REFERENCE
docs/external/game-dev-api/start-here.md
AURAJS
Cmd/Ctrl+K
aurajsgg