资料详情

基于Android系统的手机游戏(2048)的设计与实现 毕业论文+开题报告+项目源码

头像

android

编号:3378

摘  要

互联网已经进入了成熟的时代,现在也越来越重视与用户之间的交流,这就必不可少的需要通讯工具,因此,智能手机逐渐成为绝大部分人们的必备品。无论是 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系统评价

第七章 总结

参考文献

致  谢