搜索资源列表
chess
- 中国象棋网络游戏代码。客户端。用C#的。有兴趣的可以研究
five2
- 经典的五子棋游戏,支持双人,人机和网络对战。采用C++代码编写。并且加入了简单的AI设计,你自己也可以扩充。-Gobang classic games, support for double, and network man-machine war. The use of C++ code to prepare. And add a simple design of the AI, you can also expand their own.
five
- 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
Host
- 利用Visual C++中的MFC知识,实现了经典的斗地主游戏,代码简练,基本完成了网络游戏中斗地主的各项功能!-By using Visual C++ MFC in knowledge, to achieve the classic game of Landlords, concise code, the basic completion of the Landlords in the online game!