用C语言编写一个小游戏要在vc++6.0里运行

日期:2017-09-20 21:23:45 人气:1

用C语言编写一个小游戏要在vc++6.0里运行

//c语言的俄罗斯方块游戏 //不能运行再来找我! #include #include #include #include #include #include #define LEFT 0x4b #define RIGHT 0x4d #define DOWN 0x50 #define CHANGE 0x20 #define ESC 0x1b #define INTR 0x1C #define Defa
    A+
热门评论