diff --git a/README.md b/README.md index aee1fea..652e95a 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,18 @@ which allows basic formatting. ) ## Description +I will create an animation of penguins jumping into water. Here is a rough draft of what shapes are needed in the project. -(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: -![Description](filename.png) +![Description](drawing_project.png) -) ## Planning +1. Create functions for ovals, circles, triangles, and rectangles. +2. Combine the shapes to create a seamless image of a penguin on an iceberg floating on water. +3. Iterate that code to create multiple penguins in a line on the iceberg. +4. Have penguin on the edge jump off iceberg and into the water +5. Make a splash(optional/depends on how difficult this project may be) +6. move rest of the penguins up -(Include your planning here, including your project milestone.) +I want this animation to look like there's no begining or end. diff --git a/drawing_project.png b/drawing_project.png new file mode 100644 index 0000000..6faf9f1 Binary files /dev/null and b/drawing_project.png differ