I wrote a descrption of my project and milestones.

Progress: Haven't started the project yet.
This commit is contained in:
juddin2
2025-09-14 16:55:29 -04:00
parent 016f6af1ee
commit 977446b044

View File

@@ -1,21 +1,19 @@
# (Drawing project) # (Drawing project)
( I can draw a building with rectangles and triangles.
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 ## Description
(Describe your goal for this project. If you want to link to an If I can, I want my drawing to be an animation of mutiple buildings lighting up with roads at the side.
image, move the image to this directory, and then use the following syntax:
![Description](filename.png) ![Description](filename.png)
) )
## Planning ## 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.