diff --git a/f1.txt b/f1.txt new file mode 100644 index 0000000..898c341 --- /dev/null +++ b/f1.txt @@ -0,0 +1 @@ +0 0 0 \ No newline at end of file diff --git a/俄罗斯方块游戏.c b/俄罗斯方块游戏.c index 92c9fc1..57f507c 100644 --- a/俄罗斯方块游戏.c +++ b/俄罗斯方块游戏.c @@ -71,9 +71,6 @@ int main() { HideCursor(); - FILE *fp; - fp=fopen("f1.txt","w"); - fclose(fp); /*ͼ*/ color(11); gotoxy(20,3); @@ -963,9 +960,7 @@ int If_move(struct Tetris *tetris) ) { return 1; - } - - + } } return 0; } @@ -1019,4 +1014,3 @@ void Full(struct Tetris *tetris) tetris->level++; } } - diff --git a/课程设计报告.docx b/课程设计报告.docx new file mode 100644 index 0000000..979de58 Binary files /dev/null and b/课程设计报告.docx differ