CyberSlug Rules!
Beginner Programming CMPS060
Prof. Paulo Franca
Syllabus
Login
Objects
Download
Staff only
Use with existing functions:
Example:
int color=1; Tracer.mark(color); color=color+1; Tracer.step(); Tracer.mark(color);
Use in your functions:
draw a line of size 2 in a given color;