# oops-plugin-framework **Repository Path**: BingzhaoChen/oops-plugin-framework ## Basic Information - **Project Name**: oops-plugin-framework - **Description**: oops-framework-plugin 是基于 Cocos Creator 3.x 以插件形式使用的游戏框架,此版本框架代码与游戏具体业务逻辑代码分离,方便在项目开发过程随时更新框架最新版本代码。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 106 - **Created**: 2025-12-05 - **Last Updated**: 2025-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 介绍 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)) ### 框架文档 ## 基于dgflash/oops-plugin-framework 进行个性化定制