Hex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:23 pm Categories: Difficulty Level 6 loop recursion Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. Hex Star Fractal Tags: fractal, recursion Post navigation PREVIOUS Previous post: Hex Star with Python and TurtleNEXT Next post: Hindu Temple (All-Sided) Fractal with Python Turtle Related Post Diamond SnowflakeDiamond Snowflake 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use a loop to draw the following diamond snowflake. READ MOREREAD MORE Colored Semi-Regular Tessellation 3.12.12 with Python TurtleColored Semi-Regular Tessellation 3.12.12 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Color the Semi-Regular Tessellation 3.12.12 with your favorite colors. READ MOREREAD MORE Game of Snake with Python TurtleGame of Snake with Python Turtle 05/04/201905/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Develop a Game of Snake with Python Turtle with multiple difficulty levels. You may need to use features or libraries: List, Random, Keyboard Event, Timer Event, Colorsys. READ MOREREAD MORE
Diamond SnowflakeDiamond Snowflake 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use a loop to draw the following diamond snowflake. READ MOREREAD MORE
Colored Semi-Regular Tessellation 3.12.12 with Python TurtleColored Semi-Regular Tessellation 3.12.12 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Color the Semi-Regular Tessellation 3.12.12 with your favorite colors. READ MOREREAD MORE
Game of Snake with Python TurtleGame of Snake with Python Turtle 05/04/201905/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Develop a Game of Snake with Python Turtle with multiple difficulty levels. You may need to use features or libraries: List, Random, Keyboard Event, Timer Event, Colorsys. READ MOREREAD MORE