Snake/README.md
2018-09-24 13:22:48 +08:00

10 lines
196 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Snake
C 控制台 贪吃蛇游戏
初学C时练手作品
蛇使用链表实现
内部使用windows API进行重绘所以该项目无法移植
命名不规范、代码很难看...
2015-9-22