贪吃蛇c语言代码.docxVIP

  • 7
  • 0
  • 约1.4万字
  • 约 25页
  • 2019-06-09 发布于四川
  • 举报
贪吃蛇c语言代码 #include graphics.h #include conio.h #include stdlib.h #include dos.h #define NULL 0 #define UP 18432 #define DOWN 20480 #define LEFT 19200 #define RIGHT 19712 #define ESC 283 #define ENTER 7181 struct snake {int centerx; int centery; int newx; int newy; struct snake *next; }; struct

文档评论(0)

1亿VIP精品文档

相关文档