搜索资源列表
lightsBOX
- 很早前写得俄罗斯方块,可以调节下落速度,很简单,形状文件存在外部。-very Russian ideographic written earlier, the whereabouts of speed can be adjusted, very simple shapes and external documents exist.
RUS
- 自己编的俄罗斯方块游戏,使用键盘上的方向键进行游戏:左键左移,右键右移,下键快速下落,上键改变形状。菜单项中帮助有按键说明。菜单中可以选择游戏难度,游戏分为困难、普通和容易三个默认级别。 -own addendum to the Russian box game, the use of keyboard keys for the game : Left-left, right-shifted to the right. Quick keys whereabouts on the key ch
NineGrid
- 九宫格小游戏,自动出题和解题.九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。
俄罗斯方块的代码+注释
- 俄罗斯方块,或称积木游戏,它是利用一些形状各异却又是用正方形组成的方块,经过不同位置不同角度的变化之后,堆积在一起的一种智力游戏。 而从我们编程的角度讲,我们只需要提供各种方块的图形,提供几个键盘操作键以供方块的形状和位置的变化,提供几个功能函数以供游戏的正常进行。 各种方块图形:利用数组定形,然后利用随机函数随机地不按顺序地按游戏的需要而出现。 键盘操作键:就是四个方向键。其中左、右、下三个键意思一样,上键的功能不是使方块向上,而是使方块的下落角度改变。 功能函数将在变量函数里面介绍。
ShuDu
- 数独是一种源自18世纪末瑞士的数学智力拼图游戏。拼图是九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。 数独的玩法逻辑简单,数字排列方式千变万化。不少教育者认为数独是锻炼脑筋的好方法。-Sudoku is a kind of Switzerland originated in late 18th century mathematical intelligence jigsaw puzzl
Tetris_src
- 俄罗斯方块,改变了常规的方块的形状,演示了如何修改-Tetris has changed the conventional box shape, demonstrates how to modify and so on
Tetris
- 利用VC++语言编写的一个俄罗斯方块游戏 可以自定义游戏速度 可以通过上下左右键控制 游戏中形状数不少于6种-Using VC++ language written in a Tetris game.You can customize the game speeds.up and down left and right buttons can control the game.There are not less than six kinds of shapes in the game
Snakes
- 这是游戏贪吃蛇的源代码,可以自行设计蛇的形状和移动的速度。-This is the Snake game source code, can design the shape of a snake and mobile speed.
Russia
- 用Visual C++编写的图形界面的俄罗斯方块程序。可以选择方块的形状 以及游戏区域的大小。-Using Visual C++ graphical interface written in the Russian box program. Can choose the shape of the box and game area size.
tetrisgame
- 写的一个Java版俄罗斯方块程序,界面做的中规中矩,每种形状颜色都不相同,程序控制还可以,生产了jar包,可以直接试试,消磨时间的时候可以Down下来-Write a Java version of Tetris program, the interface to do quite satisfactory, the color of each shape is different, process control can be, produced a jar package, can try
Russia_Xin
- 一个简单的俄罗斯方块,能提示下一个方块的形状,没计分和关卡选择。-A simple Tetris, can prompt a box shape, did not score and level selection.
RussianBlocks
- 使用C#语言编写一个俄罗斯方块游戏系统,要求程序运行后有一个图形用户界面,并具备下面几个功能: (1) 实现各种方块的生产,包括形状和颜色等信息; (2) 实现各个方块的上下左右移动和旋转的功能; (3) 实现消行的功能; (4) 实现开始,暂停,结束等功能 -eat snakeThe use of C# language to write a Tetris game system, the requirements to run after having a graphic
Russian-block-
- c++写的,DOS平台下运行的简单俄罗斯方块游戏。按左右键移动,上键换形状,下加速下降。-simple dos Russian block game.
Tetris
- 俄罗斯方块,可以自定义形状,包含线程,托管,画图的方面的代码-Tetris, can custom shape, including thread, custody, drawing aspects of the code
VB_Tetris.ZIP
- 原创俄罗斯方块程序,界面较简单,结构良好,可以非常容易地新增和修改块的形状。 -Original Tetris program, the interface is relatively simple, well structured and very easy to add and modify the shape of the block.
blocky
- 一款非常好玩的益智游戏,基于flash AS3制作,通过移动一个小方块,粘上其他方块并移动,最后拼成游戏要求的形状。-A very fun puzzle game, based on the the flash AS3 produced by moving a small box, glue box and move, and finally makes up the shape of the game requires.
Tetris--the-full-version
- 俄罗斯方块,实现形状填充色,界面设计,经运行测试无误。-Tetris shape fill color, interface design, after running the test correctly.
Clock
- 自己制作桌面钟表,可以设置表针和背景的三色和形状。-Produce their own desktop clocks, can set Biaozhen and background color and shape.
SampleRassionBlock
- 自己用vs2008写的小游戏,第一次写,只实现基本功能,界面没有美化 操作方法: 键盘的上键为调整方块的形状 ,左右键为调整方向,下键为加速下落-Vs2008 write games for the first time to write, only basic functions interface beautify How: on the keys of the keyboard to adjust the shape of the box, the left and right
Terics
- 本俄罗斯方块全部用绘图函数实现方块的绘制,没有一点资源,因此源代码很小巧,整个程序编译链接好,也就10K多吧。非常小巧的俄罗斯方块。 设计思想: 1、将游戏区域划分为18行*10列的棋盘,设立一个布尔型的二维数组变量,以表示棋盘上各个地方是否有方块。 2、用4个顶点代表各种不同形状的方块,一旦方块在游戏区域中,就把对应的布尔型二维数组变量置为真,表示该方格已经有方块了。 3、如上做方便方块移动是否会碰撞的判断。 4、代码已经修正了一个小BUG。 5、压缩