搜索资源列表
My9NumChess
- 人人对战的井字棋程序,算法简单,明白个大概结构就行了-everyone war game procedures gridwork of a simple algorithm, and probably understand the structure of the Bank
b
- 井字棋 双人队战 没有人机队战 开发中
TicTacToe.rar
- 用java写的一字棋游戏(即井字棋),支持两人进行游戏。,Writing the word using java chess games (ie, tic-tac-toe game), in support of the two games.
JZChess_final
- java实现井字棋(网络联机版),具体实现由GUI图形界面+多线程+java网络编程.-using java to develop the JingZi Chess
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.
TicTacToe
- 用α-β剪枝实现井字棋算法,并有GUI界面-α-β algorithm for Tic-Tac-Toe, with Swing GUI
TicTacToe
- 一个井字棋小游戏,九个格子画圆和叉,看谁先连一条线,随便玩玩,如果感兴趣可以看看。-A game of chess, nine plaid circle and fork, even a line to see who casually play, if interested can look at.
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
main
- 读入一个整数,表示井字棋棋盘的边长。判断其中是否存在某一方获胜,获胜的条件是存在整行或整列或整条对角线或整条反对角线上是相同的棋子。如果存在,则输出代表获胜一方字母:X或O(大写字母X或O);如果没有任何一方获胜,则输出NIL。-Read an integer, said tic-tac-toe chess board side length. Determine whether there is a party wins, the winning condition is the entire
tiatactoe
- 井字棋的图形用户界面,可两个玩家用鼠标进行操作(The graphical user interface of a chess game,which can be operated by two players with a mouse)
Java分布式井字棋
- 一个用Java写的基于socket的分布式的井字棋游戏,支持本地对战以及网络对战。
minimax
- 用java编写的基于最大最小算法的井字棋(Tingzi Chess Based on Maximum and Minimum Algorithms)