# oops-game-kit #### 介绍 基于 Oops Framework 提供的游戏项目开发模板,项目中提供了最新版本 Cocos Creator 3.x 插件与游戏资源初始化通用逻辑。 注: 1. 执行 update-oops-plugin-framework.bat 更新最新版本框架插件(必选) 1. 执行 update-oops-plugin-excel-to-json.bat 更新最新版本Excel转Json格式文件插件插件(可选) 1. 执行 update-oops-plugin-hot-update.bat 更新最新版本热更新插件(可选) 1. 插件不同版在分支中下载可手动下载复制到extensions文件夹中,Cocos Creator 3.6 版本才支持所有工具分离到插件中,主要为了方便后续在项目开发过程中同步升级最新版本框架。 1. 学习交流 QQ 群:798575969 ![](http://dgflash.gitee.io/oops-full-stack-web/doc/img/qq.png) #### 技术文档 - [oops-framework update](https://gitee.com/dgflash/oops-framework/tree/master/doc/using.md) - [oops-framework](https://gitee.com/dgflash/oops-framework/tree/master/doc/core) - [ecs](https://gitee.com/dgflash/oops-framework/tree/master/doc/ecs/ecs.md) - [mvvm](https://gitee.com/dgflash/oops-framework/tree/master/doc/mvvm)