# python贪吃蛇 **Repository Path**: user_ye/python-greedy-snake ## Basic Information - **Project Name**: python贪吃蛇 - **Description**: 素材从网上拉取,仅供学习使用 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-11 - **Last Updated**: 2023-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 仅供学习参考使用 ## 参考代码: - 广度 寻路 https://gitee.com/mjreams/AI_snake/blob/master/tanchishe.py# ## 安装说明: - 安装 python - `pip install pygame` ## 运行: cmd ``` py main.py ``` ### 游戏说明: - 按空格键开始游戏 - 方向键上下左右控制 ### 游戏图片: - ![](./game1.png) - ![](./game2.png) ### 自动寻路没写完后面扩展