# SnakeGame **Repository Path**: maple_leaf_yudachi/snake-game ## Basic Information - **Project Name**: SnakeGame - **Description**: 使用Unity2D开发的小型贪吃蛇游戏 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Unity ## README ## 📖 项目简介 > 这是一个基于Unity开发的2D贪吃蛇游戏,在原版基础上增加了:**特殊食物系统**,**障碍物随机高度生成**。玩家需要操控蛇吃掉食物 > 项目已停止更新 --- ## 🚀 快速开始 ### 下载与运行 1. **克隆仓库** ```bash git clone https://gitee.com/maple_leaf_yudachi/snake-game.git ``` 2. **使用Unity打开项目** - 需要 Unity **2021.3.x** 或更高版本(已验证版本) - 打开Unity Hub → 添加项目 → 选择克隆的仓库文件夹 3. **启动游戏** - 在Unity编辑器中打开 `Assets/Scenes/SampleScene.unity` - 点击 ▶️ 按钮运行