Design a two player tic-tac-toe game with Python Turtle. You will need to use onclick() event to let two human players play against each other. Source Code:
This is an extension to previous spiral project https://pythonturtle.academy/spiral/. Make the spiral more beautiful by setting colors gradually from hue value 0 to hue value 1.