Unbeatable Tic Tac Toe with Monte Carlo Tree Search Part 2: AI

In the last post we learned how to draw a Tic Tac Toe board using HTML’s Canvas and created a two player Tic Tac Toe game using our drawing class. In this post we’re going to add an intelligent computer…