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
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%