搜索资源列表
wuziqi
- java五子棋人机对战代码,电脑的AI还是可以的,希望大家喜欢
FiveGame
- 用Java编写的一个五子棋游戏,带人工智能的,完整的源代码-ritten in Java, a FIveGame, with AI, complete source code
gobang
- 五子棋源码,高智商AI,有禁手,可独立运行-Backgammon source, highly intelligent AI, prohibitions hand, can operate independently
Gobang
- Java平台上实现的五子棋对战程序,有还不错的AI,还包括了作为服务器端的裁判程序-Java platform Gobang achieved against the procedure, there are also a good AI, but also as a server-side referee procedure
Java_five_chess
- JAVA实现五子棋功能,界面友好 可以实现简单的AI算法 附有文档-Gobang JAVA realization of functions, user-friendly can be achieved with simple AI algorithm document
gobang(AI)
- 五子棋程序,可以实现人机对战的功能,人工智能-Gobang program, you can achieve the function of human-machine Versus, artificial intelligence
Five
- J2SE写的一个人机博弈,电脑具有AI的五子棋游戏,供大家学习,界面部分不是很完善,该源码主要体现了电脑的AI-J2SE write a human-computer game, computer AI' s welcome to play with, for them to learn, the interface part is not very perfect, the source is mainly reflected in the computer AI
WuZiQi
- 五子棋游戏,实现一个基于规则的AI算法,是相关项目实现的良好参考。-Backgammon game, achieve a rule-based AI algorithms, is related to the project to achieve a good reference.
java-chess
- 五子棋 AI较低。算是初学的算法,只考虑眼前的利益,给初学者的简单思路。-Backgammon AI low. Be beginner' s algorithm, consider only the immediate interests of the simple ideas for beginners.
AS3Gobang
- AS3五子棋源码,电脑ai比较低,会五子棋的一般都能赢电脑。-AS3 Gobang source code, the computer AI is relatively low, will generally win computer backgammon.
fifth-chess
- 这是空闲的时候写的局域网对战五子棋,用来和朋友玩的。 开发环境是java,支持局域网内主机间联机对战,但是单机部分还未实现,有兴致的童鞋可以自己尝试着编写一下。主要技术是socket编程以及多线程,有兴趣的可以参看一下。-I programed the game at the free time to play with my friends. It is a java application and support local host connection. But the AI didn
chess
- 此代码是在控制台上模拟五子棋,输入x,y坐标进行下子,此代码并非AI,需自己扮演自己与对家-This code is analog console backgammon, erupted input x, y coordinates, this code is not AI, need to play with home
WuZiQi
- 两个五子棋代码,一个简单的控制台下棋代码,一个图形界面人机对弈,AI采用了一步估分,可以简单对弈了-Two 331 code, a simple console chess code, a graphical interface for man-machine chess, AI uses step by Gufen, simple chess
wuziqi
- js 实现五子棋功能,包括AI,对战功能-js achieve wuziqi
gobang
- 一个java写的五子棋小游戏,采用了人工智能AI算法,非常有用!-A java written Gobang game, using artificial intelligent AI algorithm, very useful!
x
- 方便实用的程序 供用户进行人机或者人人的五子棋程序,包含ai-a comfortable program for playing fivechess game,u can pve or pvp
gomoku
- 游戏作业GOMOKU,五子棋,带AI电脑智能玩家。在GUI棋盘上放下你的棋子尽量使得他们中的5各连成一条线;但是你的对手可能会阻止你达到目的并且它也在努力取得胜利。-Games homework GOMOKU, with computer AI players. Put down your pieces on the GUI board try to make five oieces in a row but your competitor may prevent you achieving
Fivechess
- 用java实现了五子棋人人和人机对战,电脑有一定的AI-Gobang Human-Computer Fighting ,double local game can be achieved
wuziqi
- 本源代码可以实现js基于AI算法实现五子棋小程序-The source code can be achieved js based on AI algorithm to achieve backgammon small program
shuangrenwuziqi
- (AI篇)JS基础知识,使用到数据结构,算法原理,编写程序实现算法,实现与电脑人机大战,判断输赢。AI算法基本思路,决定计算机在哪个地方下棋子?我们会遍历一下棋盘上没有落子的交叉点,基于某一种规则给这个交叉点计算一种得分,最后这个得分最高的交叉点,就是计算机需要落子的交叉点,这个规则需要考虑两个方面,一方面是计算机能顺利的连上五颗子,另一方面就是阻止我们连上五颗子。 AI有以下难点: //赢法数组:记录了五子棋所有的赢法,是一个三维的数组(前二维是代表五子棋的棋盘,第三维是赢法种