Files
oops-plugin-framework/README.md
dgflash b94973a158 readme
2024-09-04 21:31:50 +08:00

61 lines
2.1 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))
#### 框架介绍与文档
- [传送门](https://gitee.com/dgflash/oops-framework/wikis/pages?sort_id=12002375&doc_id=2873565)
### 学习部署说明
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群 - 推荐)
### QQ频道号q366856bf5
### 在线演示
[网络游戏全栈解决方案](https://store.cocos.com/app/detail/3814)
[角色扮演游戏解决方案 - 2D角色](https://store.cocos.com/app/detail/3675)
[角色扮演游戏解决方案 - 3D角色](https://store.cocos.com/app/detail/4139)
[新手引导解决方案](https://store.cocos.com/app/detail/3653)
[Tiledmap地图类游戏解决方案](https://store.cocos.com/app/detail/4428)
[开源框架 oops-framework gitee](https://gitee.com/dgflash/oops-framework)
[开源框架 oops-framework github](https://github.com/dgflash/oops-framework)