Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esmuellert/snake-game

贪吃蛇
https://github.com/esmuellert/snake-game

Last synced: about 2 months ago
JSON representation

贪吃蛇

Awesome Lists containing this project

README

        

# snake-game
贪吃蛇

作为计算机学院C语言课程的大作业,经过反复调试,使用C语言实现了贪吃蛇的基本功能,蛇身由链表实现,具有调速、计分等功能。但是根据在不同电脑上的运行结果,不能保证一定能正确运行。