MCTS Connect-4
Really? Another one this soon?
Description
This open-sourced project demonstrates a random-playout, minimally blocking MCTS AI that plays Connect-4 via a simple animated UI. You can adjust the AI's strength by setting its thinking time with a slider. All code is extensively...