Block a user
Turtle graphics protocol
I did a whole bunch of this this summer. Static SVG graphics are done. Shifting most of p5 stuff from Ludus/Janet to Javascript is done. CLI is not done, but that's simple-ish, and in any event is…
Turtle graphics protocol
So: one thing that seems pointed here is that actually, p5 isn't the best option for web graphics. In particular, we'll likely want three canvases on top of one another: a background layer, a path…
Turtle position should correctly report location in turtle coordinates
Done in 121446c5c4
. The turtle state is correctly calculated and reported, now. It's up to adapters to make sure the turtle…
Turtle position should correctly report location in turtle coordinates