# plane-war **Repository Path**: yuhuo520/plane-war ## Basic Information - **Project Name**: plane-war - **Description**: 用 vue3 + phaser 实现经典小游戏:飞机大战 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://yuhuo.online/plane-war/ - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 3 - **Created**: 2023-11-24 - **Last Updated**: 2025-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## plane-war 用 vue3 + phaser 实现经典小游戏:飞机大战。 演示效果:[https://yuhuo.online/plane-war/](https://yuhuo.online/plane-war/) ### 安装 ```sh npm install ``` ### 运行 ```sh npm run dev ``` 访问:[http://localhost:5173/](http://localhost:5173/) ### 打包 ```sh npm run build ``` ### 代码设计 游戏场景设计 ![游戏场景设计](./static/游戏场景设计.jpg) 主场景设计 ![主场景设计](./static/主场景设计.jpg)