Let's learn a few competition field tactics!
![lesson-header](https://assets.education.lego.com/v3/assets/blt293eea581807678a/blt0d9163c19835b9ad/611226434df16d3d6de3e159/lesson-header.png?locale=en-au&auto=webp&format=jpeg&width=1800&quality=90&fit=bounds)
Successfully navigating around obstacles is a key to success on the robotics competition field.
Can you list all of the movements that you think your Driving Base should be able do?
Build a Practice Driving Base.
![student-02](https://assets.education.lego.com/v3/assets/blt293eea581807678a/bltd79ea9682c1e9750/611226f2ae8b1139431e1672/student-02.png?locale=en-au&auto=webp&format=jpeg&width=1800&quality=90&fit=bounds)
This is a simple but effective way to learn field tactics.
- Practice Driving Base
If you have enough time, build your own design.
Try these programming stacks one after the other.
![student-03](https://assets.education.lego.com/v3/assets/blt293eea581807678a/blta0056b93cc16182b/611227230d73bb3ec5dac659/student-03.png?locale=en-au&auto=webp&format=jpeg&width=1800&quality=90&fit=bounds)
What do you see?
Change the values of each block’s parameters and see what happens.
Make your Driving Base move in a square.
![student-04](https://assets.education.lego.com/v3/assets/blt293eea581807678a/bltbf84950fdf1a4114/6112276bec664136d523c0c0/student-04.png?locale=en-au&auto=webp&format=jpeg&width=1800&quality=90&fit=bounds)
Pick actions from the stacks that are already on the Programming Canvas.
Use a repeat Loop in your program.
What action do you have to repeat in order to make your Driving Base to move in a square?
Here’s an example:
Time for a field tactics challenge!
![student-05](https://assets.education.lego.com/v3/assets/blt293eea581807678a/blt0e12c60a0dc49054/611227a7f57b2f35921c62ea/student-05.png?locale=en-au&auto=webp&format=jpeg&width=1800&quality=90&fit=bounds)
Place 8 coloured bricks on a surface and use your programming skills to cross the ‘field’ without touching the bricks.
Develop your programming skills by writing the pseudocode first.
For example:
- Move forward to ‘this point’
- Turn about 45 degrees
- Move backwards ‘a little’
This list is called ‘pseudocode’.
How did you do?
![student-06](https://assets.education.lego.com/v3/assets/blt293eea581807678a/blt9be625b9d2f49312/6112281593c9a33d73530f01/student-06.png?locale=en-au&auto=webp&format=jpeg&width=1800&quality=90&fit=bounds)
Think about what you’ve done well and what you could’ve done better.
Great start on avoiding obstacles!