|
|
|
@ -40,7 +40,7 @@ void create(int x,int y) //
|
|
|
|
|
for(i=0;i<4;i++)
|
|
|
|
|
{
|
|
|
|
|
j=rand()%4;
|
|
|
|
|
t=c[i][0]; //交♂易
|
|
|
|
|
t=c[i][0];
|
|
|
|
|
c[i][0]=c[j][0];
|
|
|
|
|
c[j][0]=t;
|
|
|
|
|
t=c[i][1];
|
|
|
|
@ -206,18 +206,19 @@ int main()
|
|
|
|
|
int i,j;
|
|
|
|
|
char k;
|
|
|
|
|
flag=0,hei=0; a=51,b=5;
|
|
|
|
|
|
|
|
|
|
system("title 伟大的勇者,在这个始末幻阵,一旦踏入,便无回首,望你于此阵中得道,集大成而无敌。");
|
|
|
|
|
gotoxy(51,1);
|
|
|
|
|
system("title 始乱幻阵");
|
|
|
|
|
gotoxy(51,0);
|
|
|
|
|
printf("伟大的勇者,在这个始末幻阵,一旦踏入, 便无回首,望你于此阵中得道,集大成而无敌。");
|
|
|
|
|
gotoxy(51,2);
|
|
|
|
|
printf("I:进入?按空格吧~\n II:否则请'ESC'咯~");
|
|
|
|
|
k=getch();
|
|
|
|
|
if(k==' '){
|
|
|
|
|
gotoxy(51,3);
|
|
|
|
|
gotoxy(51,4);
|
|
|
|
|
printf("OK~~");
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
gotoxy(51,3);
|
|
|
|
|
gotoxy(51,4);
|
|
|
|
|
printf("Goodbye!!");
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|