C 實現猜牌小遊戲

2022-10-04 05:39:05 字數 1836 閱讀 4481

這是大一的時用c寫的猜牌小遊戲,裡面用了easyx圖形庫,供大家參考,具體內容如下

執行效果

**#include

#include

#include

#include

#include

#include

#pragma comment(lib,"winmm.lib")

#define hang 4

#define lie 4

#define size 200

int g_matt[hang][lie] = ;

int g_matt_time[hang][lie] = ;

int g_matt_mask[hang*lie] = ;

image img[10];

void put()

}int getnextnumber()

; for (int i = 0; i < hang; i++)

} char n = 0;

while (1) else }

return n;

}void playone()

printf("\n");

} for (int i = 0; i < hang; i++)

printf("\n"); }

}void plus()

else if (g_matt[i][j] == 2)

else if (g_matt[i][j] == 3)

else if (g_matt[i][j] == 4)

else if (g_matt[i][j] == 5)

程式設計客棧else if (g_matt[i][j] == 6)

else if (g_matt[i][j] == 7)

else if (g_matt[i][j] == 8)

else if (g_matt[i][j] >= 20 && g_matt[i][j] <= 28)

else if (g_matt[i][j] > 100)

} }}void play();

msg = getmousemsg();

//if (wm_lbuttondown == matt[msg.x][msg.y] >= 20 || matt[msg.x][msg.y]<=28)

//mcisendstring("open images\\click.w**", null, null, null);

mcisendstring("play images\\click.w**", null, null, null);

sleep(10);

mcisendstring("cloes images\\click.w**", null, null, null);

} }//cleardevice();

}void over()

} }}void keep()

} printf("\n"); }}

int main()

over();

char ch[16] = ;

char n = 0;

for (int i = 0; i < hang; i++)

} }while (n>6)

} }

return 0;

}更多有趣的經典小遊戲實現專題,分享給大家:

c++經典小遊戲彙總

python經典小遊戲彙總

python俄羅斯方塊遊戲集合

j**ascript經典遊戲 玩不停

j**a經典小遊戲彙總

j**ascript經典小遊戲彙總

本文標題: c++實現猜牌小遊戲

本文位址:

猜數字小遊戲實現

1.猜字謎小遊戲,隨機生成乙個隨機數,使用者去猜,如果使用者猜的大了就提示使用者猜的太大了,如果使用者猜的小了,就提示使用者猜的太小了,如果使用者猜中了就恭喜您猜對了.寫乙個輸出函式,給玩家乙個提示,提供選擇。1.進入遊戲 2.退出遊戲 void mnue printf printf n print...

sh shell實現猜數小遊戲

bin bash echo 這是乙個猜數小遊戲,可猜數字0 9 echo e 請輸入遊戲次數,n無限次遊戲請輸入forever,n無限次遊戲請輸入forever,n次遊戲請輸入n。nn c secrec num expr random 10 read game type if game type f...

Python 實現猜數字小遊戲

以下 直接用python命令就可以執行 ps 程式會在同目錄下建立 record.txt 的檔案,用於記錄每一次遊戲的過程 from datetime import datetime from random import randint defguide page guide word print ...