# PlaneGame **Repository Path**: 51zhidao/PlaneGame ## Basic Information - **Project Name**: PlaneGame - **Description**: 基于SDL2实现的飞机大战小游戏 - **Primary Language**: C++ - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-05-27 - **Last Updated**: 2025-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PlaneGame #### 介绍 基于SDL2实现的飞机大战小游戏 #### 编译说明 1. 安装SDL2、CMake 2. 将```simkai.ttf```从```ttf.zip```提取出来 3. 编译 ```shell cmake ./ make ```