用C语言写飞机小游戏

这是自己实训写的代码,现在分享给大家,直接贴代码,主要用到光标定位,和多线程   运行效果 下面是全部代码 #include<stdio.h> #include<stdlib.h> #include<time.h> #include <conio.h> #include <windows.h> int time_=400; void gotoxy (int ,int); void printAir
相关文章
相关标签/搜索