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
相關文章
相關標籤/搜索