搜索资源列表
WuZiQiGame
- 控制台版面向过程的五子棋系统,单机模式。下棋的位置由输入坐标确定,可以实现判断输赢。-Process-oriented console version of the 331 systems, stand-alone mode. The chess position determined by the input coordinates to determine winners and losers.
wuziqi
- 这个五子棋是控制台的,界面是10*10的方格,分别用O和X代表对弈双方,直至先练成五子的一方胜。-The backgammon is a console, the interface is 10* 10 grid, respectively, with O and X on behalf of chess both sides, until the first of five children excel at the party wins.
source
- Java控制台应用程序:骑士飞行棋。在Eclipse调试通过。-Java console application: Cleveland flight chess. Debugging in Eclipse through.
Knight-chess
- 《骑士飞行棋》是一个用Java编制的控制台小游戏,支持人机对战和人人对战两种模式。-" Knight chess" is a Java with the preparation of a console game, in support of the war machine and all two models of the war
FiveChessGame
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表示无棋子,点击棋子时设置棋子的图标setOnChessIcon。 根据判断该位置
Liansizi
- 允许玩家在控制台上玩连接四子的游戏!玩家轮流放置棋子!-Allows players to play the game of connect four sons in the console! Players take turns to place the chess pieces!
chess
- 此代码是在控制台上模拟五子棋,输入x,y坐标进行下子,此代码并非AI,需自己扮演自己与对家-This code is analog console backgammon, erupted input x, y coordinates, this code is not AI, need to play with home
WuZiQi
- 两个五子棋代码,一个简单的控制台下棋代码,一个图形界面人机对弈,AI采用了一步估分,可以简单对弈了-Two 331 code, a simple console chess code, a graphical interface for man-machine chess, AI uses step by Gufen, simple chess
wuziqi
- java实现控制台五子棋,人以x,y的方式输入,电脑随机下棋。-java realize console backgammon, people with x, y way input, computer random chess.