mirror of
https://github.com/PlayableIntelligence/game-creator.git
synced 2026-09-19 07:34:10 +08:00
1a44fac3ac
Replace /new-game with /make-game which copies runnable starter templates (Phaser 2D and Three.js 3D) instead of generating files from scratch. Add flight simulator as a second example game demonstrating the full make-game pipeline: scaffold, visual design, audio, QA tests (16 Playwright), and architecture review fixes. Fix SFX looping bug in game-audio skill — SFX now use Web Audio API directly instead of Strudel (which loops continuously). Update flappy-bird example with the same fix. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>