资源列表
huarongdao
- 具有中国古代特色的益智游戏,通过键盘调整各个人物的位置走出华容道-Characteristics of ancient Chinese puzzle game, through the keyboard to adjust the location of the various figures out of Huarong
lianliankan
- 《连连看》游戏,使用Access做开发平台,对使用VBA处理图像及其他数据有一定帮助。另外,对连连看游戏及规则的算法实现,充分利用了AccessVBA中的内置对象,减少了编程的难度。-" Lianliankan" game development platform to use Access to do, on the use of VBA to deal with images and other data have some help. In addition, the r
winmine
- 利用Visual Basic编写的小程序,一款模拟扫雷的小游戏。-The use of Visual Basic procedures for the preparation of a small, a simulation game of mine.
snake
- snake,这是一个我们经常玩的蛇吞食的游戏。功能已经实现。大家可根据应用环境的不同进行移植。-A game of snake.
blackandwhite
- 这是我写的一个简单的C# 黑白棋程序,能够实现双人对战,作为第一个处女程序,还是先发上来了,呵呵。其中有能够下子点的提示-a simple black and white chess program,which can enable two people play the game.this is my first game,thanks .there is some hints.
game
- 拼图游戏,从四幅图中任选一幅,按样图拼出图形,可通过鼠标移动图形。-Jigsaw puzzle, from a choice of four plans, according to spell-like map graphics, mobile graphics by the mouse.
BVITA
- BrainVita Game in C++...a simple game...built it as a mini project in 3rd year in BE...try it....simple and superb-BrainVita Game in C++...a simple game...built it as a mini project in 3rd year in BE...try it....simple and superb.....
JigsawPuzzle
- 常见的拼图游戏,将8个图排列为12345678即为过关,鼠标点击控制图的运动。-Jigsaw puzzle common to Figure 8 which is arranged to pass 12345678, mouse click control chart of the movement.
Tetris
- 经典的俄罗斯方块程序,已经经过验证。对手机的支持广泛 -Tetris classic procedures have been verified. Supports a wide range of mobile phones
3TC
- 超级简单的小游戏 井字过三关,输入坐标控制在哪划叉,赢不了电脑的-Super-simple three-game tic-tac-toe, enter the coordinates of control in which a cross, the computer can not win
Ball
- 类似祖玛的一个游戏,值得一看哦!给出例子,求出最优解!-It is a game,very well!
python
- 扫雷游戏先说下原理,原理其实很简单,设法获得“雷区”的数据,然后通过模拟鼠标动作,点击雷区上非地雷的的格子,就搞定了:) 所以技术难点只有三个:获得雷区数据、找到扫雷程序和模拟鼠标动作。 -game