Search:


Karel Level 6

Description

Part 1

Your robot is holding an infinite amount of beepers. Use them to create a checkerboard in the rectangle in which it has been placed. You cannot assume the rectangle will always be the same size.

Start
Solved

The final position of the robot does not have to match the picture, as long as the beeper pattern is correct.

Part 2

Open the Level_6 tab and change line 4 from:

boolean loadMultipleRobots = false;

to:

boolean loadMultipleRobots = true;

Each of the robots must use the same set of commands to create a checkerboard in their section.

Start
Solved

The final positions of the robots do not have to match the picture, as long as the beeper patterns are correct.