搜索资源列表
java-FiveChess
- 五子棋游戏 游戏开始要求: 输出一下棋盘,然后提示黑方和白方下子,玩家从 命令行输入:af,表示在af坐标落子,其中黑方的 子用@表示,白方子用O表示,每一方有一方落子, 则要重新输出棋盘的状态,程序还要求能判断某一方 获胜并终止程序。-Backgammon games started to demand: output about the board, and then prompted Black and White Now, players from the
Backgammon-java-code
- 本五子棋游戏是java源码,可以实现人机对战和人人对战,同时有帮助菜单。输和赢都会出现提示。计算机走棋子是用穷举法判断每一个坐标点的四个方向的的最大棋子数,最后得出棋子数最大值的坐标,下子。 -The backgammon game is the java source code, and everyone can play against human battle, while the Help menu. Will be prompted to enter and win. Comput