From 3a2508ce31cc132117025e8c0ebd4b76d53529f5 Mon Sep 17 00:00:00 2001 From: njmason2 Date: Mon, 15 Sep 2025 17:55:44 -0400 Subject: [PATCH] README.md drawing.py --- README.md | 35 ++++++++++++++++++++++++----------- drawing.py | 6 +++--- 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index aee1fea..850a281 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,34 @@ -# (Drawing project) - +# (Drawing project - Nelson Mason -- 9-15-2025) ( 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 - -(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: - -![Description](filename.png) - +( +I will code an animation of a sunrise. +) +### 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.) diff --git a/drawing.py b/drawing.py index 29fc89e..e3f16ad 100644 --- a/drawing.py +++ b/drawing.py @@ -1,7 +1,7 @@ # drawing.py # ---------- -# By ____(you)___________ -# -# (Briefly describe what this program does.) +# Nelson Mason +# Due by 9-29-2025 +# (This is an animation of a sunrise.) from turtle import *