diff --git a/README.md b/README.md index aee1fea..fc23ef9 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ -# (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. -) +# Grace Proposal of Drawing Program for LAI 676 ## Description -(Describe your goal for this project. If you want to link to an -image, move the image to this directory, and then use the following syntax: +A spider descends from its web, then expands rapidly to fill the entire screen before bursting like a firework -![Description](filename.png) - -) +![Spider descending in web](images/image1.gif) +![Fireworks](images/image2.gif) ## Planning -(Include your planning here, including your project milestone.) +1. Draw the spider web with the spider +2. Make the spider descend. +3. Rise up the spider and make it bigger +4. At some point, add change it to firework effect + +## Feedback on planning + +Grace, I love this idea; it can be accomplished using superturtle, but it will +be an interesting challenge. This is the kind of project where some approaches +will be *much* more challenging than others, so if you find you're getting stuck, +let's have a conversation. Looking forward to seeing your progress :) diff --git a/images/image1.gif b/images/image1.gif new file mode 100644 index 0000000..84a7c72 Binary files /dev/null and b/images/image1.gif differ diff --git a/images/image2.gif b/images/image2.gif new file mode 100644 index 0000000..d13e29a Binary files /dev/null and b/images/image2.gif differ