亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么使用c++編程實現簡單的打字小游戲

發布時間:2021-10-15 17:24:58 來源:億速云 閱讀:225 作者:小新 欄目:開發技術

這篇文章主要介紹怎么使用c++編程實現簡單的打字小游戲,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

    你是否對鍵盤熟悉?

    “qwertyuiopasdfghjklzxcvbnm”是否已經印在你的腦海里?

    NO?        

    沒有關系,今天,讓我來幫你對鍵盤有一個更深一步的了解吧!

    #include"stdio.h"
    #include"stdlib.h"
    #include"windows.h"
    #include"conio.h"
    void entry_place(int num)
    {
     for(int i;i<num;i++)
     printf(" ");
    }
    void enter_line(int num)
    {
     int i;
     for(i=0;i<num;i++)
     {
      printf("\n");
     }
    }
    int main()
    {
     enter_line(15);
     entry_place(40);
     printf("press anykey to start");
     getchar();
     system("cls");
     int  levels=0,score=0,lines=0,num=0,col=0;
        while(1)
        {
         system("cls");
        for(int i=0;i<20;i++)
     {
      printf(" ");
     }
     printf("levels:%d",levels);
     entry_place(10);
     printf("score:%d",score);
        printf("\n");
     entry_place(20);
     printf("1---Pause");
     entry_place(9);
        printf("0---Exit");
        printf("\n");
     for(int i=0;i<80;i++)
     {
      printf("_");
     }
     enter_line(1);
     num=rand()%26;
     col=rand()%80;
     while(1)
     {
     lines++;
     if(lines>25)
     {
      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;
     }

    以上是“怎么使用c++編程實現簡單的打字小游戲”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

    向AI問一下細節

    免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

    c++
    AI

    遂宁市| 通许县| 怀宁县| 迭部县| 延安市| 新和县| 信宜市| 金昌市| 盈江县| 项城市| 文化| 灵宝市| 伊金霍洛旗| 柘荣县| 广宗县| 宁南县| 肃北| 曲麻莱县| 常德市| 钟山县| 西吉县| 新竹市| 郯城县| 惠州市| 崇阳县| 建湖县| 牡丹江市| 靖江市| 鹿泉市| 历史| 石棉县| 永泰县| 朔州市| 陵川县| 雷山县| 台前县| 墨江| 桐柏县| 葫芦岛市| 南郑县| 牡丹江市|