/Dev-C

C语言-贪吃蛇

Primary LanguageC

C语言-贪吃蛇

  • 压缩包是 Dev-cpp5.4.0工具及API帮助文档
  • tcs.c 是C语言贪吃蛇代码
//define operate key
#define UP 'w' 
#define DOWN 's'
#define LEFT 'a'
#define RIGHT 'd'