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