From c6af0632fb1ec0e9a86545f0a83ebc46a3b75e70 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Fri, 20 Sep 2024 15:46:44 -0400 Subject: [PATCH] Add feedback --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8dac527..48b76ae 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,18 @@ # (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 -(My goal for this project is to make a line of books with the spines facing out as they sit on a bookshelf. The animation part of the project would be the last book on the shelf falling down. 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) - -) +My goal for this project is to make a line of books with the spines facing out as they sit on a bookshelf. The animation part of the project would be the last book on the shelf falling down. ## Planning -(I have this projct outlined into a few milestones. My goal is to break this down one part at a time like definitions and functions do with code. My first milestone would be to create the line of rectangles of differing sizes. These would be the outlines of the books themselves. Once those are in a line I will work on adding detail to the books. This would be smaller regtangles, squares, and circles that emulate publishing logos, names, and titles on the spines. Then the final milestone would be the final book falling on it's side. Depending on my ability to work through this drawing, I could also put the books on a shelf. I am a visual person so I have begun to sketch the steps, but I am still working on them, I would be happy to share as they progress!) +I have this projct outlined into a few milestones. My goal is to break this down one part at a time like definitions and functions do with code. My first milestone would be to create the line of rectangles of differing sizes. These would be the outlines of the books themselves. Once those are in a line I will work on adding detail to the books. This would be smaller regtangles, squares, and circles that emulate publishing logos, names, and titles on the spines. Then the final milestone would be the final book falling on it's side. Depending on my ability to work through this drawing, I could also put the books on a shelf. I am a visual person so I have begun to sketch the steps, but I am still working on them, I would be happy to share as they progress! + +## Feedback + +Rebecca, this sounds great! If you find the project straightforward, it will be interesting to see how you can extend it.