Files
project_drawing/README.md
2025-09-15 17:55:44 -04:00

35 lines
790 B
Markdown

# (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
(
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
)