搜索资源列表
WIN32 SDK版本的象棋游戏源代码
- MantisChess1.0 ,为了清晰而改用Win32 SDK代码,抛开了MFC和多线程,抛开一切附加功能.-MantisChess1.0, in order to clear a switch Win32 SDK code, cast aside the MFC and multithreading, cast aside all additional features.
斗地主源码C++MFC
- C++MFC 编写的斗地主游戏
doudizhu 基于MFC写的一个欢乐斗地主游戏
- 基于MFC写的一个欢乐斗地主游戏,既可以单机又可以局域网玩,学习娱乐两不误。-MFC-based game written in a fun Landlords, either stand-alone local area network and can play and learn fun correct.
MFC框架实现一个五子棋游戏
- 使用VC开发平台,MFC框架实现一个五子棋游戏,有人人对战、人机对战,The use of VC development platform, MFC framework for the realization of a backgammon game, it was one battle, man-machine war
poker
- 用MFC实现的纸牌游戏,包括红心大战和斗地主两个游戏,为人机对弈,有人工智能算法-MFC to achieve card games, including Hearts and Doudi Zhu, for man-machine chess, there are artificial intelligence algorithms
hebai
- 一个用MFC编制的黑白棋游戏-MFC with the preparation of a game of Reversi
smallcard
- 简单的扑克游戏! 类似同花顺! 实现了洗牌,发牌,换牌,计分功能。-A simple poker game! Similar Flush! Achieved cards, licensing, renewal of license, a scoring function.
Russian_block_game
- MFC下的俄罗斯方块游戏,游戏不错,点击blockexe可直接运行-MFC under the Tetris game, good game, click blockexe can be directly run
five
- 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
MFC-game-example
- [趣味程序导学Visual.Cpp].董未名.文字版MFC,全是游戏实例-[gout program guiding Visual. Cpp]. Tung. Text version MFC weiming,All game example
MFC-chinese
- 基于MFC的中国象棋详解,非常不错的代码。有兴趣做此游戏的下载去看看吧。-Detailed MFC-based Chinese chess, very good code. Be interested in downloading this game a look.
mfc
- MFC五子棋游戏,有对弈算法,可人机、人人对弈,并有获胜数据记录。VC6.0开发。-MFC wuziqi game. with playing algorithm, have human-human mode and human-computer mode,save win&lose times data. vc6.0
A-game-development-instance
- 本资料《一个VC++6.0基于MFC游戏开发实例》详细介绍了一个游戏(五子棋)的开发过程,内附有VC代码。-his information a VC++ 6.0 MFC game development instance of "details the development process of a game (backgammon), enclosing the VC code.
zhongguoxiangqi
- mfc游戏开发的中国象棋源码,要学习的可以进行参考-mfc development of the Chinese chess game source code, can refer to learn
zhongguolianzhu
- mfc游戏开发的中国连珠源码,要学习的可以进行参考-mfc development of the Chinese game Pente source can be referenced to learn
chinesecheckers-mfc
- 一个用简单的中国跳棋小游戏,MFC,有可执行程序与源代码,导入可直接运行-A simple Chinese checkers game, MFC, there are executable programs and source code can be run directly import
MFC-Simulate-Gobang
- 通过使用VC的MFC库,我们能够制作一款五子棋游戏界面,界面美观,算法简单。-By using MFC in VC, we can make an interface of the gobang game which owns beautiful interface and simple arithmetic.
MFC五子棋
- 利用MFC实现五子棋游戏,有电脑对战功能,可选难度。(Gobang game using MFC, a computer battle function, optional difficulty.)
斗地主
- 联网斗地主小游戏,可以实现创建服务器,连接服务器等功能(Networking Landlords game, you can achieve the creation of servers, connections, servers and other functions)
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。