최고의 움직임을 찾기 위해 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.