aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

have trace_style be a "local variable" #213

Closed aroberge closed 8 years ago

aroberge commented 8 years ago

Currently, on can change the trace colour as the robot moves, but the trace style is essentially defined as a global variable. This should be changed so that trace_style is also a "local" settings which can change within the course of a program.