Go to file
Pat Wick 8cc5090b5f Added and tested two functions to create ellipses
So far the biggest sticking point has been the planning, mostly from the standpoint of
designing a drawing that I will realistically be able to create with turtle. I want to make
a dog, so I was going to make a pointer (my dog) holding point, but the curves were
complex and I couldn't quite figure out how I wanted to integrate iteration into that design.
I've since decided on a dog's face, where I can use a lot of the same shapes in a variety of
locations, so I'm hoping that continues to work. The ear() and face() functions that I have
right now generate two different forms of ellipses, one sort of football-shaped, the other much
longer and narrower, proportionally.
2023-07-23 10:31:58 -04:00
.commit_template Initial commit 2023-07-22 22:56:50 +00:00
drawing.py Added and tested two functions to create ellipses 2023-07-23 10:31:58 -04:00
poetry.lock Initial commit 2023-07-22 22:56:50 +00:00
pyproject.toml Initial commit 2023-07-22 22:56:50 +00:00