# GluttonousSnakeGame **Repository Path**: elcucuycr/GluttonousSnakeGame ## Basic Information - **Project Name**: GluttonousSnakeGame - **Description**: a shabby gluttonous snake game written in golang - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-24 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 windows系统下的go贪吃蛇小游戏 ## 生成可执行文件 采用 ```shell go build -ldflags="-H windowsgui" ``` 生成.exe文件 ## 操作说明 鼠标点击难度1~4选择难度并开始游戏 **点击输入框**,使用wasd控制上下左右,当头触碰到墙壁或者身体时游戏结束,程序会直接退出 游戏过程中也可以改变难度,但要**再次点击输入框**才能继续操作!! (注:使用的插图来源网络)