generated from mwc/project_drawing
	README.md drawing.py
This commit is contained in:
		
							
								
								
									
										35
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										35
									
								
								README.md
									
									
									
									
									
								
							@@ -1,21 +1,34 @@
 | 
				
			|||||||
# (Drawing project)
 | 
					# (Drawing project - Nelson Mason -- 9-15-2025)
 | 
				
			||||||
 | 
					 | 
				
			||||||
(
 | 
					(
 | 
				
			||||||
This is the README file for your drawing project. 
 | 
					This is the README file for your drawing project. 
 | 
				
			||||||
Replace all the text in parentheses with your own text.
 | 
					Replace all the text in parentheses with your own text.
 | 
				
			||||||
It's written in a simple language called Markdown, 
 | 
					It's written in a simple language called Markdown, 
 | 
				
			||||||
which allows basic formatting. 
 | 
					which allows basic formatting. 
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					 | 
				
			||||||
## Description 
 | 
					## Description 
 | 
				
			||||||
 | 
					(
 | 
				
			||||||
(Describe your goal for this project. If you want to link to an 
 | 
					I will code an animation of a sunrise.
 | 
				
			||||||
image, move the image to this directory, and then use the following syntax:
 | 
					)
 | 
				
			||||||
 | 
					### Planning
 | 
				
			||||||

 | 
					(
 | 
				
			||||||
 | 
					4 objects: sun(position, color), sky(color), ground(color), 
 | 
				
			||||||
 | 
					and time(hour:minute).
 | 
				
			||||||
 | 
					Also, I will code for transitional coloring and shading based on a
 | 
				
			||||||
 | 
					 timeline as the sun moves up the screen.
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					#### Milestone 1
 | 
				
			||||||
 | 
					(
 | 
				
			||||||
 | 
					set up and code the main functions by 9-20-2025
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					##### Milestone 2
 | 
				
			||||||
 | 
					(
 | 
				
			||||||
 | 
					code and test the animation controls, transitional 
 | 
				
			||||||
 | 
					coloring and shading by 9-24-2025
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					###### Milestone 3
 | 
				
			||||||
 | 
					(
 | 
				
			||||||
 | 
					debug code and test until the drawing project 
 | 
				
			||||||
 | 
					runs flawlessly by 9-28-2025
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Planning
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
(Include your planning here, including your project milestone.)
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
# drawing.py
 | 
					# drawing.py
 | 
				
			||||||
# ----------
 | 
					# ----------
 | 
				
			||||||
# By ____(you)___________
 | 
					# Nelson Mason
 | 
				
			||||||
#
 | 
					# Due by 9-29-2025
 | 
				
			||||||
# (Briefly describe what this program does.)
 | 
					# (This is an animation of a sunrise.)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from turtle import *
 | 
					from turtle import *
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user