From 977446b044c767e4d3c68945637a7cc7be2f8f71 Mon Sep 17 00:00:00 2001 From: juddin2 Date: Sun, 14 Sep 2025 16:55:29 -0400 Subject: [PATCH] I wrote a descrption of my project and milestones. Progress: Haven't started the project yet. --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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.