C语言实现简单的飞机大战

定义四个函数实现飞机大战windows #include<stdio.h> #include<windows.h> #include<conio.h> //定义全局变量 int high,width; //定义边界 int position_x,position_y; //飞机位置 int bullet_x,bullet_y; //子弹位置 int enemy_x,en
相关文章
相关标签/搜索