1
Commands
paint( ) |
Color squares in your direction
ex: paint(5) colors 5 squares
|
skip( ) |
Move without coloring
ex: skip(3) moves 3 squares
|
goto( ) |
Jump to any spot
ex: goto(E5) jumps to row E, column 5
|
up |
Point up |
down |
Point down |
left |
Point left |
right |
Point right |
color( ) |
Change color
ex: color(coral) switches to coral
See list of colors
here
|