Also known as Spiral of Theodorus, this spiral draws a series of side by side right triangles with one leg having fixed unit size, and the other leg a series
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.