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.
		
			
				
	
	
	
		
			1.6 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	(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. )
Description
I will create an animation with a house and a sun rising from the bottom left to the top left. The house will have color and windows as well, there will also be a blue sky background and the sun will also be colored in.
(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:
)
Planning
(Include your planning here, including your project milestone.)
Milestone 1
I want to write square(), rectangle(), triangle() and circle() functions for the house and sun as my project proposal is to create a house and a rising sun. My functions for the house will consist of a roof, body, and windows which will consist color from what I learned in previous lessons. I will also create a setup for my project where I have a blue background as my sky.
Milestone 2
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
I want to combine everything together and figure out what I need to create my house and rising sun. Once I have coded my house and the sun in shapes.py and drawing.py I should get a house with windows with a blue sky and a rising sun.
