Go to file
Pat Wick 2a66250222 Added 'C', fixed 'D' shift from turtle position
First I realized the grid was offset one block for every letter after the D on the
proof so I modified the turtle's final position to correctly be the lower-left corner.

I mapped the 'C' and was proud at how smoothly it worked on the test.py run until I
ran proof.py and the whole thing went crazy. Turns out while I had noted all of the
segment lengths and angles for the turns, I can't tell right from left and ended up
shifting 135 degrees in the wrong direction, which explained the crazy. If I was feeling
anything there, it would be the embodiment of "oh no, what now?"
2023-07-18 21:47:53 -04:00
.commit_template Initial commit 2023-07-16 20:39:14 +00:00
.gitignore Initial commit 2023-07-16 20:39:14 +00:00
grid.py Initial commit 2023-07-16 20:39:14 +00:00
poetry.lock Added the letter 'D' 2023-07-18 21:36:55 -04:00
proof.py Initial commit 2023-07-16 20:39:14 +00:00
pyproject.toml Added the letter 'D' 2023-07-18 21:36:55 -04:00
test.py Initial commit 2023-07-16 20:39:14 +00:00
typeface.py Added 'C', fixed 'D' shift from turtle position 2023-07-18 21:47:53 -04:00