Reversi (Othello) with Python Turtle

Implement a computer program with Python Turtle that plays decent Reversi (or Othello). You can use Minimax tree, Monte Carlo or other algorithms to make this work.

Reversi (Othello) with Python Turtle and Monte Carlo Tree
Video of Reversi or Othello with Python Turtle