# SnakeGame **Repository Path**: ablocker/SnakeGame ## Basic Information - **Project Name**: SnakeGame - **Description**: WPF贪吃蛇游戏 - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2022-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 贪吃蛇游戏 > 使用`VS2019 Community`制作的`WPF`应用程序 > > 基于`C#`、`.NET Framework 4.8` ### 游戏规则 - 使用`上下左右`键或者`WSAD`键操作`蛇`的移动方向。 - 吃到`食物`加分。 - 撞到`围墙`或`吃到自己`则游戏结束。