搜索资源列表
five
- 五子棋博弈树java实现 没有禁手,做得比较简单粗糙。好像还有BUG,概率不大,原因不明。 智力与效率都很一般运行环境jre1.5以上。-Gobang java game tree to achieve not ban hand, is relatively simple to do rough. It seems there are BUG, not probability, for unknown reasons. Intelligence and efficiency are th
TanKeWar
- 实现一个java版本的坦克大战游戏, 界面中包含坦克,树,河流,阻挡墙和游戏用户所要保护的“家”。 坦克:坦克分为两种,敌方坦克和用户控制的坦克。用户方和敌方坦克均可以发射子弹,可以改变路径的行走,且在行走过程中遇到墙等阻碍物和游戏边界时要改变方向,而不能一直顶着障碍物不放。坦克之间不能穿越,碰撞到后自动调换方向。 -Achieve a java version of casual games, interface includes tanks, trees, rivers, block
Binary-tree-traversal
- 二叉树遍历,有先序遍历,中序遍历,后序遍历等遍历方法的java实现-Binary tree traversal, there are preorder, java preorder, postorder traversal methods, such as the realization of
five
- 五子棋游戏 java实现 有详解 可运行 剪枝树算法-five chess game java
fire_emble
- 基于Java的类似于扫雷的小游戏,里面用到了比较先进的A*算法,双向bf树算法等算法。-Java-based mini-games like Minesweeper, which uses the A* algorithm is relatively advanced, two-way tree algorithm bf algorithms.
BinTreeBoard
- Java实现的二叉树分形图,递归算法和awt的应用-Java implementation of the binary tree fractal, recursive algorithm and awt application
5javaprogram
- 1.游戏要有图形用户界面,界面能够反映游戏所有的细节。 2.界面中要有坦克,墙,树林,河流。 3.界面中要有一个“家”,“家”被攻击中则输了游戏。 4.坦克分两种,敌方和我方。 5.墙也分为两种,可以穿透的普通墙,不可以穿透的铁墙。 6.树和河流均只有一种,树林坦克可以通过。 7.坦克可以发射子弹,敌我方的子弹属性一样。 8.我方子弹可以*敌方坦克,敌方子弹也可以*我方坦克,但需要多枪子弹才可以*。 9.敌方之间不可以*对方。(Implement a java versi
