# snake-opengl **Repository Path**: rainrime/snake-opengl ## Basic Information - **Project Name**: snake-opengl - **Description**: 使用 C++/OpenGL 编写的简单贪吃蛇 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-25 - **Last Updated**: 2021-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # snake-opengl #### 介绍 使用 C++/OpenGL 编写的简单贪吃蛇 #### 编译及运行方式 ```bash make ./snake ```