# CocosGame **Repository Path**: ahuangunity/CocosGame ## Basic Information - **Project Name**: CocosGame - **Description**: 尝试一个CocosGame - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-20 - **Last Updated**: 2025-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CocosGame #### 介绍 尝试一个CocosGame #### 软件架构 软件架构说明 #### 安装教程 1. 安装cocoscreate3.8.2版本 2. 安装nodejs,建议安装lts版本 打开终端,确定node正确安装(输入node 能正确显示node版本号) 安装typescript和pbjs支持 npm install -g typescript npm install -g pbjs 3. 打开Cocos Dashboard,可以设置语言为中文 4. 打开工程,在偏好设置中设置: 默认脚本编辑器: vscode 默认浏览器:chrome 5. 使用vscode打开任意脚本,使用终端 输入:npm install 安装项目所需的插件 6. 进入Client/extensions/tools目录 使用vscode打开目录 终端输入:npm install 等待插件安装完毕后,输入 npm run build 等待执行完毕后,回到cocos编辑器下 在菜单中选择 扩展 -》 扩展管理器 -》 已安装扩展 点击刷新按钮 至此,编辑器扩展也能使用了 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)