Commit Graph

4 Commits

Author SHA1 Message Date
jwberent
11c107df6d I changed the README.md file. Also, I added the person's face, hat, and the moon.
Milestone 2:
- Since my last commit I have changed the README.md file twice.  I originally was going to try an animation but then I decided that I wanted to create a picture.
- Somewhere I got stuck was thinking about how I could create the person's hair.  I was thinking about it and decided that it would be better to create a hat so that is what I did.  I originally wasn't sure how to create the hat but then I thought about using loops.  I knew I could run the rectangle function multiple times while still being able to change the size of the rectangles so that is what I did.  I looped through 3 different rectangle sizes to give the idea that the person is wearing a hat.
2025-09-26 21:07:44 -04:00
jwberent
eb1da33456 I changed my README.md file.
- There is nothing to reflect on as I have not added anything.
2025-09-26 19:33:15 -04:00
jwberent
a1b3143a1f I added the person's torso, legs, arms, neck, and head.
I was stuck when trying to figure out how to tell the turtle where to make the person's legs.  Math had to be done since my rectangle function starts at the bottom left of the rectangle.  I had to start the turtle 150 spots lower from the torso so when it made the leg rectangle, it would stop at the torso, since the legs were 150 long.  I figured this out by drawing the person on a piece of paper so I could visually see where all the shapes needed to go.
2025-09-22 14:26:26 -04:00
9add0aeb3f Initial commit 2025-08-27 17:02:35 +00:00