generated from mwc/project_drawing
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.
22 lines
566 B
Markdown
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:
|
|
|
|

|
|
|
|
)
|
|
|
|
## Planning
|
|
|
|
Halfway finished for me would be being able to create one of the squares in the pattern.
|