Firmware Programming | Tongji University, 2020
-
Updated
Mar 15, 2023 - C
Firmware Programming | Tongji University, 2020
使用C语言的链表实现对蛇体的添加、删除、修改和查询。当蛇吃了食物后,它的长度会增加一个单位。当它到达地图的边界或它自己的时候,蛇会死亡,并在原来的地方再生出一条原来大小的小蛇。调用Linux的NCURSES库来实现游戏界面的显示和访问键盘输入上下键来控制移动。
Add a description, image, and links to the gluttonous-snake topic page so that developers can more easily learn about it.
To associate your repository with the gluttonous-snake topic, visit your repo's landing page and select "manage topics."