资源描述:
《毕业论文-基于cocos2d-x游戏引擎的飞行射击类游戏设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、中国矿业大学本科生毕业设计姓名:学号:学院:计算机科学与技术学院专业:计算机科学与技术设计题目:基于Cocos2d-x的飞行射击类游戏专题:指导教师:谢红侠职称:副教授2014年6月徐州摘要智能手机操作系统繁多,但苹果的IOS、谷歌的Android、微软的WindowPhone三大操作系统几乎占据了全部的手机市场,所以开发一款跨平台飞行射击类游戏具有很高的商业价值。Cocos2d-x是一个跨平台的开源二维手机游戏框架,运用Cocos2d-x开发的项目能够在IOS、Android、WindowPhone等支持C++的平台下创建和运行。本软件主要以Cocos2d-x为游戏引擎,在Microsof
2、tVisualStudio2010开发环境下运用C++进行开发,在Windows下调试成功后移植到主流的支持C++的智能手机平台。本文主要介绍飞行射击类游戏开发的各个阶段所做的准备工作,其中包括可行性分析、系统需求分析、系统概要设计、系统详细设计以及系统的编码和测试等内容。在可行性分析中,主要对系统是否值得开发进行各方面的分析;在系统需求分析中,主要对系统的功能进行需求分析并辅以系统功能结构图、系统用例图、系统流程图加深理解;在系统设计中,主要对系统的游戏执行模块、战机模块、敌机模块、子弹模块等进行详细设计并画出类图、顺序图以及状态图;在系统的编码中,主要讲述怎样实现系统设计阶段提出的各个功
3、能模块;在测试中,对软件成品进行黑盒测试。经过测试后,最终得出所设计的软件。关键词:飞行射击类游戏;Cocos2d-x;智能手机;跨平台ABSTRACTFlightshootinggameisaverykindofclassicgame.Ontheotherhand,althoughtherearemanytypesofsmartphoneoperatingsystem,threeoperatingsystems,suchasIOS,Androidandwindowphone,accountforalmostallofthemobilephonemarket.Therefore,cross-
4、platformflightshootinggameshaveahighcommercialvalue.Cocos2d-xisacrossplatformopensourcefree2Dgameengineformobilegamingdevice.Thecocos2d-xprojectcanbebuiltandrunundersomeplatformthatsupportC++,suchasIOS,Androidandwindowphone.ThesoftwarewithCocos2d-xasagameengine,basedonMicrosoftVisualStudio2010devel
5、opmentenvironment,willbeeditedusingC++.FinallythesoftwareportedtoIOS,Android,windowphonethreemajoroperatingsystemsaftersuccessfuldebugginginWindows.ThispapermainlyintroducesflightshootinggamesystembasedonCocos2d-xdevelopmentstagesofthepreparationwork,includingfeasibilityanalysis,systemrequirementsa
6、nalysis,systemsummarydesign,systemdetaileddesignandsystemcodingandtesting,etc.Inthefeasibilityanalysis,variousaspectsofthesystemwillbeanalyzedsothatwewillachievetheconclusionwhetherthesystemisworthdeveloping.Inthesystemrequirementsanalysis,thefunctionofthesystemwillbeanalyzedandwewilldeepourunderst
7、andingwiththesystemflowchart.Inthesystemdetaileddesign,eachfunctionmodule,suchasgameexecutionmodule,fightermodule,enemymodule,bulletmodule,willbedesignedindetailandthreekindsofdiagram,suchasclassdiagram,seq