① 基于Android平台的手机游戏开发【计算机科学专业】【毕业设计+文献综述+开题报告】
好玩的游戏超多啊,每个时期吊炸天的游戏都不一样,毕竟手游很快红起来内,又很快容没人玩了,每个人的口味都不一样,比较实用的还是推荐给你这样一个手游排行榜,这个是18183手游排行榜,里面包含2个大榜单,18183新游期待榜和18183热门手游榜,亲可以依据具体情况去选择,这里每天都更新,现在最多人玩的游戏一看就知道了,选起来也方便,给你地址 http://top.18183.com/?=wd还有一个对应的,直接拿礼包,亲可以看看http://ka.18183.com/list_game_2188.shtml
② 有关java开发游戏毕业设计的开题报告
首先介绍了手机游戏开发的背景、目的、意义和手机游戏开发的国内外现状等,接着介绍了手机游戏的特征、类型,以及手机游戏开发的基本原则等。
此外,还详细介绍了手机游戏的开发语言Java和开发平台J2ME,讲述了如何搭建J2ME平台,为读者了解手机游戏开发和设计打下了一定的基础,同时也讲述了有关Eclipse和MIDP应用程序的一些知识。
接着在本文中介绍了手机游戏程序的结构、思想以及相关技术,主要是介绍了几个主要的类:Canvas类和Graphics类,还有介绍了程序中的绘图技术、混淆器的使用、模拟器的调试等。
最后本文介绍了手机游戏程序的代码编写和程序结构等,让读者对本文的手机游戏程序有了一个概括性的了解。
关键词:J2ME,Java,Ecilpse,手机游戏,MIDP ABSTRACT
This article introces something about mobile telephone game.For example, the background and the objective and the meaning of it,and the developing status in in-country and out-country.And then introces the character and the style of telephone game and the basic principle of telephone game exploitation.
And then this article introces Java language and J2ME flat of telephone game exploitation, also narrate how to build J2ME flat. That would be propitious to reader to make a design.And this article also introces something about Eclipse and MIDP application in addition.
In succession,this article introces the configuration and idea and correlation technique of telephone games development.Mainly comes down to Canvas and Graphics,and plot technic in games,and how to use Obfuscator and how to debug simulator.
Finally,this article explains the code of telephone games and the program structure,readers will be understands the phone games in this article.
Keyword:J2ME,Java,Eclipse,telephone game,MIDP
目 录
1.绪 言 5
1.1 手机游戏研究的背景 5
1.2 手机游戏研究的目的和意义 5
1.3 手机游戏的国内外现状 6
1.4 手机游戏概述 7
1.4.1 手机游戏特征 7
1.4.2 手机游戏的类型 8
1.4.3 手机游戏设计的基本原则 8
2.开发环境及相关技术的介绍 10
2.1 JAVA语言特点 10
2.2 J2ME概述 10
2.3 J2ME体系结构 11
2.4 关于ECLIPSE 13
2.5 J2ME开发环境的搭建 13
2.6 MIDP应用程序 14
2.7 JAVA APPLICATION MANAGER 14
3.程序结构、思想和相关技术 15
3.1 本程序需解决的有关技术问题 15
3.2 程序流程图 15
3.3 绘图与MIDP2.0新增的GAMECANVAS包 16
3.3.1 Canvas类 17
3.3.2 Graphics类 17
3.3.3 PNG格式 17
3.3.4 有关绘图的一些技术 18
3.4 内存使用最佳化 18
3.5 混淆器(OBFUSCATOR)的使用 19
3.6 模拟器的调试 19
4.程序分析和编写手机代码 20
4.1 进入游戏前的选择 20
4.2 主游戏逻辑及其涉及到的若干类 20
4.2.1 程序的菜单选项 20
4.2.2 游戏的设定 21
4.2.3 游戏的界面绘制 24
4.2.4 游戏中板的出现和小人位置的检测 25
6.总结与展望 26
7.致 谢 27
参考文献 28