c语言编写的小游戏代码费.docVIP

  • 2
  • 0
  • 约8.92千字
  • 约 9页
  • 2021-04-10 发布于四川
  • 举报
用vc6.0新建一个Win32 Application工程,把附件代码拷贝进去即可。 上下左右键控制蛇的方向,空格键用于启动或者停止游戏。 上下左右空格键 #include windows.h #include stdio.h #includetime.h #define C_W 516 #define C_H 548 //#define C_W 1024 //#define C_H 1024 #define GO_RIGHT 0x01 #define GO_DOWN 0x02 #define GO_LEFT 0x03 #define GO_UP 0x04 #def

文档评论(0)

1亿VIP精品文档

相关文档