- 1、本文档共75页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
毕业设计说明书(论文)
院 系: 计算机工程学院
专 业: 计算机科学与技术
题 目: 射击类手机游戏的研究与设计
本文阐述了一个基于安卓平台的射击类手机游戏的研究、设计和实现过程。在众多游戏类型中,飞行射击游戏是一种很典型的游戏,这种类型的游戏操作简单,画面炫丽,根据指定的方位击中目标,能设置游戏的场景,购买和选择各种游戏道具,制定各种通关规则,制定得分标准,能记录用户信息和用户上次玩游戏的得分和排名等。?
本课题基于Android系统和java语言技术,实现了一个基于安卓手机平台的飞行射击类游戏。该游戏具体包含的功能模块有:游戏开始模块、关卡选择模块、游戏进行模块、道具商店模块和排行榜模块等。 其中重点实现了碰撞检测和游戏人工智能的跟踪算法等。图形界面模块重点实现各个界面的绘制,其中涉及双缓冲绘图技术、游戏界面纵向屏幕滚动技术等。
关键字:Android系统,飞行射击游戏,Java语言,图形界面,游戏音效。
毕业设计说明书(论文)中文摘要
毕业设计说明书(论文)外文摘要
Title
Designing and Completing of Mobile Telephone
Games Based on Android Platform
Abstract
This article expounds a shooter game based on android platform of the research, design, and implementation process。 In numerous game type, flight shooting game is a very typical, this type of game, simple operation and glamorous images, according to the specified azimuth hit the mark, can set the scene of the game, buy and choose all kinds of game props, set all kinds of customs rules, formulate score standards, to record the user information and user score and ranking of last time to play games。
This topic is based on the Android system technology and the Java language, realizes a flight shooting game based on Android platform。 The game contains specific function modules include: game starts to choose the module, the module, the levels of module, prop store module and list module, etc。 The key to realize the collision detection and tracking algorithm of game ai, etc。 Key realization of each interface drawing graphical interface module, including double buffer drawing technology, vertical scroll game interface technology。
Keywords:Android system,Flight shooting mobile games,Java language, Graphical interface,Game sound。 目 录
前 言 1
第一章 系统分析 2
1.1 可行性分析 2
1.2 系统流程图 4
1.3 系统流程分析 5
第二章 系统实现技术 6
2.1 搭建开发环境(基于安卓2.2) 6
2.2 安卓系统特点 8
第三章 总体设计 10
3.1 系统流程图 10
3.2 游戏流程示意图 11
3.3 游戏类框架以及类功能 11
3.4 程序结构 17
3.5 片头动画实现 23
3.5.1 设计方法和代码 23
3.6 主菜单界面 25
3.
文档评论(0)