- 1、本文档共5页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Java 小游戏
第一个 Java 文件:
import
public class GameA_B {
public static void main(String[] args) {
Scanner reader= new Scanner(System. in );
int area;
System. out .println( Game Start ………… Please enter the area:(1 -9) +
\n +1,2,3 means easy + \n +4,5,6 means middle + \n +
7,8,9 means hard + \n +Please choose: );
s witch ((area-1)/3)
{
c ase 0:System. out .println( You choose easy! ); break ;
c ase 1:System. out .println( You choose middle! ); break ;
c ase 2:System. out .println( You choose hard! ); break ;
}
System. out .println( Good Luck! );
GameProcess game1= new GameProcess(area);
}
}
第二个 Java 文件:
import
import
public class GameProcess {
int area , i , arrcount , right , midright , t ;
int base []= new int [ arrcount ], userNum []= new int [ area ], sysNum []= new
int [ area ];
Random random = new Random();
Scanner reader =new Scanner(System. in );
GameProcess( {
area =a; arrcount
int a)
=10;
right =0;
midright =0;
t =0;
base = new int [ arrcount ];
userNum = new int [ area ];
sysNum =new int [ area ];
for ( int i=0;i arrcount ;i++)
{
base [i]=i;
}
}
void process()
{
r and();
while ( right != area )
{
s canf();
c ompare();
print();
c heck();
}
}
void rand()
{
f or ( i =0; i area ; i ++)
{
t = random .nextInt( arrcount );
sysNum [ i ]= base [ t ];
System. out .println( base [ t ]);
delarr( t );
}
}
void delarr( int t)
{
f or ( int j=t;j arrcount -1;j++)
base [j]= base [j+1];
arrcount --;
}
void scanf()
{
Sys
您可能关注的文档
- 古汉语中“是”的用法.docx
- 《英语专业毕业设计(论文)及答辩》教学大纲.docx
- 有机物红外光谱的测绘及结构分析.docx
- 安全保卫应急处置预案.docx
- 监控系统调整方案.docx
- 植物根系活力的测定.docx
- 儿科应急处置预案演练.docx
- 安全用电详细讲解.docx
- 《非线性光学》课程简明教学大纲.docx
- 生长和收获碳纳米管的方法.docx
- 第18讲 第17课 西晋的短暂统一和北方各族的内迁.docx
- 第15讲 第14课 沟通中外文明的“丝绸之路”.docx
- 第13课时 中东 欧洲西部.doc
- 第17讲 第16 课三国鼎立.docx
- 第17讲 第16课 三国鼎立 带解析.docx
- 2024_2025年新教材高中历史课时检测9近代西方的法律与教化含解析新人教版选择性必修1.doc
- 2024_2025学年高二数学下学期期末备考试卷文含解析.docx
- 山西版2024高考政治一轮复习第二单元生产劳动与经营第5课时企业与劳动者教案.docx
- 第16讲 第15课 两汉的科技和文化 带解析.docx
- 第13课 宋元时期的科技与中外交通.docx
文档评论(0)