搜索资源列表
jylgame
- 一款vb编写的记忆力源程序,此程序特别适合初学者研究和学习-one prepared by the memory source, this procedure is particularly suited to study and learn from beginners
新版贪吃蛇(可连网)
- 用开发的新版贪吃蛇游戏,支持连网功能,并可由玩家选择主角的外观和食物的外观.-with the development of the new Snake games, support networking function, players can choose from the protagonist's appearance and the appearance of the food.
hrd_src
- 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
俄罗斯方块(from al)
- 一个简单的俄罗斯方块小游戏,只需要使用上下左右方向键就可以方便的控制 -a simple little game Tetris, only need to use the direction keys above and below it can control
pySameGame
- python同色球游戏,全部源码。选择消灭所有相同颜色同色球,直到所有的球消失。剩余球失败。 源程序来源于newsmth.net的python信区。-python same color ball game, all-source. Choice of the same color to eliminate all the same color balls until all the ball disappeared. The remaining signal failure. Newsmth.n
滚球
- 滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。 现用8位二进制数依次从左到右表示八个小洞的状态。 例: 图中的初始状态为 00000101 时,最多滚入3个球时有 从C洞滚入一小球状态为 ————> 00101111 从B洞滚入一小球状态为 ————> 01111011 从
迷宫探险游戏
- 迷宫探险游戏是一个在turboC2环境下编写的小游戏,该游戏只要是完成小人从左上角闯过迷宫到达右下角的路径探险-maze is an adventure game in turboC2 environment prepared by the small games, as long as the game is complete villains leaped from the upper left corner of the maze to reach the lower right path
123a20041218121959
- 本人很喜欢玩棋类游戏,最近花了不到半个月的时间设计制作了一个现代战棋游戏,因为时间有限现在只做了个DEMO,还没有完成美工,网络对战等功能,以后会慢慢完善。 本人因为学JAVA总共不到半年,系统学习JAVA也就三个月,所以本游戏不可避免的参考了其他棋类制作的大概框架。不过除了技术实现方面参考了他人思路以外,上层的游戏规则、棋子和棋盘等游戏蓝图都是偶独自设计出来的。(本游戏的设计创意未经本人同意不得用于商业用途,本人保持对整个游戏的所有版权) 本游戏还有很多要完善的地方,整个游戏的玩法我也
跳舞游戏
- 很可爱的程序。可惜不是我写的。但是我又忘记是在哪里下载的。希望不要给人家说我侵权吧。我只是DOWN 来学习学习的呀。 现在嘛,就是大家一齐学习呀。^0^ -very lovely procedures. Unfortunately, I did not write. However, I forget where it is downloaded. Others do not want to say that I am infringing it. I just DOWN to le
连连看_src
- 很不错的游戏源码.来自咖啡屋.希望想有兴趣的同志,好好拜读.定能感谢PU-very good source of the game. From coffee. They want to be interested, the comrades read properly. Will thanked PU
pt
- 一个很有意思的拼图游戏,由网友提供,希望大家喜欢。-a very interesting pieces of the jigsaw from netizens to offer hope you like them.
dim
- 1 程序采用borland c++ builder 6.0 + wspp16(作者风云)制作,其中wspp16针对borland c++ builder 6.0做了一些修改(不一定再适用VC),使用时请遵从其中的版权限制。除此之外的代码可以任意复制散发。 2 另外,素材也从PopCap的Diamond Mine中抽取,请尊收原软件对素材的版权限制。 -a procedure used borland c builder 6.0 wspp16 (Author Fengyun) produc
JiugongGame
- 九宫图即通过将空格和上下左右相邻的数交换,从初始状态移到目标状态-JiuGongTu through the spaces above and below and adjacent few exchange, the state moved from the initial target state
sunsjCar
- 一个好玩的汽车游戏!!包括原代码~可以和大家交流哈~-a fun car games! ! The original code can be from Kazakhstan and the exchange of ~
fiveziqiyouxi
- 5子棋的游戏,不知道有没有重复,但这的确是我自己编写的,单文档界面,算法特别是边界的处理上,不算太好。但也有可学习之处。-five-chess game, I do not know any repetition, but this is really my own preparation, a single document interface Special Algorithm for the treatment of the border, is not very good. But th
hexsud
- Files presented: README.txt - This file. Plaintext documentation of my work. go - Shell scr ipts for running the codes. cmds - Prolog commands used for executing the codes and generate output. hexsud.pl - Prolog codes for the 16x16 Sudoku
rzVS
- 操作: \"w\" \"s\" \"a\" \"d\" 分别为 上 下 左 右 胜利条件: 控制 曾rz 吃掉所有的 囧 超级简单并且无聊的游戏 是用win32控制台写的 -Operating : "w" "s" "a" and "d" from top to bottom were about victory conditions : rz control have eate
game_Pushbox
- C++开发的推箱子游戏 1.类的划分 Cdraw类 绘画加载地图(包括围墙、人、箱子等等) Cman类 是否完成(过关) 即时更新地图 2.设计思想 从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap, 单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2,
WonderfulGGAAMMEE
- It is a very good game.You can get very many knowledge from it.It is based on Windows.And Most important you can get Source Code!-It is a very good game.You can get very many k nowledge from it.It is based on Windows.And Mos not important you can get
game_C_example1
- 提供学习C语言的绝对好例子,从游戏开始学习编程-C language learning the absolute good example from the games started learning programming