Hilbert Curve is a space-filling curve, which allows one dimensional curve to fill two or higher dimensional spaces. This has many applications including mapping images (two dimensional) to sound (one
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.