Go to file
Pat Wick 0867abac75 Segment color, pen size, star size
I used Turtle with my students this past Fall to introduce Python using
a graphical output which I thought would be more meaningful (and fun)
since interacting with the console can be intimidating. Getting back to
Turtle made me feel confident because I was able to remember a lot of
the functions without needing the documentation. I almost re-wrote a
tic-tac-toe game we did as a project, but scrapped the idea for time.
2023-07-16 18:34:19 -04:00
.commit_template Initial commit 2023-07-13 00:57:56 +00:00
.gitignore Initial commit 2023-07-13 00:57:56 +00:00
drawing.py Segment color, pen size, star size 2023-07-16 18:34:19 -04:00
poetry.lock Initial commit 2023-07-13 00:57:56 +00:00
pyproject.toml Initial commit 2023-07-13 00:57:56 +00:00