资源列表
txz20120707
- J2ME手机游戏推箱子附源代码,第一个新手练手的小程序-J2ME mobile game Sokoban with source code, novice to practice hand procedures
New
- 新手研究用代码,不是很复杂的源码,适合新手-Novice research code is not very complex source, suitable for novice
SDLX
- 山洞历险,不个很不错的源码,大家来看一下-Cave adventure, not a very good source, we look at
Ghost
- 精灵游戏,新手可以看一下j2me的程序,东西还行-The wizard game, and newcomers can look at the j2me procedures, things okay
MistyRainMaze
- 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径-Arbitrarily determine the size and shape of a maze out of the labyrinth with a non-recursive method, and output at least one access path
hannoi
- C#汉诺塔游戏源码,汉诺塔递归游戏的C#源程序,本程序中自带汉诺塔演示功能,你可以改变盘子数量后开始游戏,为确保编译顺利,请使用VS2008及以上版本编译源代码。 -C# Tower of Hanoi game source code, game Tower of Hanoi recursive C# source code, this program comes with the Tower of Hanoi Demo, you can change the plate number a
parking
- C#停车场游戏,简单模拟停车位、抢车位的游戏,功能比较单一,还有很多功能都没有做,当然本例的初衷是介绍一些游戏初级的入门技巧,你觉得水平还行的话可以跳过哦。C#抢车位游戏源码下载。 -C# parking game, a simple simulation parking spaces, grab the game of parking spaces, relatively simple, there are a lot of features are not, of course, the
Russia
- 俄罗斯方块小游戏。。。自己用 MFC做的 -this is a Tetris
SDK_Snake
- SDK实例代码,Win32下重写贪吃食精典小游戏。测试通过,压缩整理上传-SDK sample code, the Win32 rewrite greedy food classic game. The test is passed, compressed finishing upload
331-game
- 一个简单的五子棋游戏,内含实现的源码,仅供学习参考-A simple 331 games, containing a realization of the source for learning the reference
smallgame
- 模拟魔方 Space:随机变换 right:逆时针旋转 left:顺时针旋转 up:光标向下切换 down:光标向上切换 Enter:返回初始 Esc:退出程序-Simulation cube
c1
- 用C语言编写一个“猜数字游戏”的程序,由程序产生一个随机的二位数,用户有10次机会可以猜这个数是多少,每次猜测程序都给出比较结果(大了还是小了),若3次以内猜出为“太棒了!”,若5次内猜出为“非常好”,若8次内猜出为“很好”,若10次内猜出为“不错”,否则为“失败”。 程序的功能: 1. 产生一个随机的二位数。 2. 比较每次猜的数字与随机数的关系。 3. 判断最终成绩。 4. 程序能循环执行。 对编制程序的要求: 1. 定义一个数组来记录每次猜的数字。 2. 利