From 06668fffbb7dfc2bf6b5e40cc22d98e83255a35d Mon Sep 17 00:00:00 2001 From: jwberent Date: Sat, 13 Sep 2025 13:15:19 -0400 Subject: [PATCH] I wrote my plan for the drawing project in the readme file. This is my first commit so there is nothing to reflect on. I am excited to start the project. --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index aee1fea..0d0de78 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,16 @@ # (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](filename.png) - -) +I want to create a person waving. I will animate the person's arm to make the waving motion. I will make a background so the person will be standing on grass and there will be other components to the background. ## Planning -(Include your planning here, including your project milestone.) +### Milestone 1: +I will create the person by making the rectangle(height,width,color) and circle(radius,color) 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 wave animation. I will use Superturtle to make the person's arm move back and forth in a waving motion. + +### Milestone 3: +I will make the background. I will add grass that the person will be standing on and will add other backgorund elements.