# kxxxl3 **Repository Path**: dcivan123/kxxxl3 ## Basic Information - **Project Name**: kxxxl3 - **Description**: 使用 cocos 3.x 重构 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-11 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 开心消消乐 ts 版 ### 使用 oops-framework(ecs + vm) - 添加初始化 entity,加载 resource/common 下公共资源(各种prefab等) - 配置(http等) ### mvc vs ecs - ecs 每帧按顺序处理每个系统中的对应的组件(更新数据,处理页面等) - mvc 通过数据驱动ui表现