搜索资源列表
井字棋2
- 大家都知道的井字棋delphi实现 -we all know the game delphi achieve gridwork
井字过三关
- 井字棋小游戏
jing.zip
- 简单的小游戏,井字棋,c++源码。 基于console编写,Simple game, tic-tac-toe game, c++ source code. Prepared based on the console
ticktacktoe
- 基于人工智能方面的,运用极大极小算法的井字棋源代码-Based on artificial intelligence aspects, the use of max-min algorithm source code for tic-tac-toe game
jingziqi
- 井字棋---可实现人机对弈,比较只能,使得计算机和人进行人机对弈-Tic-tac-toe game can be achieved--- man-machine chess, more can only make computers and people to carry out human-computer chess
C_Cross
- 井字棋,c实现,基本的text图形表现。-cross chess
res
- 井字棋 代码 -Tic-tac-toe game code
Game
- C++ 井字棋游戏 井字棋游戏-C++ 井字棋游戏
JZChess_final
- java实现井字棋(网络联机版),具体实现由GUI图形界面+多线程+java网络编程.-using java to develop the JingZi Chess
qq
- 用vc编写的简单的井字棋程序,,对这个有兴趣的朋友可以-Vc prepared with a simple Tic-Tac-chess program, for friends who are interested in this can see
jinziqi
- 人工智能作业,人机对弈模式的井字棋(三字棋,一字棋),采用αβ剪枝算法,有比较高的的搜索效率。-Intelligence operations, human-computer mode crosswise Chess Playing Chess (Chess words, word Chess), with αβ pruning algorithm has higher search efficiency.
jingziqi-renjiduizhan
- 用vc编写的井字棋游戏,用极小极大算法编写,可以实现人机对战-Prepared using vc chess game Tic Tac Toe
JingZiQi
- 井字棋人机对弈游戏,有进攻和防守策略,有详细的课件。-Man-machine chess games on Tic Tac Toe game with offensive and defensive strategies, detailed courseware.
chess
- 在cocos平台下用c++实现的简单井字棋,具有一定的AI,和良好的人机交互界面(In the Cocos platform, a simple chess with c++ is implemented, which has a certain AI and a good human-computer interaction interface)
一字棋
- 井字棋 α-β剪枝算法 在简单的游戏中,能够从当前游戏状态出发,搜索游戏的博弈树并确定最优行动方案的算法是存在的。其中最有名的算法就是极小极大算法。对于简单的双人游戏,极小极大算法很有用。它是在轮流行动的游戏中选择最好的行动的一种方法。 在博弈树中的每一个结点(一个结点表示一个可能的行动方案)都可以保存一个值,该值用来定义对应行动在帮助玩家获胜方面的优良程度。因此,对于一个确定的结点,其子结点都有一属性来定义对应行动的相对优良程度。 井字棋其实就是三子棋(和五子棋类
xiaqi
- 能实现与人机玩井字棋游戏,可以选先后顺序,选x或者o。(To achieve the man-machine chess game, you can choose the order, choose X or o.)
井字棋
- 图形版本两人对弈井字棋游戏,用Java实现,体现面向对象方法(Two people game tic-tac-toe the chess game)
js井字棋
- 一个网页版的井字棋小游戏,AI实力较强,供参考。(A webpage version of the well shaped chess game, AI is strong enough for your reference.)
井字棋
- 基于C++编程平台,井字棋人机对战小游戏(Based on C++ programming platform, Tzi Zi chess man machine confrontation game.)
Java分布式井字棋
- 一个用Java写的基于socket的分布式的井字棋游戏,支持本地对战以及网络对战。