本科毕业论文(设计)
题目:
本科毕业论文(设计)独创承诺书
本人按照毕业论文(设计)进度计划积极开展实验(调查)研究活动,实事求是地做好实验(调查)记录,所呈交的毕业论文(设计)是我个人在导师指导下进行的研究工作及取得的研究成果。据我所知,除文中特别加以标注引用参考文献资料外,论文(设计)中所有数据均为自己研究成果,不包含其他人已经发表或撰写过的研究成果。与我一同工作的同志对本研究所做的工作已在论文中作了明确说明并表示谢意。
毕业论文(设计)作者签名:
日期: Android;游戏;益智
Design and implementation of 2048?games based on Android
Abstract
Nowadays,?electronic games have?seeped into?people's life,?and?plays an increasinglyimportant role.?It can be said,?with?his?rapid development of?electronic games,?today?is not only a kind of?entertainment,?but the formation of?a cultural phenomenon,?has a strong?national character and?rich cultural connotation.?With the?game software sales?in the market,?theculture also?spread.
2048?the game?belongs to the?puzzle game?in electronic games,?it did?entertainment,?fun,educational unity.?Puzzle?game is?to?use your brain to?think?in order to?win the games.?A simplepuzzle game?can make the?game player?development?brain constantly?in entertainment.?So asto achieve the learning?in the entertainment.
The爌reliminary study on the燿evelopment of Android application,燿esigned a?048 gamebased on燗ndroid platform.營n this paper爐hrough the燿etailed analysis of system,爐he basic爐o determine the system's爎elated functional requirements,爏etting,爎endering tantly?in entand爈ayout爋f爐he screen爉enu interface,爐he game's level爁or the design,爄mplementation of a燾lear interface,rich content of the?048爂ame,爄t can爈et people get爎elief爄n this fast爐he rhythm of爈ifepre ssure.
Key Words:Puzzle
目 录
1 绪 论1
1.1 背景1
1.1.1 手机的应用市场发展现状1
1.1.2 国内外现状1
1.1.3 课题意义1
1.2 本章小结2
2 开发环境的介绍和搭建3
2.1 开发环境的介绍3
2.1.1 JDK的介绍3
2.1.2 Eclipse的介绍3
2.1.3 Android SDK的介绍3
2.2 开发环境的搭建3
2.2.1 JDK的安装与环境变量配置3
2.2.2 Android SDK 与Eclipse的安装与配置4
2.2.3 Android虚拟机AVD的配置4
2.3 本章小结5
3 系统的需求分析和概要设计6
3.1系统需求分析6
3.1.1系统功能需求分析6
3.1.2游戏基本规则7
3.2系统概要设计7
3.2.1系统流程的设计7
3.2.2系统模块设计8
3.3 本章小结10
4 系统实现