My second commit will consist of my second round of changes. What has changed is my functions in drawing.py and shapes.py have been updated to show a house and sun. My idea for the project proposal has also changed, only a minor change.

What got me stuck in the beginning is figuring out where to begin. It was an easy fix because I used the previous assignments to help me with making shapes using
various parameters. I figured out that the previous lessons still prove to be a great help to look back at when stuck. I was specifically stuck with the animation
of the sun rising. A different method was used to create a rising sun but was outside of the realm of super turtle which ultimately had me back track.
It took longer to try and learn animation with super turtle so I reached out to my professor and decided I will continue with my house but the sun will be
stationary rather than rising. Something I want to learn more about is animating using super turtle. An idea for a future project will be to create a house
and a rising sun using the tools of super turtle.
This commit is contained in:
angelotr
2025-10-05 02:06:34 -04:00
parent f57b440ba0
commit eaf4735298
5 changed files with 76 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ I want to write square(), rectangle(), triangle() and circle() functions for the
### Milestone 2
I want to ombine my functions to create a house and a sun with color. Then I want to create a function that will give my sun a rising movement which will create a rising sun. To do this I will create a drawing.py file where the movement of my sun will be stored.
I want to combine my functions to create a house and a sun with color. Then I want to create a function that will give my sun a rising movement which will create a rising sun. To do this I will create a drawing.py file where the movement of my sun will be stored.
### Milestone 3