什么是 game-architecture?
浏览器游戏的游戏架构模式和最佳实践。在设计游戏系统、规划架构、构建游戏项目或做出有关游戏代码的架构决策时使用。 来源:opusgamelabs/game-creator。
浏览器游戏的游戏架构模式和最佳实践。在设计游戏系统、规划架构、构建游戏项目或做出有关游戏代码的架构决策时使用。
通过命令行快速安装 game-architecture AI 技能到你的开发环境
来源:opusgamelabs/game-creator。
Reference knowledge for building well-structured browser games. These patterns apply to both Three.js (3D) and Phaser (2D) games.
No title screen by default. Games boot directly into gameplay. The Play.fun widget handles score display, leaderboards, and wallet connect in a deadzone at the top of the game, so no in-game score HUD is needed. Only add a title/menu scene if the user explicitly requests one.
Games with audio MUST have a global mute toggle. Store isMuted in GameState and wire it to both BGM and SFX:
浏览器游戏的游戏架构模式和最佳实践。在设计游戏系统、规划架构、构建游戏项目或做出有关游戏代码的架构决策时使用。 来源:opusgamelabs/game-creator。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture浏览器游戏的游戏架构模式和最佳实践。在设计游戏系统、规划架构、构建游戏项目或做出有关游戏代码的架构决策时使用。 来源:opusgamelabs/game-creator。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/opusgamelabs/game-creator