使用minimax算法找到最佳動作的Tic Tac Toe遊戲
This is the popular Tic Tac Toe game. Also called Tak Tik Tok. This game uses minimax algorithm to find the best move. There is an option to enable Alpha Beta pruning for the minimax algorithm. Alpha Beta pruning is an optimization method used in minimax algorithm. You can choose difficulty level from 0 to 100.