版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、#include #include /使用 getch() 函數(shù)#include #include int num44; int score, gameover, ifappear, gamew, gamef,move; char key; void explation() void menu(); system(cls); printf(tt*ttn); printf(tt*n); printf(tt*游戲規(guī)則 *n); printf(tt*n); printf(tt*ttn); printf(玩家可以選擇上、下、左、右或w 、a、s、d去移動滑塊 n); printf(玩家選擇的方向上若有
2、相同的數(shù)字則合并n); printf(合并所得的所有新生成數(shù)字相加即為該步的有效得分n); printf(玩家選擇的方向行或列前方有空格則出現(xiàn)位移n); printf(每移動一步 , 空位隨機出現(xiàn)一個2 或 4n); printf(棋盤被數(shù)字填滿 , 無法進行有效移動 , 判負, 游戲結(jié)束 n); printf(棋盤上出現(xiàn) 2048,獲勝, 游戲結(jié)束 n); printf(按上下左右去移動滑塊 n); printf(請按任意鍵返回主菜單 .n); getch(); system(cls); main(); void gamefaile() int i, j; system(cls); prin
3、tf(tt*ttn); printf(tt*n); printf(tt*you fail*n); printf(tt*n); printf(tt*ttn); printf(ttt-nttt); for (j = 0; j4; j+) for (i = 0; i4; i+) if (numji = 0) printf(| ); else printf(|%4d, numji); printf(|n); printf(ttt-nttt); printf(你的成績 :%d,移動了 %d步n, score,move); printf(請按任意鍵返回主菜單 .n); getch(); system(cl
4、s); main(); void gamewin() int i, j; system(cls); printf(tt*ttn); printf(tt*n); printf(tt*you win*n); printf(tt*n); printf(tt*ttn); printf(ttt-nttt); for (j = 0; j4; j+) for (i = 0; i4; i+) if (numji = 0) printf(| ); else printf(|%4d, numji); printf(|n); printf(ttt-nttt); printf(你的成績 :%d,移動了 %d步n, s
5、core,move); printf(請按任意鍵返回主菜單 .n); getch(); system(cls); main(); void prin() int i, j; system(cls); printf(tt*ttn);/輸出界面 printf(tt*n); printf(tt*游戲開始 *n); printf(tt*n); printf(tt*ttn); printf(tt 請按方向鍵或 w 、a、s、d移動滑塊 n);/輸出操作提示語句printf(tt 按 esc返回至主菜單 n); printf(ttt-nttt); for (j = 0; j4; j+) /輸出 4*4 的
6、表格 for (i = 0; i4; i+) if (numji = 0) printf(| ); else printf(|%4d, numji); printf(|n); printf(ttt-nttt); printf(你的成績 :%d,移動了 %d步n, score,move);/輸出得分和移動步數(shù) void appear() int i, j,ran,t16,x=0,a,b; srand(int)time(0); /隨機種子初始化for (j = 0; j 4; j+) /將空白的區(qū)域的坐標保存到中間數(shù)組t 中 for (i = 0; i 2) /在此空白區(qū)域隨機賦值2 或 4 nu
7、mab = 2; else numab = 4; void close() exit(0); void add(int *p) int i=0, b; while (i3) if (*(p + i) != 0) for (b = i + 1; b 4; b+) if (*(p + b) != 0) if (*(p + i) = *(p + b) score = score + (*(p + i) + (*(p + b); *(p + i) = *(p + i) + *(p + b); if (*(p + i) = 2048) gamew = 1; *(p + b) = 0; i = b + i
8、; +ifappear; break; else i = b; break; if (b = 4) i+; else i+; void gameplay() int i, j, g, e, a, b4; appear(); appear(); while (1) if (ifappear!=0) appear(); prin(); key = getch(); switch (key) case w: case w: case 72: ifappear = 0; for (j = 0; j 4; j+) for (i = 0; i 4; i+) bi = numij; numij = 0; add(b); e = 0; for (g = 0; g 4; g+) if (bg != 0) numej = bg; if (g != e) +ifappear; e+; if (
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 美術(shù)教學課件模板
- 勞務(wù)合同范例賣服裝
- 考試備考指南模板
- 展廳策劃服務(wù)合同范例
- 2024年房屋共有權(quán)處置協(xié)議
- 不給個人用工合同模板
- 服裝廠班組長培訓
- 人才梯隊管理計劃
- 對公賬戶取錢合同范例
- 園林個人勞務(wù)合同范例
- 《全國技工院校專業(yè)目錄(2022年修訂)》專業(yè)主要信息
- EM277的DP通訊使用詳解
- 醫(yī)學考博閱讀強化3附答案
- 耐壓絕緣測試報告
- 野獸派 beast 花店 調(diào)研 設(shè)計-文檔資料
- 水泵房每日巡視檢查表
- 杭州市區(qū)汽車客運站臨時加班管理規(guī)定
- 墊片沖壓模具設(shè)計畢業(yè)設(shè)計論文
- 冷庫工程特點施工難點分析及對策
- Python-Django開發(fā)實戰(zhàn)
- 小學道法小學道法1我們的好朋友--第一課時ppt課件
評論
0/150
提交評論