资源列表
wuziqi
- 简单的五子棋游戏,其中包含源文件和应用程序-Simple backgammon game.Which contains source files and applications
wuziqijava
- 五子棋一款休闲益智类的游戏,界面简洁漂亮,有人人对弈和人机对弈两种模式。-Gobang game is a casual puzzle game, the interface is simple and beautiful, there are two modes of chess and man-machine chess.
gotest
- 一个围棋程序源码,原名为TryHandTalk,没有工程文件,现把他改编成vs2010的工程文件,可以直接运行.-a go program with source code.
five-in-a-row
- 使用EasyX开发出来的五子棋小游戏。该游戏能实现人机对弈及人人对弈,AI算法还算不错,人机对弈时具有一定的智力。还具有各悔一步棋的功能。- U4F7F u7528EFl u5F00 u53D1 u51FA u7654 u4E94 u5B50 u68CB u6E38 u6E3 u6B09 u5B09 u5F08 u5E U4EBA u5BF9 u5B09 u5F08 uFF0CAI u7B97 u6CD5 u8FD8 u7B97 u4E0D
WuZh
- 五子棋人机和局域网 实现基本的功能,还有未检测到得bug(Gobang man-machine and LAN to achieve the basic functions, there are not detected bug)
虚幻4简单卡牌游戏框架
- 使用虚幻4蓝图编写的简单卡牌游戏框架。gamemode组织游戏逻辑控制游戏进度,playercontroller控制卡牌操作,playerstate保存玩家状态。因为大小限制,仅上传content文件夹,请自行下载虚幻引擎新建工程导入该文件夹即可运行游戏。(A simple card game framework written using unreal 4 blueprint. Gamemode organize game logic, control game progress, playe
MFC五子棋
- 利用MFC实现五子棋游戏,有电脑对战功能,可选难度。(Gobang game using MFC, a computer battle function, optional difficulty.)
VC++ 中国象棋程序源代码
- 本人机对弈程序采用了多种搜索算法.CEveluation类:估值类,对给定的棋盘进行估值.(machine chess program, using a variety of search algorithms. Valuation function, the valuation of a given chessboard.)
斗地主
- 联网斗地主小游戏,可以实现创建服务器,连接服务器等功能(Networking Landlords game, you can achieve the creation of servers, connections, servers and other functions)
五子棋AI源码
- 基于五子棋游戏开发的VB小游戏,根据商业游戏的规则,利用VB编写,可学习参考(Gobang game based on the development of VB games, according to the rules of commercial games, the use of VB prepared, you can learn to refer to)
2016229069李祚ChessProject
- qt制作的棋盘小游戏,能够进行五子棋和围棋 能够进行局域网对战(a little chess game developed by Qt)
Chess_project
- 最终的可执行文件及相关图片资源与dll文件存放在release文件夹中,用户可至release文件夹中点击chess.exe即可进行游戏。 源代码在src文件中,但是与最终project中的代码的存放方式有区别,project中kerenl文件夹中无子文件夹 kernel为AI部分源代码,用户若想了解AI的组织,可阅读其中的代码. project文件夹中Qt project文件夹,里面包含Qt 工程文件,也包含最终形成工程的源代码。其AI源代码可能与src中的代码有区别。因