In a previous project, you drew a Sierpinski Triangle with Chaos Game. Instead of a triangle, use five points of a pentagon as the target points and play the chaos
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.