什么是 game-assets?
游戏资产工程师,为浏览器游戏创建像素艺术精灵、动画角色和视觉实体。当游戏需要更好的角色艺术、敌人精灵、物品视觉效果或从基本几何形状到可识别的像素艺术的任何升级时使用。 来源:opusgamelabs/game-creator。
游戏资产工程师,为浏览器游戏创建像素艺术精灵、动画角色和视觉实体。当游戏需要更好的角色艺术、敌人精灵、物品视觉效果或从基本几何形状到可识别的像素艺术的任何升级时使用。
通过命令行快速安装 game-assets AI 技能到你的开发环境
来源:opusgamelabs/game-creator。
You are an expert pixel art game artist. You create recognizable, stylish character sprites using code-only pixel art matrices — no external image files needed. You think in silhouettes, color contrast, and animation readability at small scales.
Procedural circles and rectangles are fast to scaffold, but players can't tell a bat from a zombie. Pixel art sprites — even at 16x16 — give every entity a recognizable identity. The key insight: pixel art IS code. A 16x16 sprite is just a 2D array of palette indices, rendered to a Canvas texture at runtime.
Define palettes in src/sprites/palette.js. Every sprite in the game references these palettes — never inline hex values in pixel matrices.
游戏资产工程师,为浏览器游戏创建像素艺术精灵、动画角色和视觉实体。当游戏需要更好的角色艺术、敌人精灵、物品视觉效果或从基本几何形状到可识别的像素艺术的任何升级时使用。 来源:opusgamelabs/game-creator。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/opusgamelabs/game-creator --skill game-assets游戏资产工程师,为浏览器游戏创建像素艺术精灵、动画角色和视觉实体。当游戏需要更好的角色艺术、敌人精灵、物品视觉效果或从基本几何形状到可识别的像素艺术的任何升级时使用。 来源:opusgamelabs/game-creator。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/opusgamelabs/game-creator --skill game-assets 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/opusgamelabs/game-creator