So here is my try to build a ultimate tic-tac-toe online community.
Since there are basically no players outside of me and my friends I have also added bot support. Something interesting here: the usual Minimax algorithm doesn't work since there is no evaluation function like with chess. The bot simulates X games with random moves and picks the move that wins the most.
ArneVogel•1h ago