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
2025-08-27 17:02:35 +00:00
2025-08-27 17:02:35 +00:00
2025-08-27 17:02:35 +00:00
2025-08-27 17:02:35 +00:00

(Drawing project)

Description

I want to create a person standing outside. I will make a person and a background so the person will be standing on grass and there will be other components to the background like a house.

Planning

Milestone 1:

I will create the person by making the rectangle(height,width,color) and circle(radius) functions. The rectangles can be used for the person's arms and legs and the circles can be used for the person's head and eyes. I will combine them together to make the person.

Milestone 2:

I will make the person's face and hat on the person's head. Also, I will make the moon by using the built in dot function.

Milestone 3:

I will make the background. I will add grass by coloring a rectangle green that the person will be standing on and will make the house in the background.

Description
No description provided
Readme 35 KiB
Languages
Python 100%