搜索资源列表
TICTAC1
- A tic-tac-toe code in C.
Tic-tac-toe
- 一字棋游戏 该程序可实现人与计算机下棋的过程。根据人所下棋的位置,计算机通过学习与判断,来确定当前最优的下棋位置。-tic-tac-toe game Playing Rules: 1) X always goes first. 2) The Players alternate placing Xs and Os on the board until either (a) one player has four in a row horizontally, vertically
tic_tac_toe
- Tic tac toe game, an funny game with x and o character, can used AI implementation
game
- Tic-tac-toe游戏搜索引擎,带有特定深度的minimax tree,并且自带有一个可以在非叶结点处进行评估的评估函数-Tic-tac-toe game search engine, with particular depth minimax tree, and comes with an assessment of the non-leaf nodes at the evaluation function