Unbeatable Tic Tac Toe with Monte Carlo Tree Search Part 2: AI
![](http://venolabs.com/wp-content/uploads/2019/01/thumb.jpg)
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…