2 Commits

Author SHA1 Message Date
e9e6ddb8a7 重构: 合成大作战改为拖拽合成机制
- 全部代码重写,改为拖拽合成(drag-and-drop merge)
- 拖拽方块到相邻同等级方块上完成合成
- 拖到空格移动,拖到无效位置弹回
- Cocos Creator 3.8.8 全面适配
- 移除 GameManager.ts → 改为 GameController.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 12:12:39 +08:00
f7509f9c4d feat: 合成大作战 Cocos Creator merge game
8x12 棋盘合成小游戏,不同颜色方块代表不同等级
- 点击选中方块,点击相邻同等级方块合成升级
- 自动生成新方块,支持链式合成
- Cocos Creator 3.x 项目 + 独立 HTML 可玩版本

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 23:51:35 +08:00