资源列表
3_GoFast
- C++的争上游游戏,模仿QQ环境,玩过之后还有很多收获。-C for upstream games, imitation QQ environment, there are many tried after harvest.
BCB6_Five
- BCB 6.0编写的网络五子棋游戏源代码,可直接编译运行.-prepared by the network renju game source code can be directly translated operation.
麻将程序
- 麻将程序,很经典,适合学习之用。在bcb中开发。-mahjong procedures, classic, suitable for learning. In bcb developed.
gamelobby
- 游戏大厅,C#写的 ,强大的AI人工智能设计,并提供了机器人的难度、战术风格等参数调节,使得游戏运营不但可以采用多人网络对战,还可以使用人机对战 优秀的线程处理,精妙的游戏算法,平滑的异步通讯......极大地提高服务端性能,使得服务端能够达到最大的负载量 强大的游戏大厅设计,可以任意设置房间,牌桌,游戏规则,人数限制,强退惩罚...... 强大的服务端设计,可以任意设置各项参数,监控游戏全局,查看机器人状态。-games hall, and C# to write and po
ChessGames
- 采用VC++.net编写的一个国际象棋模拟程序,包含二维碰撞检测和区域无效等方法-using VC. Net prepared by an international chess simulation program, include 2D collision detection and regional ineffective methods
VC++6Game
- VC++6游戏编程入门及源码 第一章 游戏基础 第二章 扫雷 第三章 五子棋 第四章 俄罗斯方块 第五章 老鼠和滚球 第六章 飞机游戏 第七章 五子棋联机游戏 -VC six games programming source portal and the first game based on the second chapter mine Chapter 331 Chapter III IV Russia Chapter V rats box and bowl
renju_simple_in_c
- 相对比较简单清晰的五子棋程序,用c写的,AI部分很强劲,适合刚刚开始编大型程序和研究AI的人入门。vc6下编译通过,enjoy!-relatively simple and clear procedures for the 331, and c written by some very strong AI. suitable for large-scale just started to study procedures and the others in AI. Vc6 under compi
whiteandblack
- 人工智能,用极大极小剪枝算法实现的黑白棋游戏。-artificial intelligence, with Minimax pruning algorithm of the game reversi.
vc++--wargame
- 用VC++实现的军棋游戏源代码--是游戏编程初学者很好的参考资料.-with VC + + Junji game of the source code -- programming game is a good reference for beginners.
gongzhupaiyouxi
- 一款由java编的拱猪纸牌类游戏,希望有用-java supplied by the series of the game Gongzhu category cards, hoping useful
20051226011
- 一个网络和单机的麻将游戏源码 The game currently implemented is a version of the classical Chinese-network and a single source of mahjong game The game currently implem ented is a version of the classical Chinese
j_9901_CChess
- Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直