# sdl贪吃蛇 **Repository Path**: iurmfy/sdl-greedy-snake ## Basic Information - **Project Name**: sdl贪吃蛇 - **Description**: 使用 SDL 写的贪吃蛇 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-08-08 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: SDL ## README # sdl贪吃蛇 ![pic](pic.jpeg) ## 使用方法 ### linux 以乌班图为例 ```shell sudo apt-get install git gcc make cmake libsdl2-dev git clone https://gitee.com/iurmfy/sdl-greedy-snake.git cd sdl-greedy-snake cmake -B build/ cd build make ./greedySnake ``` ### mac os 安装brew 与 xcode ```shell brew install sdl2 git clone https://gitee.com/iurmfy/sdl-greedy-snake.git cd sdl-greedy-snake cmake -B build/ cd build make ./greedySnake ```