搜索资源列表
24点游戏
- VS2010平台,用C#编写的24点游戏应用程序 有兴趣的可以来研究研究
Mir3EIServerDev
- 传奇3服务端完整源码,包括网关和引擎,本人修复并完善,编译环境VS2010.NET,语言:C++ VC Xingbarking 2010-12-12-Legend 3 complete server source code, including the gateway and the engine, I repair and improvement, build environment VS2010.NET, Language: C++ VC Xingbarking 2010-12-12
Link
- 1、用VS2010控制台程序完成,键盘输入选择的道具的坐标。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等;拥有游戏最基本的一些文字提示,如坐标输入错误、两坐标点不可连等提示;拥有最基本的一些错误判断。 3、要求使用两个道具连接判断的最优算法实现。 4、要求可以实现撤销与反撤销。 5、要求加入自动消除道具和洗牌道具(消耗性道具)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。 -A VS
Mouze_maze
- 一个用vs2005写的迷宫游戏。用到了windows编程,主要还是c++语言。-Written in a maze game with vs2005. Used in the windows programming, mainly c++ language.
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.
Winmine-V1.1
- C#写的一个简单扫雷游戏,请用vs2010打开 C# write a simple minesweeper, please use vs2010 open -C# write a simple minesweeper, please use vs2010 open
GameStart1233
- 一个2D游戏引擎!用C++实现,编写环境VS2010!里面留有很多功能接口!根据自己的需要可以进行完善!-A 2D game engine!Using C++ implementation, authoring environment, the VS2010! Which left a lot of functional interface. According to their needs can be perfect!
3DWing
- vs2010 c++编写的,MU扩展DLL源码,修改3D翅膀合成概率-the muonline dll souce code for change the 3D mix rate
TicTacToeBoard2010
- 井字棋小程序,使用控制台开发,VS2010下开发,C++代码。该程序有一定智能。程序能够在你不经意的时候出奇制胜。井字棋的基本规则和容错机制都已实现。-Tic-tac-toe chess program, use the console development, developed under the VS2010 C++ code. The program has a certain intelligence. Program when you inadvertently surprise a
huarongdao
- 使用VS2010,C#语言开发的华容道小游戏,适合于初学者利用此工程学习C#语言。-Use VS2010, C# language development Huarong Road game, suitable for beginners to use this project to learn C# language.
snake
- 使用VS2010,C#语言开发的贪吃蛇小游戏,适合于初学者利用此工程学习C#语言。-Use VS2010, C# language development of the Snake game, suitable for beginners to use this project to learn C# language.
tank
- 使用VS2010,C#语言开发的坦克大战小游戏,适合于初学者利用此工程学习C#语言-Use VS2010, C# language development of the tank war game, suitable for beginners to use this project to learn C# language.
6796537977650f906
- c#植物大战僵尸源码,vs2010开发,一个示例源码,只有豌豆射手和僵尸,僵尸可以一点一点移动,很简单,大家自行完善。(C# plant zombies source, VS2010 development, an example source code, only pea shooter and zombie, zombies can move point by point, very simple, you perfect themselves.)
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
LoginServerSource
- Sourcecode Tianlongbabu LoginServer research use IDE vs2010 This code is only used for the exchange of learning.
ShareMemorySource
- Source code Tianlongbabu ShareMemory research use IDE vs2010 This code is only used for the exchange of learning.
WorldServerSource
- Source code Tianlongbabu WorldServer research use IDE vs2010 This code is only used for the exchange of learning.
GameServerSource
- Sourcecode Tianlongbabu GameServer research use IDE vs2010 This code is only used for the exchange of learning.
VS2010+Easyx库_推箱子
- 电脑需下载VS和Easyx库才能运行,此程序为简易的推箱子,程序设计思路仅供参考学习,适用于C图形化编程初学者。
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。