5 Commits

Author SHA1 Message Date
kdang
40fc8fc640 I was able to save the drawing as an svg file. 2025-10-16 09:25:52 -04:00
Chris Proctor
faff621d63 Applying patch 2025-10-16 07:34:59 -04:00
kdang
b4eaddecfe 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.
2025-10-09 09:28:27 -04:00
kdang
43bb081040 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.
2025-10-09 09:19:35 -04:00
602049b161 Initial commit 2025-09-15 15:37:33 +00:00