kredati / turtlejs

Deeply pedagogical turtle graphics in p5.js.
https://kredati.github.io/turtlejs/
2 stars 0 forks source link

TurtleCommands should be functions and not objects. #13

Open kredati opened 7 years ago

kredati commented 7 years ago

At the end of a command chain, we should be left with a function that can simply be executed—either by a repeat or by a learn or assignment command. The function should execute all the things in the chain.