donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
291 stars 57 forks source link

Turtle shapes #354

Closed donkirkby closed 2 years ago

donkirkby commented 2 years ago

The MockTurtle class only uses the classic turtle shape. Add support for these screen methods:

Then add support for the turtle methods:

The turtle methods can probably be copied from the implementation in Python.

donkirkby commented 2 years ago

This all came for free with the changes in #353.