diff --git a/README.md b/README.md index aee1fea..f1f9465 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,19 @@ # (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. -) +I can draw a building with rectangles and triangles. ## 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: - +If I can, I want my drawing to be an animation of mutiple buildings lighting up with roads at the side. ![Description](filename.png) ) ## Planning -(Include your planning here, including your project milestone.) +## Milestone 1 +Write a function to draw a building using the width,height, and color. +## Milestone 2 +Add windows in the buildings. +## Milestone 3 +Create another function to try to draw a road.