Basic Leaf 03/05/201903/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:46 pm Categories: Difficulty Level 8 recursion Use recursion to draw the following basic leaf shape. Related Project: Curvy Leaf Tags: recursion Post navigation PREVIOUS Previous post: Rotating Rainbow SpiralNEXT Next post: Curvy Leaf Related Post Random Walk with Bounding CircleRandom Walk with Bounding Circle 03/03/201903/03/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Create 100 turtles with random colors. They all start from position (0,0) and start doing random walk. Also draw the bounding circle with the color of the farthest turtle. Video READ MOREREAD MORE Colored Nested Circle of Squares with Python and TurtleColored Nested Circle of Squares with Python and Turtle 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library. READ MOREREAD MORE Fractal Tree with Python Turtle (Source Code)Fractal Tree with Python Turtle (Source Code) 08/19/202008/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code: READ MOREREAD MORE
Random Walk with Bounding CircleRandom Walk with Bounding Circle 03/03/201903/03/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Create 100 turtles with random colors. They all start from position (0,0) and start doing random walk. Also draw the bounding circle with the color of the farthest turtle. Video READ MOREREAD MORE
Colored Nested Circle of Squares with Python and TurtleColored Nested Circle of Squares with Python and Turtle 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library. READ MOREREAD MORE
Fractal Tree with Python Turtle (Source Code)Fractal Tree with Python Turtle (Source Code) 08/19/202008/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code: READ MOREREAD MORE