theinternetftw / xkcd2601

Transcription of xkcd 2601 to runnable logo code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jslogo

dyfrgi opened this issue · comments

This should render on https://www.calormen.com/jslogo/ as that's what we used during development. I just confirmed that it does work with the final set of comments (all the non-code). On smaller screens you may want to add setscrunch 0.7 0.7 at the top to scale down the drawing so it fits in the viewport.

See https://github.com/inexorabletash/jslogo
Actually it works very well for the current transcription
image

Wrote a little mini online interpreter with zooming and panning: https://benediktwerner.github.io/xkcd-2601-drawer/

It only handles all the syntax currently in the file but doesn't seem like anything further will come up.