首先介绍了手机游戏开发的背景、目的、意义和手机游戏开发的国内外现状等,接着介绍了手机游戏的特征、类型,以及手机游戏开发的基本原则等。此外,还详细介绍了手机游戏的开发语言Java和开发平台J2ME,讲述了如何搭建J2ME平台,为读者了解手机游戏开发和设计打下了一定的基础,同时也讲述了有关Eclipse和MIDP应用程序的一些知识。接着在本文中介绍了手机游戏程序的结构、思想以及相关技术,主要是介绍了几个主要的类:Canvas类和Graphics类,还有介绍了程序中的绘图技术、混淆器的使用、模拟器的调试等。最后本文介绍了手机游戏程序的代码编写和程序结构等,让读者对本文的手机游戏程序有了一个概括性的了解。关键词:J2ME,Java,Ecilpse,手机游戏,MIDP ABSTRACTThis article introduces something about mobile telephone example, the background and the objective and the meaning of it,and the developing status in in-country and then introduces the character and the style of telephone game and the basic principle of telephone game then this article introduces 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 this article also introduces something about Eclipse and MIDP application in succession,this article introduces the configuration and idea and correlation technique of telephone games comes down to Canvas and Graphics,and plot technic in games,and how to use Obfuscator and how to debug article explains the code of telephone games and the program structure,readers will be understands the phone games in this game,MIDP 目 录1.绪 言 手机游戏研究的背景 手机游戏研究的目的和意义 手机游戏的国内外现状 手机游戏概述 手机游戏特征 手机游戏的类型 手机游戏设计的基本原则 82.开发环境及相关技术的介绍 JAVA语言特点 J2ME概述 J2ME体系结构 关于ECLIPSE J2ME开发环境的搭建 MIDP应用程序 JAVA APPLICATION MANAGER 143.程序结构、思想和相关技术 本程序需解决的有关技术问题 程序流程图 绘图与新增的GAMECANVAS包 Canvas类 Graphics类 PNG格式 有关绘图的一些技术 内存使用最佳化 混淆器(OBFUSCATOR)的使用 模拟器的调试 194.程序分析和编写手机代码 进入游戏前的选择 主游戏逻辑及其涉及到的若干类 程序的菜单选项 游戏的设定 游戏的界面绘制 游戏中板的出现和小人位置的检测 256.总结与展望 267.致 谢 27参考文献 28