I have created the outline of my drawing project. The first part is to create the different types of functions needed to create the ghost. You will notice I created a lot of functions that describe each component needed to create the ghost and the text bubble. I have return commands to make sure the functions work and draw. They all work which is great! I will now move forward to combine the functions in order to create the ghost and text bubble. I did get stuck with some of the commands. I have forgotten some of them so I went to turtle website to refer back to the different commands needed such as the fill shape one and the goto command. I got to this website through a link you have hyperlinked. I honestly just went to to the website when I got stuck. If an error came I read the error and if I could not figure it out on my own I would look it up on google to see what it meant. I have began to look at the animations as well. I looked at some of them more last week that today but I will continue to look at more of them today.

This commit is contained in:
erbrown
2025-10-13 12:25:59 -04:00
parent 1b593cebf8
commit e3936124f4
4 changed files with 87 additions and 6 deletions

View File

@@ -9,13 +9,25 @@ 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:
I will create an animation of a ghost with a text bubble of boo!
![Description](filename.png)
)
![ghost idea](image-1.png)
## Planning
(Include your planning here, including your project milestone.)
### Milestone 1
write circle (radius, color) functions for the body of the ghost, and eyes, and three small circle to make the squiggle of the ghost
Create circle (radius, color) function to create text bubble
Create text function for text bubble
### Milestone 2
Combine functions and create the ghost
Combine functions to create text bubble
### Milestone 3
Animate the text bubble