Hindu Temple (All-Sided) Fractal with Python Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:27 pm Categories: Difficulty Level 7 math recursion Draw all-sided hindu temple fractal. Refer to this Hindu Temple project. All-Sided Hindu Temple Fractal Tags: fractal, recursion Post navigation PREVIOUS Previous post: Hex Star Fractal using Python and TurtleNEXT Next post: Striped Pentagon Spirals Related Post Slanted Fractal Tree (Source Code)Slanted Fractal Tree (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw the following slated fractal tree. Notice that the pensize also changes. Source Code: READ MOREREAD MORE Triangle Orientation with Python TurtleTriangle Orientation with Python Turtle 05/27/201905/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Given three ordered points (red, green, blue) of a triangle, the orientation of the triangle is clockwise if a right turn happens from the first line (red to green) to READ MOREREAD MORE Colorful SnowflakeColorful Snowflake 03/09/201903/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw a colorful snowflake as shown here. READ MOREREAD MORE
Slanted Fractal Tree (Source Code)Slanted Fractal Tree (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw the following slated fractal tree. Notice that the pensize also changes. Source Code: READ MOREREAD MORE
Triangle Orientation with Python TurtleTriangle Orientation with Python Turtle 05/27/201905/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Given three ordered points (red, green, blue) of a triangle, the orientation of the triangle is clockwise if a right turn happens from the first line (red to green) to READ MOREREAD MORE
Colorful SnowflakeColorful Snowflake 03/09/201903/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw a colorful snowflake as shown here. READ MOREREAD MORE