2024年4月8日发(作者:)
使用java开发连连看游戏(GUI界面子系统)
摘要
游戏发展至今已经有30多年历史,在这个短暂的时期里,随着硬件水平的提高,
游戏开发新技术层出不穷,经典游戏比比皆是。大部分的人一听到连连看游戏,通常就
会想到这是一个小游戏。
连连看游戏,是指在一个区域内,分布着许多不同的图片,通过点击两张相同的图
片并符合一定的规则消除它们的一个游戏。我们最常见的是在QQ游戏大厅里的QQ连
连看,网络上也有许多各式各样的单机版连连看游戏。在游戏的过程中,可以考虑下如
何使用自己掌握的程序去实现游戏的效果,并尝试去开发属于自己的连连看,这是一件
十分惬意的事情。
本游戏采用JAVA语言开发,以MyEclipse为开发平台。游戏主界面是基于GUI(图
形用户界面)的开发,使得游戏界面简单清晰。并调用了其中的一些函数,完成了事件
的触发功能。希望通过这次开发设计出的连连看小游戏,给大家的生活带来一点乐趣。
游戏通过定义动态的二维数组,根据一定的算法实现规定的路径判断。
关键词:连连看,小游戏,JAVA,GUI,数组
Develop Lianliankan game by java (GUI interface subsystem)
Abstract
The development of games have already had a history of 30 years , In this short period
time ,more and more new developing technologies of games appears under the improvement
of hardware ,making out uncountable classical games .When it comes out with Lianliankan
game Most of the people will think about it as a very small game.
Lianliankan is a game which will eliminate pictures by clicking two same pictures
arranged in a region though some certain rules,.What we often saw is the QQ Lianliankan
game in QQ game hall, actually there is a lot of console games in the internet .When we play
it we can think about how to develop our new game by our own ways , and this is gonna be an
amazing thing .
The game is developed by using JAVA language in MyEclipse which is the development
platform. The game 's interface is developed based on the GUI (graphical user interface ) ,
which makes the game interface simple and clear. And it can call some of these functions,
completed the event trigger function. Hope it can bring some little fun for our life by
designing and developing this Lianliankan game,.
The game is implemented by through defining the dynamic two-dimensional array,
according to certain provisions of the path algorithm.
Key words: Lianliankan, game, JAVA, GUI, array


发布评论