游戏|C++制作打字小游戏

【游戏|C++制作打字小游戏】你是否对键盘熟悉?
“qwertyuiopasdfghjklzxcvbnm”是否已经印在你的脑海里?
NO?
没有关系,今天,让我来帮你对键盘有一个更深一步的了解吧!

#include"stdio.h" #include"stdlib.h" #include"windows.h" #include"conio.h" void entry_place(int num) { for(int i; i25) { lines=0; score-=10; if(score<-50) { system("cls"); enter_line(15); entry_place(40); printf("sorry,you faile!"); getch(); exit(0); } break; } entry_place(col); printf("%c",'a'+num); Sleep(180); printf("\b \n"); if(kbhit()) { char c=getch(); if(c=='a'+num) { score+=10; break; } } } } return 0; }

这样,不论你是什么人,你都会对键盘的了解更深刻。
ok了,今天的内容就是这样,我们下章再见!

    推荐阅读