mirror of
https://github.com/merlinhu1/codex-game-studio.git
synced 2026-08-25 07:54:34 +02:00
850 B
850 B
Examples
Create and validate a project:
npm exec open-gamestudio -- init --name "My Game" --engine godot --mode prototype --non-interactive --competitor "Mini Metro" --competitor "Dorfromantik"
npm exec open-gamestudio -- status --project projects/my-game
npm exec open-gamestudio -- validate --project projects/my-game
Prepare a bounded prompt packet:
npm exec open-gamestudio -- run market_analyst --project projects/my-game --task "Create the initial market overview."
Manual external Codex command; open-gamestudio does not spawn Codex in the first build:
codex exec --cd projects/my-game "Read .gamestudio/runs/<run-id>/prompt.md and perform the requested task."
Discover templates:
npm exec open-gamestudio -- templates list
npm exec open-gamestudio -- templates show market_analysis