搜索资源列表
TicTacToe(游戏)
- tictactoc 井字游戏-tictactoc gridwork game
TicTacToe.rar
- 用java写的一字棋游戏(即井字棋),支持两人进行游戏。,Writing the word using java chess games (ie, tic-tac-toe game), in support of the two games.
NetGame
- 一个网络版的井字棋游戏,利用serverSocker和socket编程,很有意思的,可以把服务器和客户端分开。-A network version of Tic-Tac-chess game, using serverSocker and socket programming, very interesting, and can separate the server and client.
T1
- 一个GUI版本的简单井字过三关游戏程序。 包括简单的电脑判断走步-A tic tac toe sample, including a simple AI.
SharpSharpSharp
- 自制的一个井字过三关游戏,不过是人人对战的。-Made a tic-tac-three-level game, but everyone Versus.
TicTacToe
- 一个井字棋小游戏,九个格子画圆和叉,看谁先连一条线,随便玩玩,如果感兴趣可以看看。-A game of chess, nine plaid circle and fork, even a line to see who casually play, if interested can look at.
ch7-9
- 玩井字游戏:轮流填写3*3的网格中的空格-playtick-tack-toe:Fill in the grid turns in 3*3 spaces
Morpion
- 该程序使用了socket实现一个简单的井字棋游戏。-realisation of a simple game Morpion with socket
TTT3D
- 井字棋游戏,可以和计算机对下,ai有一定的智商,不容易输给玩家-Tic-tac-toe game, and the computer can be under, ai have a certain IQ, is not easy to lose players
MinMaxTree
- 游戏树在人工智能的应用相当重要,若要寻找某赛局中最佳的步法的一个方式,是利用极小化极大算法在游戏树中搜寻最佳解,例如在井字游戏中电脑可以很快速地找到最佳解并做出决策。-Application of artificial intelligence in the game tree is very important, to find an innings in a manner best step is to use Minimax in the game tree search for the
Java分布式井字棋
- 一个用Java写的基于socket的分布式的井字棋游戏,支持本地对战以及网络对战。