# Greedy Snake **Repository Path**: xclike/greedy-snake ## Basic Information - **Project Name**: Greedy Snake - **Description**: c++ 简单实现贪吃蛇 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-07-30 - **Last Updated**: 2023-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: 贪吃蛇, UI分离 ## README # GreedySnake 第一个c++ 程序 _(Visual Studio 2019)_ c++经典项目贪吃蛇游戏控制台版 (点个star再走不急) 实现 update 动态UI界面管理 简单的键盘事件(keydown ) 记录帧时间 参考 :http://blog.csdn.net/silence1772/article/details/55005008 重构实现 贪吃蛇 ## 游戏截图: ![](https://gitee.com/xclike/greedy-snake/raw/master/image/shot01.jpg) ![](https://gitee.com/xclike/greedy-snake/raw/master/image/shot02.jpg) ![](https://gitee.com/xclike/greedy-snake/raw/master/image/shot03.gif) ![](https://gitee.com/xclike/greedy-snake/raw/master/image/shot04.gif)