搜索资源列表
算法与数据结构_俄罗斯方块程序的另类算法-C语言
- 算法与数据结构_俄罗斯方块程序的另类算法-C语言-algorithm and data structure _ Russia squares algorithm for the alternative procedure-C Language
MyTetrist
- 使用 HGE 游戏引擎编写的俄罗斯方块 基本将HGE游戏引擎中的效果全部实现-The use of HGE Tetris game engine written in the basic game engine will be the effect of HGE full realization of
game
- 俄罗斯方块的原程序,相信喜欢游戏编程的朋友回喜欢的。-Tetris original program, I believe that friends like game programming back to favorite.
SymbianGames
- 在Symbian系统下的一个简单的俄罗斯方块程序-Symbian systems in a simple procedure Tetris
RussiaBlock
- 用纯面向对象的思想写的俄罗斯方块,四川大学教授亲自分配给研究生的课程设计报告,相当的重视。-Pure object-oriented thinking of writing Tetris, Sichuan University, personally assigned to the post-graduate course design report, a considerable attention.
snake
- C++游戏引擎实现的 俄罗斯方块 已经编译实现-a game develop on c++ game engine
RussiorRobot
- 机器人算法程序 输入文件:.\LegendCode.txt 输出文件:.\OutPut.txt 设计思路: 用各个横条(方块2)将输入方块序列划分成若干组。如果一个组内方块书太多(超出20),则在其中 寻找方块4或方块5,将大组细分,知道满足每组小于20个方块。 在每一个组内求最优解,力求加上最后的放块2或方块4、5,可以达到最大的消行数。其具体实现方法 如下: 1.求即将出现的方块在方块池中几个比较吻合的位置。 2.把各个备选位置存入决策
Tetris0
- 联众俄罗斯方块游戏外挂,可以帮你打俄罗斯游戏-Lianzhong Tetris plug that can help you play the game Russia
Tetris-cocos2d
- cocos2d 实现的俄罗斯方块,代码相对而言比较简单,实现了游戏基本的功能-cocos2d achieve Tetris, the code is relatively simple to achieve the basic functions of the game
esd
- 实线俄罗斯方块的功能,可以进行简单的左右上下移动-result the funcation
HGE引擎俄罗斯方块源码
- VC6编写,可直接编译,HGE使用的是1.56 简单的俄罗斯方块的源代码,可以学习,适合小白