CarloConnect

A Monte Carlo Tree Search based Connect Four AI



Alright my friend, let's connect! You start - select a column.



Select the difficulty of CarloConnect:

Easy - 1000 simulations for Carlo - no problem.


CarloConnect is a Monte Carlo Tree Search (MCTS) based game artificial intelligence (AI) to play Connect Four - implemented in C++. The source code is available on GitHub.
This website was originally used to evaluate the strength of CarloConnect playing against human opponents with few computing power, a Raspberry Pi 3 Model B. Now, the program is limited by a fixed amount of simulations instead of the computing time as before for the evaluation. The power of the currently utilized computing platform is thus not relevant anymore. For further information about the game of Connect Four, the MCS, the MCTS, the implementation and the evaluated results, see my thesis.
Enough said, enjoy the game and good luck!