generated from mwc/project_drawing
resubmitting
This commit is contained in:
parent
71694e18dc
commit
4e07a15cb3
14
README.md
14
README.md
|
@ -14,8 +14,20 @@ image, move the image to this directory, and then use the following syntax:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
For this project, I want to make an animated tree with the leaves changing color and falling down.
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
## Planning
|
## Planning
|
||||||
|
|
||||||
(Include your planning here, including your project milestone.)
|
(Include your planning here, including your project milestone.
|
||||||
|
|
||||||
|
To complete this project goal, I will first draw a base for the tree, made up
|
||||||
|
of a trunk and branches. To simplify this, I will write a function which draws
|
||||||
|
a branch, and call it to make many branches of different sizes and positions.
|
||||||
|
|
||||||
|
I will write a function for drawing a leaf, which will change color based on the time.
|
||||||
|
|
||||||
|
Lastly, I will write a function for the leaves to fall from the branches to the ground.
|
||||||
|
|
||||||
|
My milestone will be having the static image complete.)
|
||||||
|
|
Loading…
Reference in New Issue