An ultimate tic-tac-toe bot for the riddles.io platform.
https://github.com/Raphire/UTTT-AI.git
An ultimate tic-tac-toe bot for the riddles.io platform, written in C++.
This bot uses a tree-search algorithm to find the best possible moves, those moves are then run through several heuristic steps to find the best move.