7 Commits

Author SHA1 Message Date
jwberent
f10aebbbe4 I added the individual blades of grass by using a loop. I also made more functions to help the readability of my code.
I already reached my 3 checkpoints but wanted to make my code better.  I was stuck on how to add more functions instead of just hard coding everything.  I figured out how to do this by breaking the code up into smaller parts based on what each portion of the code does.
2025-10-05 14:21:52 -04:00
jwberent
cc91047769 I added the grass and the house to the background of my picture.
Milestone 3:
-When creating the house I had to figure out where to put the door.  I wanted the door to be close to the center of the house.  I knew that the house was 100 units in width so I did math to figure out if I moved 40 units in and made a door that was 20 units wide, there would be 40 units on the other side between the door and the edge of the house.  This means that the door would be in the center.  I visualized this by drawing it on a separate paper.
-This project has made me really think about where the turtle is facing and what it is doing.  A way I was able to visualize that is by actaally drawing what it will be doing on a separate piece of paper.
2025-09-28 21:09:06 -04:00
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
jwberent
06668fffbb I wrote my plan for the drawing project in the readme file.
This is my first commit so there is nothing to reflect on.  I am excited to start the project.
2025-09-13 13:15:19 -04:00
9add0aeb3f Initial commit 2025-08-27 17:02:35 +00:00