Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 392 Bytes

File metadata and controls

22 lines (15 loc) · 392 Bytes

Tic-Tac-Toe AI game

This is a AI Tic-Tac-Toe game,written by c++,using mimmax algorithm and alpha-beta punting

How To Run

Linux:

git clone https://github.com/yqtaowhu/DataStructureAndAlgorithm
cd DataStructureAndAlgorithm/Algorithm/TicTacToe/
make run

Windows:

Compile and run with Visual Studio

##Demo

License

Copyright 2016 yqtao