# phaser-qpg **Repository Path**: xhaoran/phaser-qpg ## Basic Information - **Project Name**: phaser-qpg - **Description**: phaser3 扩展插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-28 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Phaser's QGame QGame 是一套基于 Phaser3 游戏引擎开发的扩展插件,他是为配合可视化编辑工具而生的,在 Phaser3 的基础上,提供了一组 UI 组件, 将来还会提供玩家组件和场景组件。 QGame includes: 1. UI layout components 2. Player Object QGame provides a set of editors; ## Instructions 1. Clone the repository. 2. Install dependencies with `npm install`. 3. Start the development server with `npm run dev`. 4. If you want to build the project, run `npm run build`.