教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 范文大全 > 文秘资料 >

1240101104_丁梦茹_基于安卓系统的拼图游戏的设计与开发

来源:网络收集 时间:2026-09-06
导读: 本科毕业设计 题目:基于安卓系统的新图游戏的设计与开发 学生姓名:丁梦茹 学号: 1240101104 所属学院:计算机工程学院 专业班级: 12级计科一班 指导教师:杨婷婷职称/学位:讲师完成时间: 2016年 5 月 20 日 安徽文达信息工程学院教务处制 独创性声明

本科毕业设计

题目:基于安卓系统的新图游戏的设计与开发

学生姓名:丁梦茹

学号: 1240101104

所属学院:计算机工程学院

专业班级: 12级计科一班

指导教师:杨婷婷职称/学位:讲师完成时间: 2016年 5 月 20 日

安徽文达信息工程学院教务处制

独创性声明

本人郑重声明:所呈交的论文是本人在导师的指导下独立进行研究所取得的研究成果。除了文中特别加以标注引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写的成果作品。对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式标明。本人完全意识到本声明的法律后果由本人承担。

学生签名:日期:年月日

论文版权使用授权书

本人完全了解安徽文达信息工程学院有关保留、使用学位论文的规定,即:学校有权保留送交论文的复印件和磁盘,允许论文被查阅和借阅,可以采用影印、缩印或扫描等复制手段保存、汇编学位论文。同意安徽文达信息工程学院可以用不同方式在不同媒体上发表、传播学位论文的全部或部分内容。

(保密的学位论文在解密后应遵守此协议)

学生签名:日期:年月日

导师签名:日期:年月日

2016届计算机科学与技术专业毕业设计

摘要

随着移动设备的日益普及,使用Android的手机软件技术的发展是越来越多的人,

在这样的背景下,这个话题一直是手机游戏,Android平台的益智拼图的发展。首先,Android系统架构本文的研究背景,并介绍了开发环境,那么通过使用Android技术开发玩家的益智游戏分析的需求,游戏界面布局合理,使游戏更加美观和人性化的界面,实现游戏的基本功能,最终为玩家享受拼图的乐趣。Android系统对第三方软件是开放的,这促进了第三方软件的发展。Android系统以Linux 2.6为核心,其安全机制比较完善,增强了手机使用的安全性。Android平台已经形成由 Google牵头,OHA组织参与,系统支持商和服务供应商完善搭配的运作机制,为Android平台的快速发展提供了坚实的基础。由于Android构建在开源代码的框架之上,并且提供了强大的SDK库和开放的理念,所以它为广大的没有任何移动应用程序开发经验的新手开辟了一条开发完美移动应用程序的康庄大道。而富有经验的移动开发人员现在也可以方便地扩展到Android平台上来,利用它独特的功能来改进现有产品或者开发其他新颖产品。Android软件在一两年的时间内已经迅速发展,在各类型应用系统中都有令用户满意的成果,本课题研究的就是基于此背景下Android手机的一款益智拼图游戏。通过该游戏的设计,将自己学到的Java,Android方面的理论知识应用于实践,提高自己的动手能力。在设计的过程中,不断的修补知识方面的漏洞,加深自己对程序设计的理解,为将来从事软件开发事业打

下基础。

关键词:Android;拼图游戏;Activity;框架

I

2016届计算机科学与技术专业毕业设计

Abstract

With the rising popularity of mobile devices, the use of Android mobile phone softwaretechnology development is more and more people, in this context, this topic has always been a cell phone game, the development of the Android platform of educational puzzles.First of all, the Android system architecture in this paper, The Android platform has been formed, led by Google, smaller companies organizations to participate in, system support, and service providers to improve the operation mechanism of collocation, and provides a powerful SDK library and an open concept, so it doesn't have any mobile application development experience for the majority of the new opened up a perfect mobile application development for the road ahead.And rich experience in mobile developers now can also be easily extended to the Android platform, using its unique function to improve existing products or to develop other new products.career in software development in the future.With the rising popularity of mobile devices, the use of Android mobile phone software technology development is more and more people, and introduced the development environment, then through the use of Android technology the demand of the development of educational game analysis, the game interface layout is reasonable, make the game more beautiful and humanized interface, realize the basic functions of the game, eventually for players to enjoy the pleasure of the puzzle.Android is open for third-party software, it will promote the development of third party software.Android Linux 2.6 as the core,smaller companies organizations to participate in, system support, and service providers to improve the operation mechanism of collocation, for the rapid development of the Android platform provides a solid foundation.Because the Android build on open source framework, and provides a powerful SDK library and an open concept, in all kinds of application systems have user satisfaction results, under the background of this research is based on the Android mobile phone, a puzzle puzzle game.Through the design of the game, to learn Java, Android in terms of theoretical knowledge into practice, improve their ability.In the process of design, continuous repair knowledge, deepen their understanding of the program design, lays the foundation for a career in software development in the future.

Key Words :Android; puzzle game; Activity; sturcture

II

2016届计算机科学与技术专业毕业设计

III 目录

摘要............................................................... I Abstract ............................................................ II 1 引言. (1)

1.1 课题开发的背景 (1)

1.1 课题研究现状 (1)

1.2 课题意义 (2)

2 安装环境 (3)

2.1 Android的系统架构 (3)

2.1.1应用程序 (3)

2.1.2 应用程序框架 (4)

2.3 系统运行库 (4)

2.4 Window下Android开发环境的搭建 (5)

3 流程概要 (7)

3.1 游戏流程介绍 (7)

3.2 系统概要设计 (8)

3.2.1 界面布局模块 (8)

3.2.2 难度选择模块 (8)

3.2.3 图片选择模块 (9)

3.2.4步数和时间模块 (9)

3.2.5 游戏实现模块 (9)

4 设计与实现 (10)

4.1 界面布局实现 (10)

4.1.1 Logo界面布局 (10)

4.1.2 游戏界面布局 (12)

2016届计算机科学与技术专业毕业设计

4.2 游戏功能实现 (13)

4.2.1 开始游戏 (14)

4.2.2 游戏设置 (16)

4.2.3 积分排名 (18)

4.2.4 游戏关于 (19)

4.2.5 游戏帮助 (20)

4.2.6 退出游戏 (22)

4.2.7 步数和时间设置 (23)

5 系统测试 (24)

5.1 Android 模拟器——夜神 (24)

5.1.1 …… 此处隐藏:10091字,全部文档内容请下载后查看。喜欢就下载吧 ……

1240101104_丁梦茹_基于安卓系统的拼图游戏的设计与开发.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/fanwen/1993659.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)