Activity 2: Square Design

This time we will be making squares

Step 1:

Open vr.vex.com website again

Step 2:

Like last time open the same playground

Step 3:

Give the robot pen and assign it a colour

Step 4:

To make the square

Add these blocks

Drive forward 400 mm

Turn right 90 degrees

Repeat 4 times

Step 5:

Now to make the shape

We need to speed it up a little

Set the drive velocity to 100%

Step 6:

Now to make the pattern

Add these blocks

Turn right for 5 degrees

Drive forward for 400 mm

Turn right for 90 degrees

Add all this in the forever command

Your Task:

Try making a different square with different patterns

Make at least 5