Files
codex-game-studio/docs/setup.md
T
MerlinH 6161151949 chore: refresh Truthmark 1.6.1 docs
- update Truthmark dependency to 1.6.1

- refresh generated agent surfaces and truth document templates

- include current Open Game Studio docs and validation updates
2026-05-31 15:49:12 +00:00

576 B

Setup

Install and verify with Node 20 or newer:

npm install
npm run typecheck
npm run build
npm test
npm run validate

Local development scripts build first and then run node dist/cli.js.

npm run init -- --name "My Game" --engine godot --mode prototype --non-interactive --competitor "Mini Metro" --engine-version "4.4.1"
npm run templates -- list
npm run validate -- --project projects/my-game

After build/link/install, the package bin is available:

npm exec opengamestudio -- --help
npm exec opengamestudio -- templates show gdd