root 9bc18ac771 I got the leaves on te tree to change colors!
I'm not sure if I did what I was supposed to, because I never got the
animate function to work, I just used a list of colors. I had some
problems using the superturtle library, as I mentioned last time, and
I am still unable to figure out how to use the easing stuff, so I
decided to try to use mostly un-super turtle, with some of the
superturtle stuff that was working from copying the source code into
the superturt.py program file.
2024-09-26 22:20:45 -04:00
2024-08-28 01:19:43 +00:00
2024-08-28 01:19:43 +00:00
2024-08-28 01:19:43 +00:00

(Drawing project)

( This is the README file for your drawing project. Replace all the text in parentheses with your own text. It's written in a simple language called Markdown, which allows basic formatting. )

Description

(Describe your goal for this project. If you want to link to an image, move the image to this directory, and then use the following syntax:

Description

For this project, I want to make an animated tree with the leaves changing color and falling down.

---I am adding this line so it lets me do a commit message.---

)

Planning

(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.)

Description
No description provided
Readme 112 KiB
Languages
Python 79.8%
PostScript 20.2%