基于J2ME的手机游戏开发与实现THEDEVELOPEMTANDIMPLIEMNTATIONOFTHEMOBILEGAMEBASEDONJ2ME摘要本文通过对Android应用方法的初步研究,在对市场上主流手机网络游戏软件进行调研和学习的基础上,设计出了一款在Android平台上基于J2ME的“连连看”小游戏。首先分析了当前手机游戏的发展情况,介绍了开发基于J2ME手机游戏需要的相关技术以及环境配置;然后基于世面主流手机游戏的调研对本系统做出了详细的需求分析;最后根据需求分析介绍了系统的设计方案以及实现过程,并对性能做出了测试与分析。本系统完成了“连连看”的基本游戏要求,界面美观。同时创新的添加了用户管理模块,实现了用户登录、注册、查看排行榜等功能,提升了游戏的体验。关键词:J2ME;手机游戏;java;ABSTRACTThisarticlethroughtothepreliminaryresearchontheAndroidapplicationmethods,researchandstudythemarketmainstreammobilephonenetworkgamesoftware,designamodelontheAndroidplatform"lianliankan"thesmallgamebasedonJ2ME.Thispaperfirstanalyzesthecurrentdevelopmentsituationofmobilephonegames,thispaperintroducesthedevelopmentbasedonJ2MEmobilegamesneedrelatedtechnologyandenvironmentconfiguration;Thenbasedontheworldmainstreammobilegameresearchtothissystemhasmadethedetaileddemandanalysis;Accordingtothedemandanalysis,introducesthedesignschemeofthesystemandimplementationprocessandmakethetestandanalysisonperformance.Thissystemcompletedthebasicgame"lianliankan"requirements,theinterfaceisbeautiful.Innovationatthesametimetoaddtheusermanagementmodule,therealizationoftheuserlogin,register,checklist,andotherfunctions,improvetheexperienceofthegame.Keywords:J2ME;Mobilegames;JAVA目录摘要.............................................................IABSTRACT...........................................................II第一章绪论.........................................................31.1引言........................................................31.2课题背景介绍................................................31.3所属领域发展状况............................................41.4课题研究价值及意义..........................................41.5论文结构安排................................................51.6本章小结....................................................6第二章相关开发技术介绍.............................................72.1Java相关技术介绍...........................................72.2J2ME相关技术介绍..........................................82.3本章小结....................................................9第三章系统的需求分析..............................................103.1系统的需求分析.............................................103.2可行性分析.................................................11第四章系统的设计..................................................134.1功能模块设计...............................................134.2系统流程的设计.............................................134.3系统关键算法的设计.........................................15第五章系统的实现..................................................165.1系统工程的创建.............................................165.2主要功能的实现.............................................165.3本章小结...................................................24第六章系统的测试与分析............................................256.1功能测试...................................................256.2性能测试与分析.............................................286.3本章小结...................................................29第七章总结与...