diff --git a/README.md b/README.md index 8aaa527..8759b30 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,25 @@ A spider descends from its web, then expands rapidly to fill the entire screen b 2. Make the spider descend. 3. Rise up the spider and make it bigger 4. At some point, add change it to firework effect ) +# Grace Proposal of Drawing Program for LAI 676 + +## Description + +A spider descends from its web, then expands rapidly to fill the entire screen before bursting like a firework + +![Spider descending in web](images/image1.gif) +![Fireworks](images/image2.gif) + +## Planning + +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