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.
In a previous project you drew a rainbow colored tree. Animate this tree by making it grow thinner as shown in this video. Related Project: Rainbow Colored Tree