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:
create a project
pick the 2D or 3D path
understand the scaffold and state model
use the handbook for grouped depth
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 canonical 2d-adventure starter. Use auramaxx create
with no name if you want the interactive starter prompt, or pass --template ...
to choose explicitly.