Go to file
Thomas Naber 1cd5241c32 I created the letters R, A, i, and N.
One of the moments that I can think of was when I began the letter A.
My R used only 45 degree angles and I didn't realize, when I drew my
sketch for A that it didn't use those. Instead of redrawing A, I used
trig to figure out what angles I needed. The toughest part was getting
the hole to be in the right spot. That took some trial and error with
the code to make sure the turtle started drawing in the right place,
and went to the right spot after completing the hole.
2023-07-31 12:08:32 -04:00
.commit_template Initial commit 2023-07-17 13:19:03 +00:00
.gitignore Initial commit 2023-07-17 13:19:03 +00:00
grid.py Initial commit 2023-07-17 13:19:03 +00:00
poetry.lock I created the letters R, A, i, and N. 2023-07-31 12:08:32 -04:00
proof.py Initial commit 2023-07-17 13:19:03 +00:00
pyproject.toml Only requiring Python 3.10 2023-07-17 23:54:40 +00:00
test.py Initial commit 2023-07-17 13:19:03 +00:00
typeface.py I created the letters R, A, i, and N. 2023-07-31 12:08:32 -04:00