README.md drawing.py

This commit is contained in:
njmason2
2025-09-15 17:55:44 -04:00
parent f4494eb514
commit 3a2508ce31
2 changed files with 27 additions and 14 deletions

View File

@@ -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.)

View File

@@ -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 *