资源列表
Sudoku
- This very simple game.-This is very simple game.
python
- 扫雷游戏先说下原理,原理其实很简单,设法获得“雷区”的数据,然后通过模拟鼠标动作,点击雷区上非地雷的的格子,就搞定了:) 所以技术难点只有三个:获得雷区数据、找到扫雷程序和模拟鼠标动作。 -game
BoxMan
- VC++推箱子游戏程序源代码,另附有一个地图编辑器,看上去还不错,资料比较全,学习编写游戏的朋友可以参考一下。通过游戏我们会学到很多实用的编程技巧。-VC++ Sokoban game source code, followed by a map editor, looks good, comparative information on the whole, learning to prepare the game for reference for a friend. We will lea
PushBox
- 一款推箱子游戏,基于VS2008的,里面有源码-A Sokoban game, based on the VS2008, and there are source
game
- game programming with c sharp
524540168
- 俄罗斯的方块原码,可以用于新手的需要,请大家多多支持我-Russia' s box of the original code, can be used for the needs of novice
作业Hanio
- 当时学C画画时作的,现在看看觉得不是很好。-time when the painting, now look at it is not good.
24dian_c
- 基于c语言设计出的24点小游戏,玩法同普通游戏类似,分享给编程爱好者们共同使用-C language design based on a 24-point game, play the same game like ordinary share to the common use of programming enthusiasts
PIC
- 用C语言编写的拼图游戏,程序预置好了路径,所以能够自动地拼好图像,最好在WIN-TC编译环境下运行,WIN-TC网上有下,由于显示器或显卡的原因在某些电脑上不能运行。-Using C language jigsaw puzzle, the program preset good path, it can automatically go good images, the best in the WIN-TC compiler environment to run, WIN-TC has onli
game
- 训练左右脑的VB小游戏,无边框,可移动。扁平化设计。客服VB随机数的缺陷,实现了真正地随机出题,为增加难度,故意通过算法增加了选项的重复率-VB left and right brain training game, no border can be moved. Flat design. Customer VB random defects, to achieve a truly random topic, in order to increase the difficulty of deli
Sokoban
- 自己编写的推箱子游戏(源代码在SOKOBAN3.RAR),包含一个关卡编辑器(源代码在BOXEDITOR.RAR),以及编译好的可执行程序(sokoban3.exe)。通过鼠标点击指定箱子的目的地,会通过A*算法自动来推动。不必在利用上下左右一步步走了。
lianliankan
- 一个经典的连连看游戏,通过Visual C++编写。具有较好的界面和动态效果。