Hering Illusion with Python Turtle 11/19/201911/19/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:29 pm Categories: Difficulty Level 4 loop Similar to Cafe Wall illusion, the red lines are actually parallel. Read more about this illusion here. Hering Illusion Tags: illusion, loops Post navigation PREVIOUS Previous post: Café Wall Illusion with Python TurtleNEXT Next post: Wundt Illusion with Python Turtle with Source Code Related Post A Line of Half CirclesA Line of Half Circles 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use loop to draw a line of half circles. Check out drawing just one half circle project. READ MOREREAD MORE Hex Star Fractal using Python and TurtleHex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. READ MOREREAD MORE Rotating Oval Animation with Python TurtleRotating Oval Animation with Python Turtle 04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You can draw an oval given center after finishing the project. Now animate the rotating oval at the fixed center. Also add changing color for fun with colorsys library. READ MOREREAD MORE
A Line of Half CirclesA Line of Half Circles 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use loop to draw a line of half circles. Check out drawing just one half circle project. READ MOREREAD MORE
Hex Star Fractal using Python and TurtleHex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. READ MOREREAD MORE
Rotating Oval Animation with Python TurtleRotating Oval Animation with Python Turtle 04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You can draw an oval given center after finishing the project. Now animate the rotating oval at the fixed center. Also add changing color for fun with colorsys library. READ MOREREAD MORE