搜索资源列表
Sanziqi
- java编程,java applet下实现的一个小游戏,人机 三子棋游戏,和好的了!-java programming, java applet under a small game, three-man-machine chess game. and good!
JAVA三子棋游戏
- JAVA小程序,实现三子棋游戏。
三子棋游戏
- JAVA小程序,便于初学者学习。
Ex_5_26_ChessGameOf3
- 三子棋 《Java语言程序设计》作业 检查-exercise for textbook
TicTacToe
- 三子棋游戏,和五子棋游戏类似,谁先达到三子一线就胜利-TicTacToe.java
java
- java实现网络三子棋(五子棋) 多人在线,无限分组-java
TicTacToe
- 三子棋源代码,可以联系客户端和服务端,仅提供学习研究之用-the java resource of game
TicTacToe
- 用Java写的三子棋网络版程序,包含皮肤。-To use Java to write the third son of chess online programs, including the skin.
java
- 本次实验完成了一个网络版的三子棋程序Tic Tac Toe,最终成品分为客户端和服务端,其中,服务端提供了设置端口的功能,它用于处理客户端信息,如连接服务器,断开服务棋,走棋,日志记录等;而客户端运行时需要设置服务器IP和端口,它主要面向游戏用户,如走棋和消息提示等。-Tic Tac Toe
TicTacToe
- 采用Java开发的一个三子棋(TicTacToe)游戏的分布式系统。两个玩家在3*3网格中下子,一个人执X子,另一人执O子。某个玩家成三,游戏结束。有一个服务器端(server),可接受任意两个玩家构成一个棋局。src文件夹中存放源码,点击server.bat可运行服务器端,client.bat运行客户端。两个客户端同时连接服务器即可构成棋局。-TicTacToe games written by JAVA. Two players in the 3* 3 grid, Now, a player
sanziqi
- java三子棋游戏源程序,简单的源码 自己的作业-three sons, chess games java source code, a simple source their own work
Chapter6_28
- java小程序,用于实现三子棋游戏:在3*3的方格中,两个游戏者轮流做标记,如果一个游戏者在网格水平,垂直,斜线上有连续三个标记就为胜利.-java applet for the realization of the three sub-chess game: in the 3* 3 grid, the two players take turns marking, if a game in the grid horizontal, vertical, diagonal, there are t
sanziqi
- 工具:eclipse,用java做的网络三子棋实验-Tools: eclipse, java to do with the third son of chess experimental network
TicTacToe_pketm
- 一个使用JAVA语言编写,C/S架构的三子棋程序-A written using JAVA, C/S architecture, the third son chess program
TicTacToe
- java写得网络三子棋,基本功能都实现。有游戏大厅,可注册。-Tic Tac Toe
Sanziqi
- (3) 三子棋。编写程序,实现简单的三子棋游戏。在三子棋中,双方在3*3的棋盘中轮流下棋,一方用*表示,另一方用O表示。如果一方的3个棋子占据了同一行,同一列或者对角线,则该方获胜。如果棋盘已被棋子占满,但没有一方获胜则出现平局。在程序中,一方为用户,用户在界面上输入每次下棋的位置;另一方下棋的位置为随机自动生成。-(3) The third son of chess. Programming, the third son of simple chess game. In three sub-c
b6_28
- java模拟三子棋游戏过程-three sons, chess games java process simulation
exp1-2
- 三子棋,比较简单,大家将就着看下。初学java的时候编的。-Three sons, chess, relatively simple, we will look forward to. Beginner java when compiled.
TicTacToe
- 使用java编写的网页版三子棋游戏,可以实现人人对战-Web page written using the java version of the third son of chess games, everyone can play against
SanZiQi
- 三子棋游戏,利用数组和java中的基础语法编写。-Three sons chess game,the program is the easy istance,and you can improve it.