I was able to draw a pattern of squares with a cool design.

Somewhere I got stuck was when I had to figure out how to turn around to draw more squares.
A strategy I used to get un-stuck was trial and error until I got the turtle to rotate in the right way.
Something I want to learn more about is how to do the same pattern but with different shapes.
I challenged myself in completing this project in under 100 lines of code, and I succeeded with the help of defining and iterations.
This commit is contained in:
kdang
2025-10-09 09:19:35 -04:00
parent 602049b161
commit 43bb081040
3 changed files with 82 additions and 3 deletions

View File

@@ -12,10 +12,10 @@ which allows basic formatting.
(Describe your goal for this project. If you want to link to an
image, move the image to this directory, and then use the following syntax:
![Description](filename.png)
![My goal for this project is to recreate this cool geometric pattern.](image.jpeg)
)
## Planning
(Include your planning here, including your project milestone.)
Halfway finished for me would be being able to create one of the squares in the pattern.