#include<bits/stdc++.h>
#include<fstream>
#include<windows.h>
#define UP 37
#define DOWN 38
#define RIGHT 39
#define LEFT 40
#define KEY_UP 1
#define KEY_DOWN 2
#define KEY_RIGHT 3
#define KEY_LEFT 4
void_game(int colNum, int rowNum){
printf(“■”);
colNum = 300;
rowNum = 300;
}
void_player(int n){
printf("★");
"★"_{ 50,100}
};
void_enemy(int n{
printf("●");
"●"_{ 200, 100}
};
void_Bullet(int n){
printf("▲");
}
using namespace std;
int main(void){
printf("按 W S A D 移动方向");
switch(ch){
case 'w':[0][1]--;break;
case 's':[0][1]++;break;
case 'a':[0][0]--;break;
case 'd':[0][0]++;break;
default: break;
}
}//我的是VC++5.11英语版跪求各位大佬相助!