This is a AI Tic-Tac-Toe game,written by c++,using mimmax algorithm and alpha-beta punting
Linux:
git clone https://github.com/yqtaowhu/DataStructureAndAlgorithm
cd DataStructureAndAlgorithm/Algorithm/TicTacToe/
make run
Windows:
Compile and run with Visual Studio
Copyright 2016 yqtao