毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

Android平台梦幻多彩球游戏软件的开发

时间:2018-06-22 15:44来源:毕业论文
作为一款Android 2.2平台上的游戏,本游戏具备智能手机游戏应用的全触屏操作,以及丰富的图形多媒体组件,同时在美工设计方面,继承了扁平化设计的理念,具有界面简单明了等特点

摘要:    在科技日新月异今天,智能手机已经成为了人们日常生活中必不可少的一部分。在本论文中,将主要阐述以面向对象为主的程序开发语言,以 eclipse 为开发工具, 基于智能手机 Android 2.2平台之上设计的一个消除类游戏。作为一款Android 2.2平台上的游戏,本游戏具备智能手机游戏应用的全触屏操作,以及丰富的图形多媒体组件,同时在美工设计方面,继承了扁平化设计的理念,具有界面简单明了等特点。24620
在论文中我主要对人工智能算法以及一些开源类的使用进行了探讨,就目前来说,消去算比较成熟,所以我遇到的难点与重点就是对算法的理解与使用。其中关键是小球进行消去的算法,这属于一种启发式搜索,首先对每一个搜索的位置进行评估,得到最好的位置,再从这个位置进行搜索直到目标。这样可以省略大量没用的搜索路径,提高了效率。在启发式搜索中,对位置的估价是十分重要的。采用了不同的估价可以有不同的效果。
在最后,通过对游戏的多次功能测试和性能测试,本游戏算法应用上有不错的表现效果。
毕业论文关键词:    Android;消去算法;测试;
Development of Android Colorful Ball Game Software
Abstract:     Nowadays, under the fast development of science and technology, smart phone has already been an indispensable part of people' s daily life. In this paper, the author mainly illustrates a design of a matching game (bubble break) based on Android 2.2 platform of smart phone by using eclipse as development tool and an object-oriented program development language. As a game on Android 2.2 platform, it can be operated on the whole touch screen and also has abundant graph multimedia elements. Meanwhile, in the art design, it inherits the idea of flat design with the feature of simple interface.
     In this paper, I mainly discuss artificial intelligence algorithm and the application of some open source. For the time being, elimination has been growing. Therefore, the difficulty and the key point I met is the comprehension and application of algorithm, including the crux of eliminating bobble. This is a kind of heuristic search, a search in the state space. First, evaluate every search location and get a best one. Then, proceed to search the object from this location. This can omit a large number of pointless search path to get a high efficiency. In the heuristic search, it is very important to evaluate a location. Different ways of evaluation may get different results.
Eventually, the algorithm of this game will have a good behavior by several functional test and performance test.
Keywords:    Android; elimination; test;
目录
摘要    i
Abstract    i
目录    iii
1    绪论    1
1.1    本课题的概述    2
1.1.1    课题的目的和意义、国内外研究现状、水平和发展趋势    2
1.1.2    开发环境的选择    5
1.2    市场分析    5
2    功能分析    6
2.1    游戏的主要功能    6
2.2    游戏功能模块化    6
2.3    游戏流程分析    8
2.4    性能分析    8
3    游戏设计    9
3.1    代码设计和IU设计    9
3.1.1    游戏开始设计    9
3.1.2    游戏开始界面设计    10
3.1.3    核心消去代码分析    12 Android平台梦幻多彩球游戏软件的开发:http://www.751com.cn/jisuanji/lunwen_18214.html
------分隔线----------------------------
推荐内容