mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-30 18:39:18 +08:00
61 lines
2.1 KiB
Markdown
61 lines
2.1 KiB
Markdown
### 介绍
|
||
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群
|
||
- 798575969(1群 - 满)
|
||
- 621415300(2群 - 满)
|
||
- 628575875(3群 - 满)
|
||
- 226524184(4群 - 推荐)
|
||
|
||
### 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) |