Files
project_drawing/README.md
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

22 lines
566 B
Markdown

# (Drawing project)
(
This is the README file for your drawing project.
Replace all the text in parentheses with your own text.
It's written in a simple language called Markdown,
which allows basic formatting.
)
## Description
(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:
![My goal for this project is to recreate this cool geometric pattern.](image.jpeg)
)
## Planning
Halfway finished for me would be being able to create one of the squares in the pattern.