设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于Android系统的手机游戏(2048)的设计与实现 毕业论文+开题报告+项目源码
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘  要

互联网已经进入了成熟的时代,现在也越来越重视与用户之间的交流,这就必不可少的需要通讯工具,因此,智能手机逐渐成为绝大部分人们的必备品。无论是 IOS 还是 Android 系统,用户期望的依然是更方便的浏览的方式,因此 App 就被人们所期待。手指随时在手机、Pad 上滑动,一个个色彩缤纷的 App 顿时活了起来。而无论是在 apple store 还是 Android 的App store 平台,App 畅销排行榜最火的就是游戏 App。

2048 是益智类的数字小游戏,其以游戏的形式锻炼了游戏者的脑、眼、手等,使人们获得身心健康,增强自身的逻辑分析能力和思维敏捷性。值得一提的是,优秀的一直游戏娱乐性也十分强,即好玩又耐玩。本款小游戏做到了娱乐性、趣味性、教育性相统一。

本论文系统地阐述了 2048 小游戏的设计过程以及实现。该游戏是基于 Android 开发平台的,Android 是一种以Linux 为底层,用 Java 语言编写代码的操作系统,主要使用于 Android系统的手机。本文对游戏界面、界面布局、模式选择以及游戏算法设计进行系统的描述,基本实现了游戏的设计、安装和使用。

关键词:2048 小游戏;Android 平台;手机App


Abstract

The Internet has already entered the mature age, now pay more and more attention to the communication between the user and, this is an essential communication tool. Therefore, smart phone gradually become the vast majority of people essential goods. Both the IOS or Android system, user expectations is still more convenient browsing mode. Therefore, the app is expected. Fingers at any time on the phone, the sliding pad, a one colorful app suddenly live up. Whether it is in the apple store or the Android App Store platform and app bestseller list for most fire is a game app.

2048 is the digital puzzle game, in the game in the form of exercise player's brain, eyes, hands, so that people access to physical and mental health, enhance their own logic analysis ability and quick thinking of. Worth mentioning is, good has been entertainment is also very strong, and good play and playable. The game did entertainment, fun, educational unity .

This paper systematically describes the 2048 small game design process and implementation. The game is based on the Android platform, Android is a Linux to the bottom, with the Java language to compile the code of the operating system, mainly used in the Android mobile phone. This paper on the game interface, interface layout, mode selection and game algorithm design for system description, the basic realization of the game design, installation and use.

Key Words: 2048 mini-game; Android Platform; Mobile Phone App



目  录

摘  要

Abstract

第一章 绪论

1.1选题背景及意义

1.1.1选题背景

1.1.2选题意义

1.2发展现状

1.3研究主要内容

第二章 关键技术分析

2.1开发工具及技术

2.1.1 Eclipse

2.1.2 SDK

2.1.3 ADT

2.1.4 Android 开发

2.2开发环境的搭建

2.2.1安装 JDK 与配置 Java 环境变量

2.2.2安装 Eclipse

2.2.3安装 Android SDK

2.2.4为Eclipse 安装 ADT 插件

2.2.5创建 AVD

第三章 系统分析

3.1可行性研究

3.1.1技术可行性

3.1.2经济可行性

3.1.3法律可行性

3.2总体要求

3.3需求分析

3.3.1用户需求

3.3.2系统功能需求与非功能需求

第四章 系统设计

4.1总体设计

4.1.1模块介绍

4.1.2体系结构设计

4.2详细设计

4.2.1系统流程的设计

4.2.2界面设计

4.2.3按钮设计

4.2.4算法设计

第五章 系统实现

5.1界面实现

5.1.1全局配置文件

5.1.2欢迎界面设计

5.1.3游戏主界面

5.2游戏设计

5.2.1卡片的实现

5.2.2卡片滑动的实现

5.2.3其他功能实现

第六章 系统测试

6.1软件测试的重要性

6.1软件测试的原则

6.2测试实例的研究与选择

6.3测试环境与测试条件

6.4主要测试过程

6.5.1流程测试

6.5.2游戏运行测试

6.6系统评价

第七章 总结

参考文献

致  谢
















  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!