From b0198e03d73b2e9db73b967fe73aaee85875176d Mon Sep 17 00:00:00 2001 From: Hope Date: Tue, 27 May 2025 19:00:21 -0400 Subject: [PATCH] I added a plan and description of my project to the readme document Just getting started! :) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aee1fea..a3ff146 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ which allows basic formatting. ## Description -(Describe your goal for this project. If you want to link to an +(I would like to create an animated swimming sea turtle with some bubbles. + If you want to link to an image, move the image to this directory, and then use the following syntax: ![Description](filename.png) @@ -18,4 +19,8 @@ image, move the image to this directory, and then use the following syntax: ## Planning -(Include your planning here, including your project milestone.) +(1. Create a function that draws various sizes of blue bubbles that start low on the screen and then + move up and also use the easing function to make them behave like bubbles as they move up the screen. This will be my first milestone. + A simple drawing and allowing me to play with the animate functions. + 2. Draw a turtle body and head. Draw turtle fins with parameters of size and transposition to be added to the turtle body. + 3. Animate the turtle to swim from the bottom right of the screen to the top left increasing in size and moving the fins.)