文件名称: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 or diagonally or (b) all 16 squares are filled.
3) If a player is able to draw four Xs or four Os in a row, that player wins.
4) If all 16 squares are filled and neither player has four in a row, the game is a draw.
该程序可实现人与计算机下棋的过程。根据人所下棋的位置,计算机通过学习与判断,来确定当前最优的下棋位置。-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 or diagonally or (b) all 16 squares are filled.
3) If a player is able to draw four Xs or four Os in a row, that player wins.
4) If all 16 squares are filled and neither player has four in a row, the game is a draw.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Tic-tac-toe\tic-tac-toe.cpp
...........\一字棋设计说明.docx
Tic-tac-toe
...........\一字棋设计说明.docx
Tic-tac-toe