Add feedback

This commit is contained in:
Chris Proctor 2024-09-20 15:46:44 -04:00
parent 53d8adca5a
commit c6af0632fb
1 changed files with 6 additions and 9 deletions

View File

@ -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.