Introductory problems

Learn the basic commands and you should be fine! Each box represents a challenge. Click a box to start coding!

a d c c c b b a b c d a b c a a b d

Using parameters

In order to fit into the character limit, it is necessary to use parameters within each command

a b d b c

If

Combine if statements with peek() to tell the different foobots when to lift the scoop.

b c a d b b c d c b a

For

Repeated commands need to be enclosed in for loops if you want to stay under the character limit!

c a b b a d c

While

Repeated commands need to be enclosed in while loops if you want to stay under the character limit!

c b c d c d a

Advanced Loops

These challenges require nested for and while loops. Good luck!

b d c a