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 this python turtle project, you are going to draw a beautifully colored tree with recursion. Related Projects: Tree Rainbow Colored Tree Animation Solution