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.

Video of Reversi or Othello with Python Turtle

Related Post