Toggle Arrow Keys


Instructions:

Use the code box to code movements left, right, up, and down to move your robber and steal the jewel!

Type 'moveRight()' to move to the right, 'moveLeft()' to move to the left, 'moveDown()' to move down, and 'moveUp()' to move up.

Tips:

Tip: Use loops to decrease the amount of code you have to write!

Use loop syntax: [# times ... end] with # being a number.

Tip: Click 'Toggle Arrow Keys' to be able to use your arrow keys.