Go to file
Justin Toombs d7555aef89 Created an arc drawing for each tile.
This was definitely trickier than the previous two examples we looked at, and there was a significant amount of trial
and error to get this functional. Specifically, having the turtle return to its original starting point was tricky as
there was a bug where the turtle would glitch around the screen before settling on its end point, which threw me off for
some time. Thankfully, I just began testing some different combinations one at a time until I achieved the desired outcome.
2023-07-25 12:03:34 -04:00
__pycache__ Created an arc drawing for each tile. 2023-07-25 12:03:34 -04:00
drawtiles.py Adding missing files 2023-07-25 09:55:22 -04:00
poetry.lock Adding missing files 2023-07-25 09:55:22 -04:00
pyproject.toml Adding missing files 2023-07-25 09:55:22 -04:00
ranges.py For the ranges.py submission, it was actually 2023-07-25 10:22:31 -04:00
square.py Since I had already played around with this for my 2023-07-25 09:27:34 -04:00
tile.py Created an arc drawing for each tile. 2023-07-25 12:03:34 -04:00
tile_grid.py Created an arc drawing for each tile. 2023-07-25 12:03:34 -04:00