Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esmuellert/snake-game
贪吃蛇
https://github.com/esmuellert/snake-game
Last synced: about 2 months ago
JSON representation
贪吃蛇
- Host: GitHub
- URL: https://github.com/esmuellert/snake-game
- Owner: esmuellert
- Created: 2018-08-05T12:12:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T12:15:39.000Z (over 6 years ago)
- Last Synced: 2024-10-17T19:52:58.358Z (3 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake-game
贪吃蛇作为计算机学院C语言课程的大作业,经过反复调试,使用C语言实现了贪吃蛇的基本功能,蛇身由链表实现,具有调速、计分等功能。但是根据在不同电脑上的运行结果,不能保证一定能正确运行。