Unbeatable Tic Tac Toe with Monte Carlo Tree Search Part 1: Rendering

As a programmer creating a basic two player Tic Tac Toe game is not a hard thing to do but for me, creating a computer opponent that could beat you at Tic Tac Toe or any board game was always a question mark so...