java游戏设计.rar

RAR格式版权申诉手机打开展开

java游戏设计,java游戏设计,毕业论文目 录1 绪论11.1 手机软件现状11.2 j2me介绍11.3 手机游戏应具有的特征21.4 本游戏背景介绍31.5 本章小结32 开发环境及相关技术的介绍42.1 开发环境42.2 java语言特点42.3 关于eclipse42.4 关于wireless tool kit52.5 ja...
编号:28-231066大小:542.85K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 gpzi 发布

JAVA游戏设计,毕业论文

目  录
1 绪论 1
1.1 手机软件现状 1
1.2 J2ME介绍 1
1.3 手机游戏应具有的特征 2
1.4 本游戏背景介绍 3
1.5 本章小结 3
2 开发环境及相关技术的介绍 4
2.1 开发环境 4
2.2 JAVA语言特点 4
2.3 关于ECLIPSE 4
2.4 关于WIRELESS TOOL KIT 5
2.5 JAVA APPICATION MANAGER 5
2.6 本章小结: 5
3 程序结构、思想和相关技术 6
3.1 本程序需要解决的主要技术问题 6
3.2 程序流程 7
3.3 CANVAS类 7
3.4 GRAPHICS类 8
3.5 MIDP1.0技术下的绘制背景技术 8
3.6 MIDP2.0新增的GAMECANVAS包 8
3.7 PNG图片格式 9
3.8 玩家飞机的控制方式和敌人方的智能运行 10
3.9 子弹的运行和控制 11
3.10 内存的优化 11
3.11 内存检测器 11
3.12 关于混淆器 12
3.13 本章小结 12
4 程序分析和具体实现 13
4.1 游戏进入前的选择 13
4.2 MYBULLETS类 15
4.3 游戏逻辑及GAMESCREEN类 15
4.3.1 gameScreen类所实现的功能 15
4.3.2 地图的创建 16
4.3.3地图的移动 16
4.3.4 gameScreen类的构造函数 17
4.3.5 关于commandAction()方法 17
4.3.6 Sprite类对象的碰撞检测及相关属性 18
4.3.7 玩家4次游戏机会的实现方法 19
4.3.8 input() 19
4.3.9 render()和renderboss() 20
4.4 游戏中的奖励及相关飞机的行为 21
4.5 普通敌人相关属性 22
4.6 白云的实现原理 24
4.7 关尾BOSS及相关属性 24
4.8本章小结 25
5测试 26
5.1 打包测试的过程 26
5.2 发现的BUG及解决情况 27
5.3 未完善的功能 28
6总结 29
6.1 本程序的总结和展望 29
6.2 感想 29
致    谢 30
参考文献 30
附录一 代码 31
附录二 操作说明 56
附录三 英文文献及其译文 57

摘  要
这款游戏的名字叫《览桥风光》。J2ME(Java 2 Micro Edition) 是近年来随着各种不同设备,尤其是移动通信设备的飞速发展而诞生的一项新的开发技术。它定位在消费性电子产品的应用上,对设备的智能化、多样化,提供了革命性的解决方案,并因其“Write Once, run anywhere”的Java特性而提高开发的效率。
随着手机的日益普及、Java功能在移动设备上的实现,Java应用程序产生的手机增值服务逐渐体现出其影响力,对丰富人们的生活内容、提供快捷的资讯起着不可忽视的作用。本论文着眼于J2ME技术的应用,开发一款可商用的手机游戏程序。本程序将老少皆宜的经典作品移植到手机上来,为更流行的硬件平台提供应用软件。
本论文介绍了J2ME的相关技术及本程序的结构分析和具体功能的实现。

关键字:J2ME;手机游戏;Java

 

 

ABSTRACT
The title of this game is Air Force of China in 1937. J2ME is a kind of fast developing technology implemented on various devices especially mobile communication equipments. It focuses on application for consumptive electronic products, providing revolutionary solution to the intelligentizetion and diversification of the equipment. It improve the efficiency of the development process thanks to its “Write Once, run anywhere” nature.
When cell phone is getting ever more popular nowadays, with the implementation of Java technology on mobile equipment, increment of capital on communication service exhibits its force on people’s everyday life, providing them ever fast information just in hand. This dissertation focuses on implementation of J2ME technology and has developed a commercial game suite run on mobile phones. This application  transports the classical product to mobile phones, offering corresponding software for such more popular hardware platform.
This dissertation introduces  J2ME and its relative technology as well as this program’s structure and analysis of implementation in details.

Key words:J2ME; mobile game; Java