|
||
---|---|---|
chris_ellipse_exploration | ||
.commit_template | ||
.gitignore | ||
README.md | ||
bubbles.py | ||
demo.py | ||
drawing.py | ||
poetry.lock | ||
pyproject.toml | ||
test.py |
README.md
(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
(I would like to create an animated swimming sea turtle with some bubbles.)
Planning
(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.)