资源描述:
《植物大战僵尸毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要:手机游戏,它是运行在手机上的游戏软件。Java语言编写程序是使用最多的手机编程语言。随着科技的发展,手机的硬件更新速度越来越快,功能也越来越强大。现在的手机游戏所具有的娱乐性和交互性是十分强大的,同时也展示了游戏的复杂性。安卓版本的游戏有三大优势。一是技术优势:安卓操作系统以发展成十分稳定的版本。另外一方面就是安卓游戏开很容易就可以入门,一般只要是学习过JAVA的人,是非常轻松就可以掌握的。还有一方面就是ANDROID的市场优势了:自安卓发布的短短的5年时间里,其手机所占的市场以接近50%稳居第一,安卓早已成为了当今世界的主流手机系
2、统,也只有苹果公司的IOS系统才能与之相媲美。第三:开发周期短。游戏采用面向对象的方法进行设计,在对象设计过程中将程序中每一个事物都看成是对象,复杂的对象可以由比较简单的对象以某种方式组合而成。设计中把对象划分为对象类,给它们定义数据与方法。并且建立子类与父类的结构关系。游戏创建的实现方法,开发使用SurfaceView游戏框架,它的作用就是是用来开发一些复杂的游戏,当要求程序的执行效率很高时,例如对速度要求很高,还可以使用双缓冲来显示。关键词:手机,安卓,Java语言,面向对象中图分类号:Abstract:Mobilephonegame
3、,asthenameimplies,referstotheoperationinthemobilephonegamesoftware.ThemobilephoneisthemostwrittenprogramusingJavalanguage.Withthedevelopmentofscienceandtechnology,mobilephonehardwareupdatesfaster,morepowerfulfunction.Complexformnowmobilephonegameishighlyentertainingandint
4、eractive.TheAndroidversionofthegamehasthreemajoradvantages.Thefirst:technicaladvantage.OneisthestabilityoftheGingerbreadoperatingsystem,isnowrecognizedasthemoststableversion.Ontheotherhand,theprogrammeristechnologyfastentry,especiallyforsomejavalanguagebasedonthepeople.Se
5、cond:Androidsystemmarketadvantage:borninashortspanof3yearsAndroidsystemwilloccupytheglobalsmartphonemarketshareof48%,rankingthefirstintheworld.Third:shortdevelopmentcycle.Thegameusesobject-orientedmethodisusedinthedesign,objectdesignprocessprogramallthingsasobject,complex
6、objectbyobjectcanberelativelysimpleandinsomeway.Puttheobjectintotheobjectclass,astheydefinethedataandmethods.Establishthestructurerelationshipandthesuperclasssubclass.Methodtocreatethegame,needtouseSurfaceViewgameframework,itismainlyusedtodevelopcomplexgame,attherequestof
7、theefficiencyoftheprogramisveryhigh,suchasthehighspeed,canalsousethedoublebuffertodisplay.Keywords:Cellphone,Android,Javalanguage,Object-orientationClassification:TN929目次摘要:1第1章绪论11.1手机游戏行业概述11.2游戏开发所需工具11.2.1Eclipse11.2.2ADT21.2.3AndroidSDK21.2.4Fireworks21.3技术简介21.3.1Su
8、rfaceView2第2章需求分析32.1项目分析32.2项目概述32.2.1白昼模式32.2.2夜晚模式32.2.3游戏设置42.2.4查看帮助4第3章概要设计53.1游戏设计53.1.1游