I wrote my plan for the project

Somewhere I got stuck: I can't recall what I struggled with. I think I was overall a little intimidated.
Something I figured out: Overlapping two filled in/colored objects to create the desired shape that is
much more complex to do in one-go.
Strategy I used: Breaking my problem down into smaller chunks.
Something I'm wondering: How to color in specific shapes.
Something I want to learn about: Animation. I would love to eventually learn more complex motions.
An idea for future: Adding more elements such as a background with dynamic objects.
This commit is contained in:
caglazir
2025-10-02 12:18:19 -04:00
parent 815264a40d
commit e6cd7fafde
2 changed files with 41 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
# drawing.py
# ----------
# By ____(you)___________
# By Challa Zirek
#
# (Briefly describe what this program does.)
import turtle
from turtle import *