generated from mwc/lab_turtle
Recreate my streaming and content creation logo.
Needed to figure out how to not have both letters connected. Overall, it was frustrating at first since I struggle with math and needed to calculate each movement, but I felt a great deal of satisfaction whenever I figured out the correct amount for each line. It was also a somewhat theraputic experience to go through the process as it had my full attention throughout, which can oftentimes be a problem for me if something is not engaging enough. The problem solving nature of the turtle and its directions was a good brain puzzle if not anything else.
This commit is contained in:
parent
486e334b6b
commit
b945614d03
31
drawing.py
31
drawing.py
|
@ -18,11 +18,38 @@ forward(75)
|
|||
left(90)
|
||||
forward(50)
|
||||
left(90)
|
||||
forward(15)
|
||||
forward(20)
|
||||
left(90)
|
||||
forward(30)
|
||||
right(90)
|
||||
forward(35)
|
||||
right(90)
|
||||
forward(90)
|
||||
forward(50)
|
||||
right(90)
|
||||
forward(110)
|
||||
right(90)
|
||||
forward(70)
|
||||
left(90)
|
||||
forward(20)
|
||||
|
||||
penup()
|
||||
right(90)
|
||||
forward(15)
|
||||
pendown()
|
||||
|
||||
forward(150)
|
||||
right(90)
|
||||
forward(20)
|
||||
right(90)
|
||||
forward(65)
|
||||
left(90)
|
||||
forward(130)
|
||||
right(90)
|
||||
forward(20)
|
||||
right(90)
|
||||
forward(130)
|
||||
left(90)
|
||||
forward(65)
|
||||
right(90)
|
||||
forward(20)
|
||||
input()
|
||||
|
|
Loading…
Reference in New Issue