Files
oops-plugin-framework/README.md
dgflash 01e6275715 update README.md.
Signed-off-by: dgflash <dgflash@qq.com>
2024-10-28 01:35:56 +00:00

47 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### 介绍
Oops Framework 基于 Cocos Creator 3.x 开发的一款游戏框架。
1. 提供游戏常用功能库,提高开发效率
2. 提供业务模块代码模板,降低程序设计难度
3. 框架内置模块低耦合,可自行删减不需要的模块,以适应不同类型的游戏
4. 框架提供游戏常用插件工具
- 热更新配置生成插件([传送门](https://gitee.com/dgflash/oops-plugin-hot-update))
- 策划Excel配置表生成Json格式与配套ts代码插件([传送门](https://gitee.com/dgflash/oops-plugin-excel-to-json))
### <a href="https://gitee.com/dgflash/oops-framework/wikis/pages?sort_id=12002375&doc_id=2873565" target="_blank">框架文档</a>
### 学习部署说明
1. 下载教程项目
```
git clone https://gitee.com/dgflash/oops-framework.git
```
2. 下载框架插件
#### windows
执行根目录下的 update-oops-plugin-framework.bat 下载最新版本框架插件
#### mac
项目下载后执行 update-oops-plugin-framework.sh 下载最新版本框架插件
### 开发部署说明
1. 下载游戏项目模板
```
git clone https://gitee.com/dgflash/oops-game-kit.git
```
2. 下载框架插件
#### windows
执行根目录下的 update-oops-plugin-framework.bat 下载最新版本框架插件
#### mac
项目下载后执行 update-oops-plugin-framework.sh 下载最新版本框架插件
### QQ群
- 7985759691群
- 6214153002群
- 6285758753群
- 2265241844群-推荐)
- 7411976405群-推荐)
QQ频道号q366856bf5
## [点击了解作者其它产品](https://store.cocos.com/app/search?name=oops)