資源描述:
《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