Rotating Rainbow Spiral 03/05/201903/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 6:42 pm Categories: colorsys Difficulty Level 5 for loop loop Animate the rainbow spiral by making it rotate. Tags: animation, colorsys, for loop, hsv, loop, loops, spiral Post navigation PREVIOUS Previous post: Rotating Square SpiralNEXT Next post: Basic Leaf Related Post Rainbow Colored Fully Connected 48-gonRainbow Colored Fully Connected 48-gon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer. READ MOREREAD MORE Fully Connected 24-gonFully Connected 24-gon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Refer to fully connected octagon before drawing this fully connected 24-gon. READ MOREREAD MORE Reversi (Othello) with Python TurtleReversi (Othello) with Python Turtle 03/31/201903/31/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment 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. READ MOREREAD MORE
Rainbow Colored Fully Connected 48-gonRainbow Colored Fully Connected 48-gon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer. READ MOREREAD MORE
Fully Connected 24-gonFully Connected 24-gon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Refer to fully connected octagon before drawing this fully connected 24-gon. READ MOREREAD MORE
Reversi (Othello) with Python TurtleReversi (Othello) with Python Turtle 03/31/201903/31/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment 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. READ MOREREAD MORE