Files
wechat-minigame/AGENTS.md
manpengan a00eaadfef init: 微信小游戏项目初始化
基础工程骨架:game.js 入口、Canvas 渲染、DevTools 项目配置。
包含 CLAUDE.md / AGENTS.md 及 KB 知识库接入。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 21:56:45 +08:00

894 B

Project State

  • Project: wechat-minigame — 微信小游戏
  • Stage: 初始化
  • Last action: project init
  • Next task: 讨论游戏类型、玩法设计和技术方案,制定开发计划
  • Hard constraints: Canvas rendering | 4MB first package | No DOM/BOM | 60fps target
  • KB: ~/pro/kb/projects/wechat-minigame/

Project Structure

game.js              # Entry point
game.json            # Global config
project.config.json  # DevTools project config
js/                  # Game logic
images/              # Image assets
audio/               # Audio assets

Build & Dev Commands

No CLI build/test commands. Use WeChat DevTools for preview and debugging.

Coding Style

  • ES6+ modules (import/export)
  • Canvas-based rendering, no DOM
  • Data files use JS module wrapping (no JSON require)