搜索资源列表
KyodaiUI
- 这是一个连连看的小游戏的部分源代码,是一个简单的界面部分,不包含算法和其他功能。-1000 block of Terry Avenue is a small part of the game's source code is a simple interface, does not include algorithms and other functions.
VisualC++ClassicalGameCode
- 书籍《VisualC++经典游戏程序设计》游戏源代码,包含一些经典游戏如俄罗斯方块,连连看等源代码-books "classic games Visual C Programming" game source code include some classic games, such as Tetris, such as source code 1000 block of Terry Avenue
105230313LLK151Sources
- 这是一个C#的连连看游戏,很不错的一个游戏,你也可以自已扩展-This is a C# Lianliankan the game, a very good game, you can own expansion
lianliankan
- 一个连连看的源代码,可以供游戏爱好者学习!确实很经典
lianliankan
- 连连看的小游戏的vc代码~~ 自己感觉还不错
BubbleBreaker
- 新年到了,大家要好好休息一下,放松一下,不过,玩电脑的朋友尽量远离电脑。 这是一个比较好玩的游戏,打泡泡游戏类似流行的连连看游戏,也类似WM5(Windows Mobile 5)系统带的消球游戏BubbleBreaker,拥有漂亮的界面和流畅的操作,值得一看。 春节可以在无聊的时候消磨一下时间,呵呵. 【游戏简单说明】 ●鼠标点击任一小球,自动选中相连的同种小球.再次点击选中的小球,便可消除. ●聚集更多的小球一次性消除后可以得到更多的分数. ●消除时上
lianliankan
- 游戏连连看,挺简单的一个小程序,小弟不才,大家指教一下
LLLook
- 连连看游戏原码,本人开发。在TC3.1中编译通过。 本连连看的特点是,可以使用自定义头像,增加了游戏的有趣性和灵活性。具体请看包中的README.TXT文档。 该小游戏很有吸引力,能在工作之余给人一种享受,更重要的是该游戏能很好的训练人对头像的辨别能力,提高人的判断能力,能训练并提高人的反应能力,是一个不可多得的智力游戏。 该游戏软件纯绿色软件,用后除了在游戏所在在的目录下产生一个保存得分爬行榜和其他选项的文件外,不会在电脑产生其他任何东西。运行时也非常节省CPU和
lianliankan
- 一个小游戏的源代码,大家熟悉的连连看游戏。
Lianliankan
- 连连看游戏,delphi实现,有重排和提示功能-Lianliankan game, delphi achieve, there are functional rearrangement and tips
skyblue_LLK
- 连连看小程序,可以按F2键重置游戏,还有倒计时-game
fruitLink2
- iphone连连看源码,一个非常有意思的水果连连看游戏 ,下载下来可以直接运行-iPhone Lianliankan source,this is source is a fruitLink game,it is very funny,please get a look
wolianliankan
- 基于C++环境下的连连看游戏的源代码,很好用哦~-Lianliankan game C++ environment-based source code, easy to use! ~
Visual-CPPGame-Developing-
- 《Visual C++游戏开发经典案例》一书上所有案例的源代码,包括扫雷、贪食蛇、俄罗斯方块、推箱子、黑白棋、五子棋和连连看等等。-The the " Visual C++ game development classic case of a book on the source code of all cases, including minesweeping, Snake, Tetris, Sokoban, Othello, backgammon and Lianliankan an
QQ-games-Lianliankan-spike-auxiliary
- 目前最新可用的QQ游戏连连看秒杀辅助,直接编译就可以用.-The latest available lianliankan spike QQ Game auxiliary, direct the compiler can be used.
ShakeForFood2.xcodeproj
- 连连看和多款跑酷游戏,还有人物对打的游戏-cocos2d-x cocos2d-x game development game developmentcocos2d-x cocos2d-x game development game development
LLKyouxi
- 连连看游戏的源码程序,只有知道了连连看游戏的算法以后,才能从本质上了解连连看这个游戏,才可以在各方面发挥的淋漓尽致-Snake game source program, and only know after Snake game algorithm can understand the essence lianliankan this game, we can play the most in all respects
Delphi_043653
- Delphi:调用Flash实现的Delphi宠物连连看,不是真正用Delphi实现的,是调用了一个已做成的SWF游戏文件,SWF是Flash的导出格式,所以从游戏各个制作的细节方面和Delphi没有多大关系,Delphi只是调用并显示了这个Flash连连看游戏,具体的调用过程和思路,你可下载这个源码一看究竟。 -Delphi: Delphi is called Flash achieve pet lianliankan not really use Delphi to achieve, i
LinkGame
- 用labvIEW实现连连看游戏功能,只要将相同的两张牌用三根以内的直线连在一起就可以消除。-With labvIEW achieve lianliankan game features, as long as the same two cards with a straight line within three together can be eliminated.
连连看游戏辅助
- 《连连看》是由一款益智类游戏。 《连连看》只要将相同的两张牌用三根以内的直线连在一起就可以消除,规则简单容易上手。 本题编写程序模拟人进行连连看游戏,电脑模拟人玩连连看的过程如下: 1、分析本局游戏,将本局游戏转化成一个二位数组。0表示空白区域,数字表示该游戏牌为出现在游戏中的第几类游戏牌。 2、利用广度优先搜索算法,判断两个游戏牌是否可以消除。 3、程序模拟人点击可以消除的一对游戏牌进行消除。 对某局游戏转化成二维数组如下: 0 0 0 0 0 0 1 2 0 0 0 0