ミニマックスアルゴリズムを使用して最高の動きを見つけるチックタックトーゲーム
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.