diff --git a/俄罗斯方块.c b/俄罗斯方块.c index 9af7cf3..4d906ec 100644 --- a/俄罗斯方块.c +++ b/俄罗斯方块.c @@ -690,17 +690,6 @@ void Gameplay() tetris->flag+=16; } } - if(ch==80) // - { - if(ifMove(tetris)!=0) - { - tetris->y+=2; - } - if(ifMove(tetris)==0) - { - tetris->y=FrameY+Frame_height-2; - } - } if(ch == 32) //ոͣ { PrintTetris(tetris); @@ -814,13 +803,10 @@ void explation() printf("tip2: ͨ ʹת"); color(14); gotoxy(18,11); - printf("tip3: ͨ ٷ"); - color(11); - gotoxy(18,13); - printf("tip4: ոͣϷٰո"); + printf("tip3: ոͣϷٰո"); color(4); - gotoxy(18,15); - printf("tip5: ESC˳Ϸ"); + gotoxy(18,13); + printf("tip4: ESC˳Ϸ"); getch(); // system("cls"); // main(); // diff --git a/俄罗斯方块.exe b/俄罗斯方块.exe new file mode 100644 index 0000000..a7b0408 Binary files /dev/null and b/俄罗斯方块.exe differ