generated from mwc/project_drawing
I got stuck on super turtle animuation. Everytime I try to open drawing.py it wouldn't open. Then, my instructor helped me by telling me to type poetry shell and it worked. Additionally, I want to learn more about superturtle because i was a little confused about the codes.
20 lines
359 B
Markdown
20 lines
359 B
Markdown
# (Drawing project)
|
|
|
|
I can draw a building with rectangles.
|
|
|
|
## Description
|
|
|
|
If I can, I want my drawing to be an animation of mutiple buildings flickering.
|
|

|
|
|
|
)
|
|
|
|
## Planning
|
|
|
|
## Milestone 1
|
|
Write a function to draw a building using the width,height, and color.
|
|
## Milestone 2
|
|
Animate the buildings.
|
|
## Milestone 3
|
|
Fix any error.
|