c++程序設(shè)計對抗游戲_第1頁
c++程序設(shè)計對抗游戲_第2頁
c++程序設(shè)計對抗游戲_第3頁
c++程序設(shè)計對抗游戲_第4頁
c++程序設(shè)計對抗游戲_第5頁
已閱讀5頁,還剩1頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)

文檔簡介

1、C+課程設(shè)計報告對抗游戲一、實驗?zāi)康模杭由顚+程序設(shè)計的理解,了解程序設(shè)計的流程。增強對程序模塊化思想的概念加深對類、構(gòu)造函數(shù),析構(gòu)函數(shù),友元函數(shù)的理解。二、實驗內(nèi)容:閱讀程序設(shè)計要求和源代碼,理解和分類各部分的功能。設(shè)計一個類內(nèi)定義的函數(shù),實現(xiàn)增加賭注的功能。設(shè)計友元函數(shù)實現(xiàn)比大小的功能和輸出結(jié)果功能。4寫出main函數(shù),整合各部分功能,完成程序。三、實驗環(huán)境:VC+6.0四、算法或核心技術(shù)介紹:1利用類,實現(xiàn)各部分的定義。2.在友元函數(shù)中利用if函數(shù)實現(xiàn)比較大小的功能。五、附件程序代碼如下:#inCludeiostream#inCludemath.h#inCludestdlib.h#in

2、CludeCtimeusingnamespaCestd;intflag;ClassCCardintnCard1,nCard2;/兩張牌statiCintnLoop;/出牌次數(shù),游戲結(jié)束時給出總的出牌次數(shù)intnSCore;/總分intnWin,nLose;statiCnDraw;/贏,輸,平的次數(shù)intnBet;/賭注publiC:intBet;CCard();/構(gòu)造函數(shù)intSetCard();/出兩張牌voidShow();/顯示牌點intAddBet(int);/增加賭注,失敗返回0voidfriendCompare(CCard&,CCard&);/友元函數(shù),比較牌點大小,并顯示結(jié)果vo

3、idfriendShowResult(CCard&,CCard&);/友元函數(shù),輸出輸贏結(jié)果及最后積分;intCCard:nDraw=0;intCCard:nLoop=0;CCard:CCard()nScore=20;Bet=nScore;nWin=0;nLose=0;nBet=0;intCCard:SetCard()for(inti=0;i1&nCard1=10)coutnCard1;elseswitch(nCard1)case1:nCard1=1;coutA;break;case11:coutJ;break;case12:coutQ;break;case13:coutK1&nCard2=1

4、0)coutnCard2;elseswitch(nCard2)case1:nCard2=1;coutA;break;case11:coutJ;break;case12:coutQ;break;case13:coutK;coutnScore|nBet1)return0;return1;voidCompare(CCard&user,CCard&computer)if(user.nCard1=user.nCard2)&(computer.nCard1!=computer.nCard2)user.nScore+=computer.nBet;computer.nScore-=computer.nBet;

5、user.nLoop+;computer.nLoop+;user.nWin+;computer.nLose+;user.Bet=user.nScore;computer.Bet=computer.nScore;if(computer.nScore(computer.nCard1+computer.nCard2)user.nScore+=computer.nBet;computer.nScore-=computer.nBet;user.nLoop+;computer.nLoop+;user.nWin+;computer.nLose+;user.Bet=user.nScore;computer.B

6、et=computer.nScore;if(computer.nScorev=0)ShowResult(user,computer);return;coutvv這局玩家贏了,請繼續(xù)努力哦vvendl;elseif(user.nCard1+user.nCard2)v(computer.nCard1+computer.nCard2)computer.nScore+=user.nBet;user.nScore-=user.nBet;user.nLoop+;computer.nLoop+;computer.nWin+;user.nLose+;user.Bet=user.nScore;computer.

7、Bet=computer.nScore;if(user.nScorev=0)ShowResult(user,computer);return;coutvv這局計算機贏了,真遺憾vvendl;elsecoutvv和局vvendl;user.nLoop+;computer.nDraw+;voidShowResult(CCard&user,CCard&computer)coutvv游戲結(jié)束!結(jié)果:vvendl;if(user.nScorev=0)coutvv計算機勝出,玩家努力哦!vvendl;elsecoutvv恭喜玩家勝出!vvendl;coutvv出牌數(shù):vvuser.nLoopvvendl;

8、coutvv玩家積分:vvuser.nScorevvendl;coutvv玩家勝的次數(shù):vvuser.nWinvvendl;coutvv玩家負的次數(shù):vvuser.nLosevvendl;coutvv玩家平的次數(shù):vvuser.nDrawvvendl;coutvv計算機積分:vvcomputer.nScorevvendl;coutvv計算機勝的次數(shù):vvcomputer.nWinvvendl;coutvv計算機負的次數(shù):vvcomputer.nLosevvendl;coutvv計算機平的次數(shù):vvcomputer.nDrawvvendl;coutvvvvendl;flag=1;user.nLo

9、op=0;user.nDraw=0;coutvv游戲結(jié)束,按任意鍵退出vvendl;system(pause);voidmain()select:flag=0;intstart,ucard,ccard,bet,cont,sel=l;/sel=O,玩家下注,sel=1,計下注/card第一張charch;CCarduser,computer;coutvv開始游戲請按1vvvv放棄請選0vvendl;bingin:if(flag=l)system(cls);gotoselect;cinstart;switch(start)case1:coutvv開始發(fā)牌,期待一下吧;user.SetCard();

10、ucard=user.SetCard();computer.SetCard();ccard=computer.SetCard();break;case0:exit(0);coutendl;coutvv你的第一張牌是:vvendl;/if(ucard1)coutcont;switch(cont)case0:sel=0;gotonextplayer;coutvv你現(xiàn)在還有vvuser.Betvv賭注vvendl;bet:coutvv請押賭注vvendl;cinbet;if(bet5)coutvv押注請不要超過5哦,重試一下吧vvendl;gotobet;if(!(user.AddBet(bet)&

11、computer.AddBet(bet)coutvv押注要大于0喲,再來一次vvendl;gotobet;nextplayer:if(sel=0)switch(ccard)case14:bet=5;break;case13:bet=3;break;case12:bet=2;break;case11:bet=1;break;case10:bet=4;break;case9:bet=1;break;case8:bet=3;break;case7:bet=4;break;case6:bet=5;break;case5:bet=1;break;case4:bet=5;break;case3:bet=2

12、;break;case2:bet=3;break;while(!(user.AddBet(bet)&computer.AddBet(bet)bet-;coutvv計算機下注vvbetvv,你是否接受Y/Nvvendl;cinch;switch(ch)caseY:casey:break;caseN:casen:coutvv繼續(xù)游戲請選1,退出游戲請按0endl;sel=1;gotobingin;break;sel=1;coutvv押注成功vvendl;coutvv繼續(xù)請選1vvendl;coutvv放棄請選0vvendl;scanf(%d,&cont);switch(cont)case1:coutvv玩家的牌是:vvendl;u

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論