JAVA打字游戲源碼

JAVA打字游戲源碼

ID:37852315

大小:43.00 KB

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

時(shí)間:2019-06-01

JAVA打字游戲源碼_第1頁(yè)
JAVA打字游戲源碼_第2頁(yè)
JAVA打字游戲源碼_第3頁(yè)
JAVA打字游戲源碼_第4頁(yè)
JAVA打字游戲源碼_第5頁(yè)
資源描述:

《JAVA打字游戲源碼》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)

1、packagecom.xt.game.entrty;importjava.util.Random;publicclassGame{Playerplayer;publicGame(Playerplayer){this.player=player;}/***輸出字符**@paramstrLength*@return*/publicStringprintStr(){intstrLength=player.getLevelNo();Levellevel=LevelParam.levels[strLength-1];StringBufferbuffer=newStr

2、ingBuffer();Randomrandom=newRandom();for(inti=0;i

3、);break;case5:buffer.append("6");break;case6:buffer.append("7");break;case7:buffer.append("8");break;case8:buffer.append("9");break;}}returnbuffer.toString();}/***字符對(duì)比**@paramout*@paramin*/publicvoidprintResult(Stringout,Stringin){if(out.equals(in)){longcurrentTime=System.currentT

4、imeMillis();if((currentTime-player.getStartTime())/1000>LevelParam.levels[player.getLevelNo()-1].getTimeLimit()){System.out.println("游戲超時(shí),闖關(guān)失?。?);System.exit(1);}else{player.setCurScore(player.getCurScore()+LevelParam.levels[player.getLevelNo()-1].getPerScore());System.out.println

5、("輸入正確,您的積分是"+player.getCurScore()+"分,您的級(jí)別是"+player.getLevelNo()+"級(jí),您所用時(shí)間"+(currentTime-player.getStartTime())/1000+"秒");if(player.getLevelNo()==6){intscore=LevelParam.levels[player.getLevelNo()-1].getPerScore()*LevelParam.levels[player.getLevelNo()-1].getStrTimes();//計(jì)算闖關(guān)分?jǐn)?shù)if(pla

6、yer.getCurScore()==score){System.out.println("闖關(guān)成功?。?!");System.exit(0);}}}}else{System.out.println("輸入錯(cuò)誤,闖關(guān)失??!");System.exit(1);}}}packagecom.xt.game.entrty;publicclassLevel{privateintlevelno;privateintstrLength;privateintstrTimes;privateinttimeLimit;privateintperScore;publicintge

7、tLevelno(){returnlevelno;}publicvoidsetLevelno(intlevelno){this.levelno=levelno;}publicintgetStrLength(){returnstrLength;}publicvoidsetStrLength(intstrLength){this.strLength=strLength;}publicintgetStrTimes(){returnstrTimes;}publicvoidsetStrTimes(intstrTimes){this.strTimes=strTimes

8、;}publicintgetTimeLimit(){returnt

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

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

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無(wú)此問(wèn)題,請(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)等原因無(wú)法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。