搜索资源列表
getStoenGema
- C语言实现拿石头游戏.采用"博弈书树法"实现
test
- 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。
grow
- virtools小游戏,点击场景中的任意一个位置,会出现一棵树,并且树会随机实现缩放和角度的变化。-virtools game, click on the scene in any one location, there will be a tree, and the tree will be randomly zoom in and angle changes.
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.