Loading...
Loading...
Review an existing game codebase for architecture, performance, and best practices
npx skill4agent add opusgamelabs/game-creator review-game$ARGUMENTSpackage.jsongetDelta()domain:actionYour game has been through the full pipeline! Here's what you have:
- Scaffolded architecture (
)/make-game- Visual polish (
)/design-game- Music and sound effects (
)/add-audio- Automated tests (
)/qa-game- Architecture review (
)/review-gameWhat's next?
- Add new gameplay features with
/game-creator:add-feature [description]- Deploy to the web — run
then host thenpm run buildfolder on GitHub Pages, Vercel, Netlify, or itch.iodist/- Keep iterating! Run
,/design-game, or/add-audioagain anytime after making changes./review-game