JAVA打字游戏源码

JAVA打字游戏源码

ID:37852315

大小:43.00 KB

页数:7页

时间:2019-06-01

JAVA打字游戏源码_第1页
JAVA打字游戏源码_第2页
JAVA打字游戏源码_第3页
JAVA打字游戏源码_第4页
JAVA打字游戏源码_第5页
资源描述:

《JAVA打字游戏源码》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

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();}/***字符对比**@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("游戏超时,闯关失败!");System.exit(1);}else{player.setCurScore(player.getCurScore()+LevelParam.levels[player.getLevelNo()-1].getPerScore());System.out.println

5、("输入正确,您的积分是"+player.getCurScore()+"分,您的级别是"+player.getLevelNo()+"级,您所用时间"+(currentTime-player.getStartTime())/1000+"秒");if(player.getLevelNo()==6){intscore=LevelParam.levels[player.getLevelNo()-1].getPerScore()*LevelParam.levels[player.getLevelNo()-1].getStrTimes();//计算闯关分数if(pla

6、yer.getCurScore()==score){System.out.println("闯关成功!!!");System.exit(0);}}}}else{System.out.println("输入错误,闯关失败!");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

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。