A Unity WebGL project for a TicTacToe game, using Monte Carlo Tree Search (MCTS) for its AI decision making.
The MCTS decision making is implemented in TreeNode class, based on Simon Lucas' implementation of MCTS.
Live Preview at https://aldidoanta.github.io/TicTacToeMCTS.