{$cfg_webname}
主页 > 计算机 > JAVA >

JAVA连连看游戏的设计与实现(含录像)

来源:wenku163.com  资料编号:WK16312143 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312143
资料介绍

JAVA连连看游戏的设计与实现(含录像)(任务书,开题报告,外文翻译,毕业论文11200字,程序代码,答辩PPT,答辩视频录像)
摘  要
游戏开发至今已有30多年的历史,在这短短的时期,随着硬件水平的提高,游戏开发的新技术层出不穷,经典游戏无处不在。大多数人在听到游戏连连看,往往会认为这是一个小游戏。连连看游戏,它是指在一个地区,有许多不同的图像,通过点击两个相同的图片和符合一定的规则,来消除它们的一个游戏。我们是最常见的QQ连连看QQ游戏大厅之一,在互联网上也有很多各种各样的单机游戏连连看。在游戏的过程中,可以考虑如何使用学过的知识去实现游戏的效果,并尝试编写一款属于自己的连连看,这是一个非常愉快的事情。在这里面,我们将教你详细说明如何使用Java来开发一个属于自己的独立的连连看。这个游戏使用JAVA语言开发,如Eclipse的开发平台。游戏的主界面是基于GUI(图形用户界面)的发展,使得游戏界面简单明了。并调用其中的一些功能,完成事件触发功能。希望通过本次的开发设计连连看游戏,给你一个小乐趣的生活。通过定义动态二维数组,按照一定的路径判断算法执行规定的游戏。
关键词:连连看,小游戏,JAVA,GUI,数组

Design and implementation of java-based game Lianliankan
Abstract
Game development has been more than 30 years history, in this short period, with the improvement of hardware level, the game development new technology emerge in endlessly, classic games everywhere. Most people heard the lianliankan game, often will think this is a small game. Lianliankan game, it is to point to in one area, there are many different images, by clicking on two of the same pictures and conform to certain rules to eliminate their a game. We are one of the most common in QQ lianliankan QQ games hall, on the Internet also has many a variety of stand-alone lianliankan game. In the process of the game, can consider how to use their mastery of the program to achieve the effect of the game, and try to develop our own lianliankan, this is a very pleasant thing. In this chapter, we will teach you in detail how to use Java to develop a belongs to own standalone lianliankan. This game USES JAVA language development, MyEclipse as development platform. Game main interface is based on the development of GUI (graphical user interface), makes the game interface simple and clear. And call some of these functions, completed the event trigger function. Hope that through this development design lianliankan game, give you a little pleasure out of life. The game by defining the dynamic two-dimensional array, according to a certain path judgment algorithm implementation regulations.

Keywords: lianliankan, little game, JAVA, GUI, array

这个毕业设计是一款基于Java的连连看游戏设计,主要有以下几个功能:
1.开始功能:游戏开始的按钮,点击此按钮进行游戏;
2.提示功能:在游戏过程中找不到可以消除的两张图片时,点击此按钮能够提示两张可以消除的图片;
3.刷新功能:点击此按钮,可以将剩余的图片进行重新排列,方便我们找出两张可以进行消除的图片;
4.炸弹功能:点击这个按钮,直接将两张可以消除的图片进行消除;
5.演示功能:在游戏进行的途中,如果不想玩了,点击此按钮,所有的图片将会一下全部消除;
6.设置功能:在这个功能中,可以对一些环境配置进行操作,比如设置游戏的难度,背景音乐和音效的开关等。
 

JAVA连连看游戏的设计与实现
JAVA连连看游戏的设计与实现


目  录
1  引言    1
1.1  课题研究的意义和目的    1
2  连连看游戏及相关背景介绍    2
2.1  相关背景及介绍    2
2.1.1  计算机    2
2.1.2  电脑游戏    3
2.1.3  连连看    4
3  相关技术支持及介绍    7
3.1  JAVA    7
3.1.1  JAVA语言背景介绍    7
3.1.2  JAVA语言特性    8
3.2  ECLIPSE    8
4  需求相关设计    10
4.1  系统需求分析    10
4.2  程序开发环境    10
4.3  系统功能    10
4.4  模块设计    10
4.4.1  总体框架介绍    10
4.4.2  算法设计介绍    11
5  游戏相关设计    14
5.1  游戏界面设计    14
5.2  相关功能实现    15
6  测试与分析    19
6.1  游戏界面展示    19
6.2  测试中遇到的问题与分析    21
6.2.1  算法设计介绍    21
6.2.2  异常的相关与处理    21
7  结论    23
参 考 文 献    24
致  谢    25

推荐资料