What is ultimate tic-tac-toe? It's like tic-tac-toe, but each square of the game contains another game of tic-tac-toe in it! Win small games to claim the squares in the big game. Simple, right? But ...
TTT XO is an advanced implementation of "Ultimate Tic-Tac-Toe" featuring a custom AI agent powered by Monte Carlo Tree Search (MCTS). Unlike standard Minimax algorithms, this agent does not rely on ...