c語(yǔ)言編寫掃雷游戲程序.jsp(c programming minesweeper game.jsp)

c語(yǔ)言編寫掃雷游戲程序.jsp(c programming minesweeper game.jsp)

ID:12964481

大?。?4.12 KB

頁(yè)數(shù):30頁(yè)

時(shí)間:2018-07-19

c語(yǔ)言編寫掃雷游戲程序.jsp(c programming minesweeper game.jsp)_第1頁(yè)
c語(yǔ)言編寫掃雷游戲程序.jsp(c programming minesweeper game.jsp)_第2頁(yè)
c語(yǔ)言編寫掃雷游戲程序.jsp(c programming minesweeper game.jsp)_第3頁(yè)
c語(yǔ)言編寫掃雷游戲程序.jsp(c programming minesweeper game.jsp)_第4頁(yè)
c語(yǔ)言編寫掃雷游戲程序.jsp(c programming minesweeper game.jsp)_第5頁(yè)
資源描述:

《c語(yǔ)言編寫掃雷游戲程序.jsp(c programming minesweeper game.jsp)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)。

1、c語(yǔ)言編寫掃雷游戲程序.jsp(CprogrammingMinesweepergame.Jsp)Minesweepergame(CLanguageEdition)Ithasbeencompiled,runandconfirmed:#include#include#include#defineLEFTPRESS0xff01#defineLEFTCLICK0xff10#defineLEFTDRAG0xff19#defineMOUSEMOVE0xff08Struct{Intnum;/*whatisthestatus

2、ofthecurrentgrid,1Lei,0hasshownanumberorblank.Introundnum;thenumberofLei*//*aroundstatisticallatticeIntflag;/*rightkeypressdisplayredflaglogo,0noredflag,redflaghas1.}Mine[10][10];IntgameAGAIN=0;/**/whetherthesecondvariableIntgamePLAY=0;/*isthefirsttimetoplaythegame/logoIntmineNUM;/*num

3、beroflatticeprocessedstatisticsCharrandmineNUM[3];/**/digitaldisplaystringIntKeystate;IntMouseExist;IntMouseButton;IntMouseX;IntMouseY;VoidInit(void);/**/graphicsdriverVoidMouseOn(void);/**/mousecursorVoidMouseOff(void);/**/hidethemousecursorVoidMouseSetXY(int,int);/**/setcurrentpositi

4、onIntLeftPress(void);/**/intleftpressIntRightPress(void);/*presstherightmousebutton.VoidMouseGetXY(void);/**/getthecurrentpositionVoidControl(void);/**/closedagain,thebeginningofthegame,VoidGameBegain(void);/**/gamestartscreenVoidDrawSmile(void);/**/smileyfaceVoidDrawRedflag(int,int);/

5、**/displayflagVoidDrawEmpty(int,int,int,int);/*twodisplayemptylatticeVoidGameOver(void);/**/theendofthegameVoidGameWin(void);/**/victoryIntMineStatistics(int,int);/**/raynumberaroundthestatisticsofeachlatticeIntShowWhite(int,int);/**/partblankshowednominefieldVoidGamePlay(void);/**/gam

6、eVoidClose(void);/**/closedgraphicsVoidmain(void){Init();Control();Close();}VoidInit(void)/**/graphicsstart{Intgd=DETECT,gm;Initgraph(&gd,&gm,"c:\tc");}VoidClose(void)/**/closedgraphics{Closegraph();}VoidMouseOn(void)/**/mousecursor{_AX=0x01;Geninterrupt(0x33);}VoidMouseOff(void)/**/h

7、idethemousecursor{_AX=0x02;Geninterrupt(0x33);}VoidMouseSetXY(intx,inty)/**/setcurrentposition{_CX=x;_DX=y;_AX=0x04;Geninterrupt(0x33);}IntLeftPress(void)/**/presstheleftmousebutton{_AX=0x03;Geninterrupt(0x33);Return(_BX&1);}IntRightPress(void)/*presstherightmousebutton.{_AX=0x03;Gen

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。