搜索资源列表
lik
- 连连看Java小游戏,很适合初学者学习,每行代码都有详细的注释。-Lianliankan J2ME little game, very suitable for beginners
2007_01_22_143355_RQVEKVunPB
- 看到一个简洁精巧的Robot,作者是:stelo,Robot名字:stelo.UntouchableNano,版本1.0 有效代码不过60余行,但是可以统计目标数据、预测对手行动、随机移动,并且试验了一下,战绩也不错。-To see a concise sophisticated Robot, the author is: stelo, Robot name: stelo.UntouchableNano, Version 1.0 valid code, however, more than
Jigsaw`puzzle_about`one`and`a`half`months`to`write
- 拼图游戏,写了1个半月,改了半个月,2300行代码,C++语言,主要是算法复杂-Jigsaw`puzzle_about`one`and`a`half`months`to`write_2300`lines`of`code_mainly`complex`algorithm.rar
sl
- 用VB写的和Windows自带的扫雷功能完全一致的游戏 连xyzzy的秘笈都有模仿 只有不到500行代码-MineSweaper
Sudoku
- 数独问题,利用函数递归调用产生每行每列都不同的所有5乘5矩阵,代码精炼,时间短-Sudoku problems, the use of recursive function calls generated for each row of each column is different for all 5 by 5 matrix, code refining, time is short
WUZIQ
- 一个简单的五子棋程序,其中人工智能部分大约有500行代码.欢迎下载,修改,提意见 -Gobang a simple procedure, in which artificial intelligence part of the approximately 500 lines of code. Welcome to download, modify, put forward their views
Tetris
- 精简版俄罗斯方块C++程序,用于课程设计,几百行代码而已,已建好VC6工程,可直接运行-Streamlined version of Tetris C++ program for curriculum design, just a few hundred lines of code, has built VC6 projects can be directly run
ALSFK
- 我看到一本杂志上关于俄罗斯方块小游戏的评论,一时兴奋就编了这个游戏,不足千行的代码就能实现了它的基本功能,有兴趣的朋友还可以把它的功能扩展一下-I saw a magazine on the Tetris game comments, a moment to compile the game exciting, less than thousands of lines of code it can realize the basic functions of friends who are in
Tetris
- 俄罗斯方块程序,使用turbo C。代码加上注释仅有577行-Tetris, the use of turbo C. Code is only 577 lines with comments
tanchishe
- 贪吃蛇的代码,txt格式,,复制到程序里面就行了-Snake' s code, txt format, copied to the program inside the line, and,
my_snake
- 用纯C编写的贪吃蛇代码,很简单,只有500行,非常不错提高C语言水平的程序-Snake written in pure C code is very simple, only 500 lines, very good program to improve the level of C language
Tetris-game-C-code
- 俄罗斯方块游戏C代码:实现该游戏的基本功能,旋转、移动、积分、消行等功能。在WIN-TC下调试通过!非常适合初学C的新手们参考学习。-Tetris game C code: to achieve the basic functions of the game, rotate, move, points, lines and other consumer features. In the WIN-TC through debugging! Very suitable for beginners t
WY_TC20H_B1107(1)
- 俄罗斯开发的代码,具有使用行,可供爱好者好好的开发俄罗斯发块-the introduction of Eluosi
s
- 通常,写一个俄罗斯方块,往往动不动就几百行,甚至上千行,而这里只有88行 正所谓头脑风暴,打破常规。这里将使用很多不平常的手段来减少代码-Typically, writing a Tetris, often motionless on a few hundred lines, or even thousands of lines, while only 88 lines Is the so-called brainstorming, break the routine. Here wil
NewMineSweeper
- 控制台窗口下的扫雷游戏,支持鼠标点击、本地用户登陆、计时、保存游戏、英雄榜等功能。不仅设计了传统模式的扫雷,还设计了更具挑战性的“高级模式”,代码总长度2400~2500行。 操作说明:左键、右键单击:同WINDOWS扫雷;鼠标中键单击:排雷(相当于WINDOWS扫雷中的排雷功能,但排雷逻辑不同)。 本游戏适合作为C语言学习的大作业。-Minesweeping games in the console window, support for mouse clicks, the local
fk
- 不到200行代码的俄罗斯方块游戏,虽然是控制台下的字符显示,但整个程序结构清晰明了,对学习游戏及开发及相关算法具有很好的参考价值,VC++6环境下编译通过-Less than 200 lines of code Tetris game, characters are displayed under the console, but the entire program structure, clarity, a good reference value for learning game dev
russian-square
- 本程序主要完成俄罗斯方块的基本功能,开始界面可选择开始游戏、查看游戏说明和得分记录。方块下落速度随分数的增加而增加,消行时会闪烁,游戏结束可重新开始也可保存游戏,可查看游戏记录和游戏说明,有背景音乐。 算法1:卡位判断,用矩阵解决。当移动方向上地图的值和方块的值都不为零时,返回值为零,不能移动,否则返回值为一,可以移动。如果将图形打出来,会多出不少有规律且重复的代码。 算法2:转动方块:定义b[i][j],将旋转赋值给b,判断b与所在位置是否可以放下,若可以,将b值再赋值给a-Com
Terics
- 本俄罗斯方块全部用绘图函数实现方块的绘制,没有一点资源,因此源代码很小巧,整个程序编译链接好,也就10K多吧。非常小巧的俄罗斯方块。 设计思想: 1、将游戏区域划分为18行*10列的棋盘,设立一个布尔型的二维数组变量,以表示棋盘上各个地方是否有方块。 2、用4个顶点代表各种不同形状的方块,一旦方块在游戏区域中,就把对应的布尔型二维数组变量置为真,表示该方格已经有方块了。 3、如上做方便方块移动是否会碰撞的判断。 4、代码已经修正了一个小BUG。 5、压缩
snake
- 最简单的贪食蛇游戏,80多行代码,里面附有注释性说明。-The easiest Snake game, more than 80 lines of code, which accompanied by explanatory notes.
six-letter
- 本源代码最大的区别就是改变了游戏规则,将间隔跳行也认为是连城一线,更刺激,更有新意。-The biggest difference is the source code to change the rules of the game, will also be considered Citylink skip interval line, more exciting, more innovative.