Update README.md

This commit is contained in:
筱傑 2018-09-24 13:22:48 +08:00 committed by GitHub
parent 540f0889d0
commit 5446b46c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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