# ThunderRaid **Repository Path**: chang_devel/thunder-raid ## Basic Information - **Project Name**: ThunderRaid - **Description**: 飞机大战,使用Qt Widget自绘的方式实现 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-19 - **Last Updated**: 2023-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qt 飞机大战 > Qt实现飞机大战,使用自定义Qt Widget的方式,自行控制游戏组件的更新和检测。 # 测试环境 - MSVC 2022 - Qt 6.2 # Build ```bash git clone https://gitee.com/forevercyril/thunder-raid.git cd thunder-raid cmake -S . -B ./build cmake --build ./build ```