Left click: add · Right/shift click: remove · Walls: click between dots
READYRobot at (1,1) facing North · Bag: 0 beepersBased on GvR by Steve Howell, Jeffrey Elkner & contributors · Inspired by Karel the Robot by Richard E. Pattis · Lessons
Edit World File
Format: Robot INT INT DIRECTION INT (x y dir beepers) Wall INT INT DIRECTION · Beepers INT INT INT (x y count)
GvR Language Reference
Primitive Instructions
move turnleft pickbeeper putbeeper turnoff
Defining New Instructions
define <new_name>: <block>
Conditional Branching
if <test>: <block> elif <test>: <block> else: <block>
elif and else branches are optional. Multiple elif branches allowed.