generated from mwc/project_drawing
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.
(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
Languages
Python
100%