I added a plan and description of my project to the readme document

Just getting started! :)
This commit is contained in:
Hope 2025-05-27 19:00:21 -04:00
parent 4781d533ec
commit b0198e03d7
1 changed files with 7 additions and 2 deletions

View File

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