搜索资源列表
Puzzle(7)
- 一个拼图游戏,运用了双缓冲技术。可以自由设定所分的块数。环境为vs2010,基于win api的,其他的版本也可以打开的。-A jigsaw puzzle, using a double-buffering. The points can be freely set the number of blocks. Environment is vs2010, based on win api, and other versions can open.
XACTGame
- 一款基于DirectX的3D弹珠游戏(包含整个工程文件和源代码)采用的是DUXT框架设计,由于文件过大,我删了一些中间文件,不过Debug文件里的exe还是没问题的,这里用的是Direct10。-this is a 3D ball game like CS, it is developed by DUXT of DirectX, you can open the project and all the codes by the vs2010, also i have compile it int
3D-Game
- 这是一个C#语言结合XNA技术开发的基于vs2010的太空射击类小游戏,游戏有完整的界面,音效,关卡和计分功能等。-This is a C# language combined with the XNA technology development based the vs2010 space shooter game, the game is a complete interface, sound, level and Scoring function.
FIVECHESS
- 基于MFC开发的五子棋小游戏,人机博弈,智能化程度高,使用的是vs2010平台,可以直接用vs2010编译,调试运行。--Based the MFC developers backgammon game, man-machine game, a high degree of intelligence, using vs2010 platform directly with vs2010 compile, debug and run.
MySnakegame_SDL
- 功能:基于SDL贪吃蛇游戏,有背景图片和音乐 开发平台:vs2010+SDL1.2.15+SDL_image1.2.12+SDL_mixer-1.2.8 本程序也在linux下编译通过,本人在linuxmint下通过-Function: SDL-based Snake game, the background picture and music development platform: vs2010+SDL1.2.15+SDL_image1.2.12+SDL_mixer-1.2.8 T
snake_QT
- 基于QT的贪吃蛇游戏,开发平台:Ubuntu11.04: QtCreator 1.3.1+Qt4.6.1 (32 bit) Windows 7: QtCreator 2.6.0+Qt4.7.4(MinGW4.4) QtCreator 2.6.0+Qt4.8.0(VC++2010) vs2010+QTAddin1.11+QT4.8.0 注意:QtCreator 1.3.1+Qt4.6.1 (32 bit)无法添加声音支持. 另外本程序为了减小打包体积,未将背景音乐放入
Tetris
- 基于cocos2d-x开发的俄罗斯方块游戏,是本人在学习cocos2d-x引擎时,在win7下使用vs2010的C++做的。 附上完整的源代码。请根据自己的cocos2d-x安装路径更改vs工程项目的属性设置,即可调试运行。该代码仅供cocos2d-x游戏开发爱好者研究学习。 -Based on cocos2d-x developed Tetris game, I was in learning cocos2d-x engine, using vs2010' s C++ do
Tetris
- 基于cocos2d-x开发的俄罗斯方块游戏,是本人在学习cocos2d-x引擎时,在win7下使用vs2010的C++做的。 附上完整的源代码。请根据自己的cocos2d-x安装路径更改vs工程项目的属性设置,即可调试运行。该代码仅供cocos2d-x游戏开发爱好者研究学习。(Tetris game based on cocos2d-x development, is I in learning cocos2d-x engine, in win7 under the use of vs2010
基于vs2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。