generated from mwc/project_drawing
I added a plan and description of my project to the readme document
Just getting started! :)
This commit is contained in:
parent
4781d533ec
commit
b0198e03d7
|
@ -9,7 +9,8 @@ which allows basic formatting.
|
||||||
|
|
||||||
## Description
|
## 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:
|
image, move the image to this directory, and then use the following syntax:
|
||||||
|
|
||||||

|

|
||||||
|
@ -18,4 +19,8 @@ image, move the image to this directory, and then use the following syntax:
|
||||||
|
|
||||||
## Planning
|
## 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.)
|
||||||
|
|
Loading…
Reference in New Issue