搜索资源列表
C#编写的网络小游戏(井字过三关)
- C#编写的网络小游戏(井字过三关).-C# prepared by the network of small games (tic-tac-toe).
一个简单的井字游戏
- 一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。-gridwork a simple game, not the man-machine players, the game requires two people to participate in this suit, hoping that someone can give me man-machine players code.
井字过三关小游戏
- C#写的一个通俗井字过三关游戏,即小时候所玩的对角棋,如果一方三个子连成一条线即赢。-C# to write a popular tic-tac-toe game, as a child playing chess right angle, if one of the three molecules into a line that is winning.
TicTacToe(游戏)
- tictactoc 井字游戏-tictactoc gridwork game
井字游戏
- 简单的井字游戏!-gridwork simple game!
井字过三关
- 井字棋小游戏
jing.zip
- 简单的小游戏,井字棋,c++源码。 基于console编写,Simple game, tic-tac-toe game, c++ source code. Prepared based on the console
Game
- C++ 井字棋游戏 井字棋游戏-C++ 井字棋游戏
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.
井字游戏
- 实现编译井字游戏的代码,由C编写,可在VS2013直接运行(Code for compiling tic tac toe games)
一字棋
- 井字棋 α-β剪枝算法 在简单的游戏中,能够从当前游戏状态出发,搜索游戏的博弈树并确定最优行动方案的算法是存在的。其中最有名的算法就是极小极大算法。对于简单的双人游戏,极小极大算法很有用。它是在轮流行动的游戏中选择最好的行动的一种方法。 在博弈树中的每一个结点(一个结点表示一个可能的行动方案)都可以保存一个值,该值用来定义对应行动在帮助玩家获胜方面的优良程度。因此,对于一个确定的结点,其子结点都有一属性来定义对应行动的相对优良程度。 井字棋其实就是三子棋(和五子棋类
2
- 大家平时玩的井字过三关呀,自己写的,一个小游戏,应该不会有错。(We usually play tic tac toe, write your own, a small game, should not be wrong.)
xiaqi
- 能实现与人机玩井字棋游戏,可以选先后顺序,选x或者o。(To achieve the man-machine chess game, you can choose the order, choose X or o.)
tic toc toe1
- 简单的井字棋游戏的实现,有两份,另见tic toc toe2.zip的上传。(The realization of a simple chess game is two, and tic TOC toe2.zip is uploaded.)
井字棋
- 图形版本两人对弈井字棋游戏,用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.)
函数:Tic-Tac-Toe游戏-人机对战井字棋
- python小游戏代码 井字棋 ai 人工智能(game python ai you can play a game with ai)
井字棋
- 基于C++编程平台,井字棋人机对战小游戏(Based on C++ programming platform, Tzi Zi chess man machine confrontation game.)
Java分布式井字棋
- 一个用Java写的基于socket的分布式的井字棋游戏,支持本地对战以及网络对战。